Skip to content

Files

Latest commit

fd40a1d · Jul 5, 2023

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 24, 2023
Jul 5, 2023

What is Naive Bayes Algorithm ?

Bayes' theorem is also known as Bayes' Rule or Bayes' law, which is used to determine the probability of a hypothesis with prior knowledge. It depends on the conditional probability.

It is a probabilistic classifier, which means it predicts on the basis of the probability of an object.

The formula for Bayes' theorem is given as: App Screenshot

where, P(A|B) = Posterior probability
P(B|A) = Likelihood probability
P(A) = Prior Probability
P(B) = Marginal Probability

App Screenshot