What is Overfitting? And how do you ensure you’re not overfitting with a model?
Answer Posted / Amrish Soam
Overfitting occurs when a machine learning model learns the training data too well, capturing noise and idiosyncrasies in addition to the underlying pattern. As a result, the model performs well on the training data but poorly on new, unseen examples (test data). To avoid overfitting, techniques such as regularization, cross-validation, early stopping, and using more data can be employed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers