Deep Learning · Level 2 of 5
Early Stopping
Ending training when a monitored validation criterion stops improving.
The stopping decision must not be tuned on the final test set.
Example
Training ends after validation loss fails to improve for several checks.
Listen to the definition and example
Audio transcript
Early Stopping. Ending training when a monitored validation criterion stops improving. The stopping decision must not be tuned on the final test set. For example: Training ends after validation loss fails to improve for several checks.
Explore this concept
Why it matters
This helps explain why a neural model learns well, becomes unstable, or fails to generalize.
Start with
Related concepts
Quick recall question
Try answering before looking back at the definition.