E8 Flashcards

1
Q

Underfitting

A

A model that is too simple does not fit the data well (high bias)

e.g., fitting a quadractic function with a linear model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Overfitting

A

A model that is too complex fits the data too well (high variance)

e.g., fitting a quadractic function with a 3rd degree function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Bias

A

a model that underfits is wrong many times (high bias) but is not highly affected by slightly different training data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Variance

A

a model that overfits is right on average, but is highly sensitive to specific training data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Variance-bias tradeoff

A

When trying the optimal model we are in fact trying to find the optimal tradeoff between bias and variance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

We can reduce variance by

A

putting many models together and aggregating their outcomes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly