A spam filtering system has a probability of 0.95 to classify correctly a mail as spam and 0.10 probability of giving false positive. It is estimated that 0.5% of the mails are actual spam mails.
72. What is the naive assumption in a Naive Bayes Classifier?
You must be logged in to post a comment.
You must be logged in to post a comment.
A patient goes to a doctor with symptoms S1, S2 and S3. The doctor suspects disease D1 and D2 and constructs a Bayesian network for the relation among the disease and symptoms as the following:
74. What is the joint probability distribution in terms of conditional probabilities?
You must be logged in to post a comment.
You must be logged in to post a comment.
A patient goes to a doctor with symptoms S1, S2 and S3. The doctor suspects disease D1 and D2 and constructs a Bayesian network for the relation among the disease and symptoms as the following:
75. Suppose P(D1) = 0.4, P(D2)=0.7, P(S1|D1)=0.3 and P(S1|D1')=0.6. Find P(S1)
You must be logged in to post a comment.
You must be logged in to post a comment.
You must be logged in to post a comment.