Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Suppressors, Administrators
7,785
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==Introduction== | ==Introduction== | ||
[[Machine learning]] seeks to [[ | [[Machine learning]] seeks to train a [[model]] that can make accurate predictions on new [[data]]. Unfortunately, during [[training]] it is common for the model to [[overfit]] the [[training data]]; that is, it becomes too complex and includes irrelevant details or noise in the [[dataset]]. Unfortunately, [[overfitting]] can lead to poor performance when faced with new data. Early stopping is an approach used to prevent overfitting and improve [[generalization]] by monitoring model performance during training and stopping when its performance on [[validation set]]s starts to deteriorate. | ||
==What is early stopping?== | ==What is early stopping?== |