Skip to content

Sentiment Analysis on IMDB movie reviews given by reviewers and understanding their overall reaction to the movie. The classification model was trained using 50 thousand IMDB reviews.

Notifications You must be signed in to change notification settings

HamidurRahman1/Naive-Bayes-Language-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naive Bayes Language Classifier

Objectives:  
  1. Train a model from a given trainig movie review data set (IMDB). 
  2. Implement a Naive Bayes Classifier with bag of words and add-one smoothing.
  3. Test this model against test data from the movie review and provide the accuracy of this model.
Pre-Processing: 
  1. Lowarecase all the words for both training and test.
  2. Remove punctuations from both training and test.
Output: 
  1. The accuracy for positive review is 74.89%
  2. The accuracy for negative review is 87.84%
  3. Overall accuracy test accuracy is 81.368%

About

Sentiment Analysis on IMDB movie reviews given by reviewers and understanding their overall reaction to the movie. The classification model was trained using 50 thousand IMDB reviews.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages