Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 370 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 370 Bytes

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)