Sentiment Analysis using a Convolutional Neural Network
Sentiment Analysis, or opinion mining, is the process of determining whether language reflects positive, negative, or neutral sentiment. Using sentiment algorithms, developers and brand managers can gain insights into customer opinions about a topic. Sentiment analysis is probably one the most common applications in Natural Language processing (NLP).
In this project, I used a different technique to detect sentiment analysis, a deep learning model, I trained a classifier movie reviews on IMDB data set, using Convolutional Neural Networks (CNN).
See Full Code
GitHub