Learn Before
Concept

Downsides of Early Stopping in Deep Learning

  • It does not make use of all of the training data available. For a small data set, this is not ideal.
  • It also couples the two tasks of optimizing the cost function and overfitting prevention. Finding values of lambda for regularization is much harder as you have to search and try these lambda values.

0

3

Updated 2020-11-09

Tags

Data Science