Bayesian Decision Theory Flashcards
1
Q
Bayes Theorem
A
posterior = likelihood * prior / evidence P(w/x) = P(x/w)*P(w)/P(x)
2
Q
Classification Error
A
P(error|x) = P(w1|x) if we decide w2, P(w2|x) if we decide w1
Error rate = IN[P(error|x)P(x)dx]
3
Q
Optimal Classifiers
A
Bayes decision rule: w1 if P(w1|x)>P(w2|x), w2 else
Bayes error rate: R = IN[min(P(w1|x), P(w2|x)P(x)dx]
4
Q
How would you estimate the error if there was no upper bound that are both tight and analytically integrable. 1 low-dim 2 high-dim
A
1 numerical integration
2 approximate integral as sum