Beginner
Discrete Mathematics & Math
Q36 / 100
What is Bayes' theorem?
Correct! Well done.
Incorrect.
The correct answer is A) P(A|B) = P(B|A) * P(A) / P(B)
A
Correct Answer
P(A|B) = P(B|A) * P(A) / P(B)
Explanation
Bayes' theorem: P(A|B) = P(B|A)P(A)/P(B). Updates prior P(A) with likelihood P(B|A) given evidence B. Foundation of Bayesian statistics, Naive Bayes classifiers, and spam filtering.
Progress
36/100