Moyan AI Training Institution LogoMoyan AI

Practice · Foundational · Beginner

Overfitting

When a model memorises noise and specifics of the training set instead of learning patterns that generalise.

What Overfitting is

An overfitted model looks excellent on data it has seen and mediocre on anything new. The opposite failure, underfitting, means the model is too simple to capture the real signal.

How it works

It is detected by a widening gap between training and validation performance, and mitigated with more data, regularisation, dropout, early stopping and simpler architectures.

Why it matters

Every practitioner meets it, and the bias-variance trade-off it illustrates guides most model selection decisions.

Common uses

  • Model selection
  • Regularisation tuning
  • Early stopping decisions

Watch for

  • Misleading offline metrics

Continue exploring

More in this collection

Browse all AI Concepts