AML - Unit - 3
AML - Unit - 3
SUBHASH UNIVERSITY
School of Engineering & Technology
Department of Information Technology
Bayes’ theorem is a fundamental concept in probability theory that plays a crucial role
in various machine learning algorithms, especially in the fields of Bayesian statistics
and probabilistic modelling. It provides a way to update probabilities based on new
evidence or information. In the context of machine learning, Bayes’ theorem is often
used in Bayesian inference and probabilistic models.
𝑃(𝐴∣𝐵)=𝑃(𝐵∣𝐴)⋅𝑃(𝐴)𝑃(𝐵)P(A∣B)=P(B)P(B∣A)⋅P(A)
The theorem can be mathematically expressed as:
Where
In the context of modeling hypotheses, Bayes’ theorem allows us to infer our belief in
a hypothesis based on new data. We start with a prior belief in the hypothesis,
represented by P(A), and then update this belief based on how likely the data are to
be observed under the hypothesis, represented by P(B∣A). The posterior
probability P(A∣B) represents our updated belief in the hypothesis after considering the
data.
2DECO304 1
DR. SUBHASH UNIVERSITY
School of Engineering & Technology
Department of Information Technology
2DECO304 2