Skip to content

wikiabhi/Text-Classification-Twenty-Newsgroups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Classification on Twenty Newsgroups Data Set

Dataset Download:

Abstract:

This data set consists of 20000 messages taken from 20 newsgroups.

  • Implemented Sklearn MultinomialNB()
  • Implemented Naive Bayes from scratch
  • Comparison between the two classifier

Results:

  • Sklearn MultinomialNB(): 0.8394
  • Naive Bayes from scratch: 0.8422

Clone the Project:

git clone https://github.com/wikiabhi/Text-Classification.git

MIT License Copyright (c) 2018 Abhishek

About

Text Classification on Twenty Newsgroups Data Set

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published