Definition
Overfitting occurs when an ML model learns the training data too well, memorizing noise, and performs poorly on new data. It is like memorizing exam answers instead of understanding the subject. It is prevented with techniques such as cross-validation, regularization, and data augmentation. It is one of the most common risks in enterprise AI projects.
Related terms
EXPLORE