Technical
Beginner
1 min read
Beginner
Updated Jul 05, 2026
Machine Leaning
Question
What is Overfitting?
Answer
Overfitting occurs when a model learns the training data too closely, including random noise and unnecessary details.
As a result:
- Excellent performance on training data
- Poor performance on new data
Analogy
A student memorizes answers to previous exams but struggles when asked different questions.
The student hasn't learned the concepts—only the examples.