0% found this document useful (0 votes)
4 views2 pages

Naïve Bayes Algorithm

Naïve Bayes is a supervised learning classification technique based on Bayes' Theorem, assuming feature independence. It includes various types such as Gaussian, Multinomial, Bernoulli, Complement, and Categorical Naïve Bayes, each suited for different data types and use cases like medical tests, text classification, and spam detection. The algorithm is widely applicable in scenarios involving conditional probability and classification problems.

Uploaded by

Towhidul Islam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

Naïve Bayes Algorithm

Naïve Bayes is a supervised learning classification technique based on Bayes' Theorem, assuming feature independence. It includes various types such as Gaussian, Multinomial, Bernoulli, Complement, and Categorical Naïve Bayes, each suited for different data types and use cases like medical tests, text classification, and spam detection. The algorithm is widely applicable in scenarios involving conditional probability and classification problems.

Uploaded by

Towhidul Islam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Naïve Bayes Algorithm

Naive Bayes is a classification technique that is based


on Bayes’ Theorem with an assumption that all the features
that predicts the target value are independent of each other.

(1) Supervised Learning Algorithm


(2) Used in Classification problem
(3) Based on applying Bayes theorem

Conditonal probability:
Bayes theorem:

Naïve Bayes Types & Use Cases


Type Feature Type Use Case
Gaussian NB Continuous Medical tests, sensor data
Multinomial
Count data Text classification, spam detection
NB
Bernoulli NB Binary (0/1) Word presence, email spam
Complement Count data
Fake news, toxic comment detection
NB (imbalanced)
Customer segmentation, diagnosis with
Categorical NB Categorical
categories

You might also like