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 -
- Natural Language Toolkit
- PorterStemmer
Machine Learning Libraries Used
- Naive Bayes and Natural Language Processing
->Accuracy = 77.67% - Random Forest
->Accuracy = 77.67% - Logistic Regression
->Accuracy = 78.33% - Support Vector Machines
->Accuracy = 95.67%