Machine Learning(3):Quiz3

  1. Naïve Bayes classifiers assume:
    a. a conditionally discriminative distribution.
    b. independence between attributes.
    c. conditional independence between attributes.
    d. a strong prior.

    Correct answer: c
    Analysis:
    Naïve Bayes classifiers assume that all the attributes are conditionally independent given the classification variable. This drastically reduces the number of conditional probabilities that need be estimated from the data. As a result Naïve Bayes classifiers are less prone to overfitting then other classifiers with small datasets. So, the right answer is conditional independence between attributes.

  2. Let us assume that we roll two dice, with possible outcomes val(X)={1,2,3,4,5,6} and val(Y)={1,2,3,4,5,6}. We are interested in the highest dice roll, which we denote Z=max(X,Y). Which one of the following is NOT true:
    a. P(X|Y)=P(X).
    b. P(Y,X)=P(Y) P(X).
    c. P(X,Y | Z)=P(X) P(Y) .
    d. P(Y|X)=P(Y).

    Correct answer: c
    Analysis:
    We could see that there are two dices and they are the independent exapmles. So, the probability of each possible exapmle is independent.
    在这里插入图片描述

  3. Bayesian Belief Networks represent knowledge as:
    a. a set of conditionally independent variables.
    b. directed acyclic graphs and conditional probability tables .
    c. cyclic graphs with priors.
    d. a set of conventionally independent variables.

    Correct answer: b
    Analysis:
    A Bayesian Belief Network is a probabilistic graphical model that represents the knowledge via a directed acyclic graph(the concept of Bayes network). Each node denotes a variable and each arc indicates a dependency between the nodes. A table of conditional probabilities is associated with each node.

  4. Assume val{H}={h1,h2,h3} mutually exclusive hypothesis. We observe a piece of data D. Which one of the following identities is always true?
    a. P(h1|D)=1−P(D|h2)+P(D|h3).
    b. P(D|h1)+P(D|h2)+P(D|h3)=1.
    c. All other choices are incorrect .
    d. P(h1|D)+P(h2|D)+P(h3|D)=1.

    Correct answer: b
    Analysis:
    在这里插入图片描述

  5. A rare disease has an incidence rate 0.0001. A very accurate test for the disease exists: it has 0.99 sensitivity (i.e. the probability of coming up positive if having the disease) and a 0.999 specificity (i.e. the probability of coming up negative, while not having the disease). Sensitivity and specificity are also called true positive rate and true negative rate, respectively. A person takes the test for the disease and tests positive, what is the actual probability of having the disease?
    Correct answer: 0.09009009009009
    Analysis:
    在这里插入图片描述

  6. A friend of yours tosses two coins behind your back and tells you that at least one of them is a head (so both could be heads or either one could be head). He also tells you that the first coin is biased with the probability of coming heads being ph1=0.4, while the second one is fair. Is it worth betting a beer that other coin has landed as a head? Compute the probability that both are heads given the information that at least one landed as a head.
    Correct answer: 0.5
    Analysis:
    在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值