Tutorial Questions Flashcards

1
Q

What is the Bayes predictor of a 0-1 cost of a binary prediction problem?

A

f*: x -> 1 {η(X) > 0.5}

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

What is the Bayes risk of a 0-1 cost binary prediction problem?

A

R*_P = E[min{η(X), 1 - η(X)}]

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

When is a predictor Bayes predictor?
(in a 0-1 cost learning problem)

A

Any predictor f s.t. {f(x) = f*(x) or η(X) = 0.5} is a Bayes predictor a.s.

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

How to derive the Bayes risk explicitly? (given η(x) and f*)

A
  1. Extract the Bayes formula for the possible X as follows: P(X = 1)E[… | X = 1] + … etc.
  2. Solve.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is (usually) the definition of η(x)?

A

E[Y|X]

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

What is the Cauchy-Swartz inequality?

A

E[XY] ≤ sqrt(|XY|^2) ≤ sqrt(E[X^2]E[Y^2])

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

What is the formula for excess risk in a binary framework?

A

𝓁(f, f*) = E[|2η(x) - 1|1{f(D_n;x)} != f*(x)}]

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

What is the plug-in classifier of η^hat?

In a binary classification model

A

f^hat_{n^hat}(D_n; x) = 1{n^hat(D_n; x) > 0.5}

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

What is a trick that can be used in a binary classification learning problem when finding a simplfication of η(X) > 0.5?

A

If η(X) > 0.5, then P(A) > P(B)

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

What is a trick that can be used in a binary classification learning algorithm when splitting a formula?

A

If P(A) +P(B) = 1, then
X1{A} + X1{B} = X

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

What is the definition of the ERM predictor?

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