Naïve Bayes is a classification algorithm based on Bayes' Theorem. It makes the assumption that predictor variables are independent of each other given the class variable. To classify new data, it calculates the probabilities of each class given the values of the predictors and assigns the most likely class.
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 views18 pages
Naive Bayes
Naïve Bayes is a classification algorithm based on Bayes' Theorem. It makes the assumption that predictor variables are independent of each other given the class variable. To classify new data, it calculates the probabilities of each class given the values of the predictors and assigns the most likely class.