Skip to content

Implemented Naive Bayes text classifier for the 20newsgroups dataset

Notifications You must be signed in to change notification settings

Vaibhav-Khera/Naive-Bayes_Text-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Naive-Bayes_Text-Classification

In this project Multinomial Naive Bayes(sklearn's MultinomialNB as well as Multinomial Naive Bayes implemented from scratch) has been used for text classification using python 3.

Given a text document we aim to predict the news group category (out of the the 20 given categories) it belongs to.