Overfitting

From ALT-TEXT
Revision as of 10:36, 7 September 2026 by imported>ALT-TEXT (Import: AI terminology and people glossary)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overfitting

A failure mode in machine learning where a model learns the specific quirks and noise of its training data too closely, so it performs well on that data but poorly on new, unseen examples. Overfitting is one reason why an AI model that scores well in testing can still fail in real-world use. (See also: Training data, Machine learning)