Skip to content

I used the Naive Bayes Classifier in both Python and R

License

Notifications You must be signed in to change notification settings

stabgan/Naive-Bayes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naive-Bayes

Naive Bayes is based on Bayes Theorem .

Scikit learn docs

It basically first considers the point in between the two Classifiers and then tries to predict the probability to guess in which class it belongs to . Then it tries to calculate the Posterior Probability from the product of likelihood and the prior probability . We can ignore the Marginal likelihood{ p(x) } because when we compare the posterior probability ofthe different classifications then it cancels out .

down

This is suitable for Sentiment Analysis problems with two output labels .

About

I used the Naive Bayes Classifier in both Python and R

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages