E8 Flashcards
Underfitting
A model that is too simple does not fit the data well (high bias)
e.g., fitting a quadractic function with a linear model
Overfitting
A model that is too complex fits the data too well (high variance)
e.g., fitting a quadractic function with a 3rd degree function
Bias
a model that underfits is wrong many times (high bias) but is not highly affected by slightly different training data
Variance
a model that overfits is right on average, but is highly sensitive to specific training data
Variance-bias tradeoff
When trying the optimal model we are in fact trying to find the optimal tradeoff between bias and variance
We can reduce variance by
putting many models together and aggregating their outcomes