(ML Spec) (Illustration) ML Specialization
When the machine learning model fits too closely to a small sample of data and generalizes poorly to real-world or unseen data. It’s said to have high variance
It’s opposite to underfitting
Approach
- Collect more data. However, getting more data is often hard (e.g. inaccessible, limited, expensive) or impossible
- Simplify the model
- Select a smaller set of relevant features
- Reduce size of parameters by applying regularization