Read the Train/Val Gap
Spot overfitting from the loss curves.
What Overfitting Means
Overfitting happens when your model memorizes the training data instead of learning patterns that work on new, unseen examples. 🧠
Two Curves to Watch
You track two losses: the training loss on data the model learns from, and the validation loss on data it never updates on.
All lessons in this course
- Read the Train/Val Gap
- Dropout: Randomly Drop Neurons
- Batch Norm & Layer Norm
- Data Augmentation as Free Data