Naïve Bayes Classification: Dr. Ashish K Jha Listen2Data Consultancy 23 March, 2015
Naive Bayes classification is a simple probabilistic classifier based on applying Bayes' theorem with strong (naive) independence assumptions. It calculates the probability of a document belonging to a certain class based on the presence of words and can be used to determine the probability that an email is spam based on whether it contains words like "Viagra", "Unsubscribe", "Money", or "Groceries". The naive Bayes algorithm uses the Laplace estimator to smooth probabilities for numeric attributes.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
40 views6 pages
Naïve Bayes Classification: Dr. Ashish K Jha Listen2Data Consultancy 23 March, 2015
Naive Bayes classification is a simple probabilistic classifier based on applying Bayes' theorem with strong (naive) independence assumptions. It calculates the probability of a document belonging to a certain class based on the presence of words and can be used to determine the probability that an email is spam based on whether it contains words like "Viagra", "Unsubscribe", "Money", or "Groceries". The naive Bayes algorithm uses the Laplace estimator to smooth probabilities for numeric attributes.