Simple Explanation of Naive Bayes Algorithm
Naive Bayes algorithm generally assumes that the input features are independent to each other.It gives the amount of probability of one feature given the amount of another feature.It is a type of classification algorithm.
where
P(A|B)= Posterior probability - means probability of feature A given the probability of B
P(B|A) =Likelihood - means probability of feature B given the probability of A
P(A) = Prior Probability - means probability of the feature A
P(B) = Predictor Probability -means probability of the feature B
Here, | represents conditional probability.
For example : Polio has been rare these days.For Instance, let’s assume the there is 1% chance of patients getting polio.Also, assume , 99% the test results are accurate.
a. a. Probability tree
b.Reverse treeHope, this simple example gave you a glimpse of how the naive bayes algorithm works.
Please like,comment and share if you hope this is useful.











Thank you for sharing such a useful article. I had a great time. This article was fantastic to read. Continue to publish more articles on
ReplyDeleteAI Services
Hi aaron!!.Thanks so much for your support.I will try to publish articles on the mentioned website.
Delete