Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 454 Bytes

File metadata and controls

8 lines (5 loc) · 454 Bytes

naive-bayes

Watch the video

The Naive Bayes classifier works on the principle of conditional probability, as given by the Bayes theorem. basically Naive Bayes Algorithm's core is the Bayes Theorem, which is predicting the probability of event happen given one or more than one evidence/features observed.

3