5892机器学习中等数值题medium
Posterior from a Generative Gaussian Model
题目
A generative classifier models one feature as Gaussian within each class with equal variance: x|Y=0 ~ N(0,1), x|Y=1 ~ N(2,1), and class prior P(Y=1)=0.5. Using Bayes' rule to convert this generative description into the discriminative posterior, compute P(Y=1|x=1.5).
解题计时
0:00
提交作答时记录,用于后续平均用时统计。
你的答案