Sentiment ClassficationOn Short English Text With CNN
Abstract:The rapid development of the Internet has enabled everyone to express themselves and to express their opinions more freely and conveniently. Applications such as Twitter and Facebook provide the public with a platform to express their emotions. Sentimental classification gradually attracts the attention of researchers and merchants, because the correct emotional analysis is conducive to stimulating consumer spending, helping merchants to improve their own products and control of public opinion.In order to understand the public's reaction to a certain event, in order to support the analysis of the support rate and the public's sentimental tendencies for an event. For example, through movie reviews to calculatethe reputation of a movie, through the buyer's evaluation to calculatethe quality of the good. This article describes several commonly used emotional classification algorithms and introduce the development of the sentiment classification.This paper also implements a sentiment classification method based on convolutional neural networks to determine whether a short text is negative, positive or neutral. This article selected the latest film review of the Avengers IIIand another film Begin Again as a demonstration.This system is based on the python language and is developed using Pycharm and TensorFlow.
Key words:CNN;Word2Vec;Natural Language Processing;TensorFlow