Encyclopedia > Early stopping

  Article Content

Early stopping

Early stopping is a form of regularization[?] used when a machine learning model (such as a neural network) is trained by on-line gradient descent. In early stopping, the training set is split into a new training set and a validation set. Gradient descent is applied to the new training set. After each sweep through the new training set, the network is evaluated on the validation set. The network with the best performance on the validation set is then used for actual testing.

Early stopping is very common practice in neural network training and often produces networks that generalize well.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Ocean Beach, New York

... of 18, 5.1% from 18 to 24, 32.6% from 25 to 44, 31.2% from 45 to 64, and 9.4% who are 65 years of age or older. The median age is 42 years. For every 100 females there are ...

 
 
 
This page was created in 22.5 ms