the.ai

Foundations / Generalization

verified

Bias-Variance Tradeoff

A model can be wrong because it is too simple to capture the pattern, or because it is so flexible it fits the noise as well. Classically these trade off: reduce one and the other rises, with a sweet spot between them. Modern practice broke that story — past a certain size the error falls again, and the sweet spot turned out not to be the end of the curve.

Viz primitive · budget-splitvariance = 5

variance holds 50% of the budget; rest holds the remaining 50%.

Variance against bias in the squared-error decomposition, in equal units. Drag the variance up to watch which term is carrying the error.

5

Reviewed by opendroid · 2026-08-13

  • arXiv:1812.11118 — Reconciling modern machine learning practice and the bias-variance trade-off
  • arXiv:1611.03530 — Understanding deep learning requires rethinking generalization