arefa29 / naive_bayes_text_classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Naive Bayes Text Classification

Datasets

AG-news dataset

IMDb dataset

Results (Accuracy)

Method AG-news IMDb
Using BOW 0.851 0.703
Using TF-IDF 0.807 0.621
Using Bigrams 0.891 0.529

About


Languages

Language:Jupyter Notebook 99.5%Language:Python 0.5%