Learning Curves

202502012207
tags: #machine-learning #diagnostics #model-performance

Learning curves plot training and validation error as a function of training set size, helping diagnose Bias vs Variance problems.

High Bias pattern:

High Variance pattern:

Healthy model:

Learning curves help decide whether to collect more data or change the model architecture. They're more informative than single-point accuracy measurements.

Use learning curves alongside Human Level Performance benchmarks to set realistic expectations.


Reference

Machine Learning Yearning by Andrew Ng