0PricingLogin
Deep Learning Academy · Lesson

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

  1. Read the Train/Val Gap
  2. Dropout: Randomly Drop Neurons
  3. Batch Norm & Layer Norm
  4. Data Augmentation as Free Data
← Back to Deep Learning Academy