Naïve Bayesian Classifier
1. Consider the following Training Data Set:
• Apply the Naïve Bayesian Classifier to this
data set and compute the probability
score for P(y = 1|X) for X = (1,0,0)
Show your work
X1 X2 X3 Y
1 1 1 0
1 1 0 0
0 0 0 0
0 1 0 1
1 0 1 1
0 1 1 1
7 years ago
5
Answer(0)