Skip to content

A native implementation of the Multinomial Naive Bayes algorithm.

Notifications You must be signed in to change notification settings

tot98git/multinomial-nb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multinomial Naive Bayes

A native implementation of the Multinomial Naive Bayes algorithm.

Naive Bayes is a popular algorithm for text classification. It is a probabilistic classifier, which tells us the probability of the observation being in the class. The multinomial Naive Bayes classifier is suitable for classification with discrete features (e.g., word counts for text classification). Our implementation contains the fit and predict methods. Also methods for generating vocabs, cleaning documents and reading our data.

More information can be found at: https://medium.com/softup-technologies/building-a-ml-model-that-predicts-news-category-given-a-news-title-65c74867d876.

About

A native implementation of the Multinomial Naive Bayes algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages