Skip to content

Implementing the Naïve Bayes algorithm for text classification tasks

Notifications You must be signed in to change notification settings

leejiaj/Multinomial-Naive-Bayes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Multinomial-Naive-Bayes

Implementing the Naïve Bayes algorithm for text classification tasks

This python program implements multinomial naïve Bayes algorithm for text classification tasks This program uses python's stop-words package: https://pypi.python.org/pypi/stop-words This also uses the 20 newsgroups dataset for training and test (5 classes out of the 20)

About

Implementing the Naïve Bayes algorithm for text classification tasks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages