Trusted by world-class organizations
Innerview — fast insights, stop rewatching interviews
Start for freeTrusted by world-class organizations
Innerview — fast insights, stop rewatching interviews
Start for freeOverfitting in artificial intelligence occurs when a machine learning model learns the training data too well, including its noise and outliers, resulting in poor performance on new, unseen data.
Synonyms: model overfitting, overfitting in machine learning, AI overfitting, overfitting problem

Overfitting is a critical concept because it affects the accuracy and generalization ability of AI models. When a model overfits, it performs excellently on training data but fails to predict or classify new data correctly, limiting its practical use.
Overfitting typically happens when a model is too complex relative to the amount and variability of training data. This can occur with deep neural networks, decision trees, or any model that has too many parameters or is trained for too long without proper regularization.
An example of overfitting is a facial recognition system that memorizes specific faces in the training set but cannot recognize new faces accurately. Another example is a spam email filter that perfectly classifies emails in the training set but fails to identify new spam emails.