when it cannot capture the underlying trend of the data. (It’s just like trying to fit undersized pants!).
when a model fails to capture important distinctions and patterns in the data, so it perfoms poorly- even with training data
( 데이터가 적기 때문에 패턴이나 특이점을 찾지를 못했어, 새로운 데이터는 물론, trainig 데이터에서도 poor performace를 보인다)
정확률이 내려간다. (destroys the accuracy of our machine learning model)
we have fewer data to build an accurate model and also when we try to build a linear model with fewer non-linear data
Techniques to reduce underfitting:
Increase model complexity
Increase the number of features, performing feature engineering
Remove noise from the data.
Increase the number of epochs or increase the duration of training to get better results.
Techniques to reduce overfitting: