Slides Classification Naivebayes
Slides Classification Naivebayes
Learning goals
15
10
Understand the idea of Naive
Response
Bayes
x2
a
b
5
0
Understand in which sense
0 5
x1
10 15 Naive Bayes is a special QDA
model
NAIVE BAYES CLASSIFIER
NB is a generative multiclass technique. Remember: We use Bayes’
theorem and only need p(x|y = k ) to compute the posterior as:
10
Response
x2
a
b
5
0 5 10 15
x1
[x = m ]
Y
p(xj |y = k ) = pkjmj
m
This is problematic because it will wipe out all information in the other
probabilities when they are multiplied.