Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 347 Bytes

File metadata and controls

9 lines (9 loc) · 347 Bytes

Sentiment-Analysis-using-Restaurant-Reviews

Creating a sentiment analysis program using Restaurant Reviews.
I have used and tested 3 different algorithms and the accuracy of all 3 are listed

  • Multinomial Naive Bayes
    • Accuracy = 77.67%
  • Bernoulli Naive Bayes
    • Accuracy = 77.00%
  • Logistic Regression
    • Accuracy = 76.67%