给定下表中的训练数据集,我们要训练一个二进制分类器。表中,最后一列是二进制类标签,前四列都是二进制特征,每一行是训练示例。 使用 MLE 估算朴素贝叶斯分类器的参数,你对 𝑃 ( 𝑌 = 0 )  的估计值是多少?   Given the training data set in the following table, we want to train a binary classifier. In the table, the last column is the binary class label, each of the first four columns is a binary feature, and each row is a training example. Using MLE to estimate the parameters for a Naive Bayes Classifier, what is your estimation for 𝑃 ( 𝑌 = 0 ) ?单项选择题

题目图片
A

0.4

B

1

C

0

D

0.6

登录即可查看完整答案

我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。

类似问题

What will be the prediction of Naïve Bayes for the new item?  

You are asked to classify an email containing “Gentle Customer” as Ham or Spam using a Naive Bayes spam filter. You are given a corpus of 24 emails, 16 of which are Ham and 8 are Spam The frequencies of words are the following: - Ham: Gentle: 16 Customer: 10 Actual: 6 Cash: 2 - Spam: Gentle: 4 Customer: 2 Actual: 0  Cash: 8 Estimate prior, conditional, and posterior probabilities. What is the probability that the email containing "Gentle Customer" is classified as Ham without performing any post-processing steps like normalization? Note: the probability that the email containing "Gentle Customer" is classified as Ham should be obtained as P(“Gentle Customer” | Ham) x P(“Gentle Customer”) as seen in the examples in class, without dividing the result by the class representation of Ham.

给定下表中的训练数据集,我们要训练一个二进制分类器。表中,最后一列是二进制类标签,前四列都是二进制特征,每一行是训练示例。 假设使用 MLE 估算朴素贝叶斯分类器的参数。现在给定一个测试示例   𝑋 = ( 1 , 1 , 1 , 0 )  ,你的分类器将会预测的类标签是什么?   Given the training data set in the following table, we want to train a binary classifier. In the table, the last column is the binary class label, each of the first four columns is a binary feature, and each row is a training example. Suppose we use MLE to estimate parameters for a Naïve Bayes Classifier. Now given a test example   𝑋 = ( 1 , 1 , 1 , 0 )   , what is the class label your classifier will predict?

给定下表中的训练数据集,我们要训练一个二进制分类器。表中,最后一列是二进制类标签,前四列都是二进制特征,每一行是训练示例。 使用 MLE 估算朴素贝叶斯分类器的参数,你对  𝑃 ( 𝑋 2 = 1 | 𝑌 = 0 )   的估计值是多少?   Given the training data set in the following table, we want to train a binary classifier. In the table, the last column is the binary class label, each of the first four columns is a binary feature, and each row is a training example.  Using MLE to estimate parameters for a Naïve Bayes Classifier, what is your estimation for 𝑃 ( 𝑋 2 = 1 | 𝑌 = 0 ) ?

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!