Given new instance x, what is its most probable classificationusing MAP hypothesis and Bayes Optimal Classification?
P(h1|D) = 0.4; P(h2|D) = 0.3; P(h3|D) = 0.3;
P(-|h1) = 0; P(+|h1) = 1;
P(-|h2) = 1; P(+|h2) = 0;
P(-|h3) = 1; P(+|h3) = 0
Expert Answer
An answer will be send to you shortly. . . . .