Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 408 Bytes

File metadata and controls

10 lines (8 loc) · 408 Bytes

Movie-Reviews-Sentiment-Analysis

Sentiment Analysis of Movie Reviews is either positive or negative review, the dataset which is used is "IMDB Dataset of 50K Movie Reviews" and the following machine learning which I used is Logistic Regression , Random Forest and LinearSVC.

Dataset

https://www.kaggle.com/lakshmi25npathi/imdb-dataset-of-50k-movie-reviews

Requirement

  • Scikit-learn
  • Python
  • SpaCy