bias-variance in classification? Flashcards

(28 cards)

1
Q

what is the goal of bias/variance

A

Construct an estimator
θn for the unknown parameter θ∗ given
observed data S. The index n is to indicate that we obtained this
estimate from n examples

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

what does n mean in θn

A

index n indicates we obtained this from n examples

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

how does error change for different training sets

A

different between expected value and group value

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

bias as an estimator definition

A

Bias of θn is Bias(θn) = E[θn]−θ∗
.

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

estimator is unbiased if

A

E[θn] = θ∗ for all θ∗
also if bias = 0

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

variance of an estimator

A

Variance of θn is Var(θn) = Cov [θn].
Unlike bias, the variance does not directly depend on the true
parameter θ∗
.

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

if θn is scalar then variance =

A

E[(θn - θ∗)^2]

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

if θn is vector then variance =

A

Cov [θn]

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

worded bias definition

A

the amount of assumptions a bias has

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

which model has a high bias

A

linear regression:
- assumes data has linear distribution
-

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

what does high bias lead to in a model

A

underfitting

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

more assumptions =

A

high bias

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

worded variance definition

A

sensitivity of model to traning

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

more sensitivity =

A

higher variance

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

can not preform as well =

A

hgher variance

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

what algorithm has high variance

A

decision trees

17
Q

what is the bias and variance of a decision tree

A

low bias and high variance

18
Q

what do is the most ideal for bias and variance

A

a abalance between bias and variance

19
Q

what s the bias and variance trade-off

A

balance between bias and variance

20
Q

what does high variance lead to

21
Q

solutions for high bias

A

train more increase model complexity
use different model architecture
try increasing complexity of model

22
Q

solutions for high variance

A

introduce more data
use regularisation
try a different model

23
Q

what do we want estimators to have (the most ideal estimator )

A

low bias and low variance

24
Q

what is the bias- vaiance of mle

A

low bias if n is sufficiently large but has hhigh variance

25
what is an advantage of high bias , low variance estimators
improve staibility and generalisation
26
what is the b-v of a Map estimator
high bias and low variance
27
how do bayesian estimators reduce variance
Bayesian estimators incorporate prior information, introducing bias but reducing variance. The Bayesian posterior mean is often biased but achieves lower Mean square error than frequentist estimators
28
what does the best choice of estimators rely on
Bias-variance properties of estimators can guide the choice of estimator to use. The best choice depends on sample size, prior knowledge, and application needs