Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Machine Learning by (19k points)

Could someone tell me what exactly is Naïve Bayes Classifier?  

1 Answer

0 votes
by (19.9k points)

Naïve Bayes classifier is a family of algorithms that are based on Bayes theorem which classifies each pair of features as independent of each other. This classification technique divides a given dataset into two parts; feature matrix and response vector. 

Naïve Bayes finds its application in many aspects through machine learning such as spam filtering, document classification, etc. There are also various other popular classifiers based on Bayes theorem such as Gaussian Naïve Bayes classifier, Multinomial Naïve Bayes, Bernoulli Naïve Bayes, etc. 

Aspiring to become a Machine Learning expert and get yourself certified? Then head onto Intellipaat’s website to get yourself registered for the Machine Learning course which features 32hrs of instructor-led training with 64hrs of projects and exercises to help you with required practice to gain proficiency through real-world problems. 

Do watch our YouTube video on Machine Learning Algorithm to get started. 

Browse Categories

...