Bias variance tradeoff Flashcards

1
Q

Error

A

Error = y-ŷ
Difference between the actual output - predicted output

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

Actual o/p (how to denote it)

A

In supervised machine learning, we train the model with a labeled data means i/p data with a respective o/p value (actual o/p). Denoted as ‘y’

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

Predicted output (how to denote it)

A

Once model is ready, we test the model with a testing data set. So model gives the predicted o/p denoted as ‘ŷ’

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

Bias

A

Training error
Difference between the actual output and the predicted output of a model when it is evaluated with a training data set is called as bias error
Bias error = Actual o/p - Predicted o/p w.r.t. training dataset

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

Variance

A

Testing error
Difference between the actual o/p and the predicted o/p of a model w.r.t the testing data (unseen data) is called as variance error.
Variance error = actual o/p - predicted o/p w.r.t. training dataset

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

Overfitting
Model type also

A

Low bias, High Variance
Too much training results in a model that performs well on the training data but poorly on new unseen data (tested data).
Complex model: In overfitting, the model is often too complex, with too many parameters relative to the number of observations.

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

Underfitting
Model type also

A

High bias, high variance
Model fails to learn the training data and therefore performs poorly on both the training and test datasets.
Simple model: The model is often too simple, with few parameters relative to the complexity of the data.

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

Graph of bias variance trade off

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

Explanation of (Graph of bias variance trade off)

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

Summary of bias variance tradeoff

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

Graphical representation according to statistical analysis of real life projects with complexity of models (graph 1st)

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

Graphical representation according to statistical analysis of real life projects with complexity of models (graph 2nd)

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

Graphical representation according to statistical analysis of real life projects with complexity of models (graph 3rd)

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