This project uses the dataset provided by Trip Advisor with binary classification label of ‘Happy’ and ‘Not Happy’. For the word embeddings, we used GloVe provided by Stanford University. We used 1D convolution neural networks (CNN) to predict whether the statement was a ‘Happy’ or a ‘Not Happy’ one. GloVe and NLTK Stopwords are used for word embeddings and removing sentence fillers. We used TF-IDF to remove words with least relevance.
-
Notifications
You must be signed in to change notification settings - Fork 2
Trip Advisor had provided a dataset of its reviews with binary classification label of ‘Happy’ and ‘Not Happy’. For the word embeddings, I used GloVe provided by Stanford University. I used stop words from NLTK to remove sentence fillers that do not change the context. Then I used TF-IDF to remove the words that provide the least information. Th…
atharvabhave21/trip_advisor_sentiment_analysis
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Trip Advisor had provided a dataset of its reviews with binary classification label of ‘Happy’ and ‘Not Happy’. For the word embeddings, I used GloVe provided by Stanford University. I used stop words from NLTK to remove sentence fillers that do not change the context. Then I used TF-IDF to remove the words that provide the least information. Th…
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published