Data Science PR
data science,data mining,data science 101,getting started on data science,getting started on data mining,data science workshop,data mining training,data science tutorial,data science tutorial for beginners,big data,machine learning,machine learning tutorial,feature selection,overview of machine learning,overview of machine learning model building,model building,

What is clipping in Machine Learning?

A technique for handling outliers. Specifically, reducing feature values that are greater than a set maximum value down to that maximum value. Also, increasing feature values that are less than a specific minimum value up to that minimum value.

For example, suppose that only a few feature values fall outside the range 40โ€“60. In this case, you could do the following:

  • Clip all values over 60 to be exactly 60.
  • Clip all values under 40 to be exactly 40.

In addition to bringing input values within a designated range, clipping can also used to force gradient values within a designated range during training.

Data Science PR

0 0 vote
Article Rating
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments

Follow us

Don't be shy, get in touch. We love meeting interesting people and making new friends.

0
Would love your thoughts, please comment.x
()
x