AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

Typically, a learning curve displays training and validation scores on the y-axis against the number of training samples or iterations on the x-axis. It helps diagnose whether a model suffers from high bias (underfitting) or high variance (overfitting). By observing the gap between training and validation curves, practitioners can decide whether to collect more data, simplify the model, or adjust regularization parameters to improve generalization.

Summary

A learning curve plots a model’s performance metric against the amount of training data or training epochs to visualize the learning progress.

Key Concepts

Use Cases