Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 598 Bytes

File metadata and controls

20 lines (16 loc) · 598 Bytes

Sentiment-Analysis-of-Restaurant-Reviews

This is a repo where you can find the Machine Learning Algorithm for Sentiment Analysis. I have used the ML algorithm in restaurant reviews but this can be applied to other things as well.

I have uploaded various Models

Preprocessing technique used -

  1. Natural Language Toolkit
  2. PorterStemmer

Machine Learning Libraries Used

  1. Naive Bayes and Natural Language Processing
    ->Accuracy = 77.67%
  2. Random Forest
    ->Accuracy = 77.67%
  3. Logistic Regression
    ->Accuracy = 78.33%
  4. Support Vector Machines
    ->Accuracy = 95.67%