Skip to content

This project uses NLP and LinearSVC, an efficient Machine Learning algorithm in Scikit Learn library, that works well with text classification. This project predicts the sentiment of IMDB movie reviews.

Notifications You must be signed in to change notification settings

taeefnajib/Predicting-Sentiment-of-IMDB-Movie-Reviews-Using-LinearSVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predicting Sentiment of IMDB Movie Reviews Using LinearSVC

About the Dataset

The dataset contains 50K movie reviews collected from IMDB. It was posted by Lakshmipathi N on Kaggle.

How to Use

  1. Clone the repository
  2. Install dependencies using Requirements.txt
  3. Run training.py if you'd like to change the hyperparameters or algorith
  4. Predict with user input using model.py

Accuracy

Model Accuracy: 90.69%

About

This project uses NLP and LinearSVC, an efficient Machine Learning algorithm in Scikit Learn library, that works well with text classification. This project predicts the sentiment of IMDB movie reviews.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages