Legacy Concept Lab
Overparameterization & Generalization, Double Descent
GPT-4-class models are deep in the overparameterized regime: parameters ≫ training examples, yet generalize well
#5Double DescentOptimization
key equation
Phase 3: Optimization & generalizationConcept 5 of 100
Why It Matters for Modern Models
- GPT-4-class models are deep in the overparameterized regime: parameters ≫ training examples, yet generalize well
- Chinchilla-style scaling laws model how test loss scales with both capacity and data
What Tutorials Skip
What is still poorly explained in textbooks and papers:
- Visual intuition for why larger nets can generalize better (not just "they memorize more")
- How implicit biases of different optimizers (SGD vs Adam) select among infinite interpolating solutions
Interactive Visualization
Core Math (Optional Deep Dive)
If you want intuition first, start with the key equation and the visualization. Come back here for the full walkthrough.
Key Equation
Classical learning theory: test error ~ U-shaped function of model capacity. Empirically, modern nets show double descent: as parameters cross the interpolation threshold (0 training error), test error drops again as capacity keeps growing.
In simple linear models:
Variance explodes near interpolation, then decreases as overparameterization plus implicit regularization kicks in.