第 32 / 32 页
非代码面试题
显示 2 / 622 道匹配题目
答题状态:未尝试未正确已正确
ID题目领域难度题型进度权限
5891Who Owns the Class PriorTwo teams ship classifiers trained on a balanced 50/50 dataset, but the live population is 90% class 0. Team A used Gaussian discriminant analysis; Team B used logistic regression. Which model explicitly contains an estimate of the class prior P(y), and explain why that distinction makes one team's fix to the prevalence mismatch cleaner than the other's.机器学习中等essay未尝试面试订阅5892Posterior from a Generative Gaussian ModelA 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).机器学习中等数值题未尝试面试订阅