An open API service indexing awesome lists of open source software.

https://github.com/mgla96/sentimentanalysis

Multinomial Naive Bayes Machine Learning Model For Review Sentiment Analysis
https://github.com/mgla96/sentimentanalysis

Last synced: 3 months ago
JSON representation

Multinomial Naive Bayes Machine Learning Model For Review Sentiment Analysis

Awesome Lists containing this project

README

          

# SentimentAnalysis
This program determines the sentiment of a review and predicts whether it is a positive or negative review. I implemented a Multinomial Naive Bayes model with Bag-Of-Words and Stop Words. Multinomial Naive Bayes was implemented using log probabilities to eliminate the issue of underflow that results from large amounts of unique words used with Bag-Of-Words for the Naive Bayes model.