Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 388 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 388 Bytes

Amazon Food Review Sentiment Analysis

Dataset obtained from Kaggle

Models used

  • Convolutional Neural Network
  • Naive Bayes
  • Random Forest
  • SVC

Convolutional Neural Network produced accureac of 92.57%

MultinomialNB (naive bayes) produced accuracy of 84.97%.

Random Forest produced an accuracy of 82.1%.