formulas Flashcards

1
Q

what is enough data for PAC learning?

A

m >= (1/eps)*(ln(1/delta) + ln|H|)
m = num of samples
eps = average classification error
delta = probability of existence of a wrong hypothesis consistent with all examples. The risk that you are willing to take that just fits the data for the wrong reasons

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

hoefdings formula:

A

m >= -ln((delta/2) / (2E^2))

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

what is the vapnik chervonenkis dimension?

A

the max number of classes that a learning algo can learn to separate (shatter)

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

what does bellman equation do?

A

relate the value function to itself via the problem dynamics

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

formula of Q-value

A

Q(s,a) = r(s,a) + gammaV(delta(s,a))

delta: state * action -> state’

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

what is the expected value of hte duration d in state i?

A

1/(1-a_ii)

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