What is bayes' theorem? How is it useful in a machine learning context?
Answer Posted / Shantanu Rana
Bayes' Theorem is a probability formula that expresses the conditional probability of an event A given an event B, P(A|B), as a function of the prior probabilities P(A) and P(B|A). In machine learning, Bayesian methods use Bayes' Theorem to update beliefs based on new evidence and perform classification, regression, and clustering tasks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers