A Deep Neural Network Approach using Convolutional Network and Long Short Term Memory for Text Sentiment Classification

Teragawa Shoryu,Lei Wang,Ruixin Ma
DOI: https://doi.org/10.1109/CSCWD49262.2021.9437871
2021-01-01
Abstract:The current emotion-based text categorization method incorporates a lot of deep learning, such as LSTM (Long short term memory) and CNN (Convolutional neural network) algorithms. The traditional algorithm extracts relatively few text features, so the performance of the algorithm can be improved. Based on this fact, this paper decided to adopt a text sentiment prediction method based on CNN and LSTM. First, the user's words are converted into vectors by the frequency of occurrence of the words, and the user's words are convoluted by the CNN to extract the feature information in the user text. Then, further feature extraction of the CNN convolved data by LSTM enables more dimensional information of the text to be used for classification. The experimental results show that the model constructed by this method is more effective in extracting multidimensional features on user text, and effectively optimizes the traditional algorithm. Compared with the CNN model and the LSTM model, the performance is improved.
What problem does this paper attempt to address?