Data Mining Project: Sentiment Analysis of Amazon, Yelp, and IMDB
VerifiedAdded on  2020/05/28
|17
|1824
|56
Project
AI Summary
This data mining project presents an executive summary and detailed analysis of sentiment analysis applied to customer reviews from Amazon, Yelp, and IMDB. The project utilizes unsupervised machine learning techniques, specifically focusing on identifying the polarity of text data extracted from product and service reviews. The methodology involves loading data into R, preprocessing it to remove irrelevant information, and then applying sentiment analysis algorithms to classify sentences based on their emotional content (joy, anger, etc.) and polarity (positive, negative, neutral). The analysis includes the use of ggplot2 for visualizing the distribution of emotions and polarities, and word clouds to illustrate the frequency of words associated with different sentiments. The findings reveal that approximately 50% of the reviews for each company are positive, with the remaining reviews distributed between neutral and negative sentiments. The project concludes by emphasizing the significance of sentiment analysis for businesses in understanding customer feedback and gauging the reception of their products and services. The project includes references to relevant literature and the R code used for the analysis.
1 out of 17