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%