Concept 09 of 10
settledOverfitting and Underfitting
Overfitting memorises the training data. Underfitting ignores it. Both fail on new data.
Definition
Overfitting is when a model learns the training data too specifically, including noise, and generalises poorly. Underfitting is when a model is too simple to capture the real patterns in the data.
Step 1