Emotion Analysis Model of Microblog Comment Text Based on CNN-BiLSTM

基于CNN-BiLSTM的微博评论文本情感分析模型

阅读:1

Abstract

Aiming at the problems of over reliance on labor and low generalization of traditional emotion analysis methods based on dictionary and machine learning, an emotion analysis model of microblog comment text based on deep learning is proposed. Firstly, text is obtained through microblog crawler program. After data preprocessing, including data cleaning, Chinese word segmentation, removal of stop words, and so on, the Skip-gram model is used for word vector training on a large-scale unmarked corpus, and then the trained word vector is used as the text input of CNN-BiLSTM model, which combines Bidirectional Long-Short Term Memory (BiLSTM) neural network and Convolution Neural Network (CNN). Considering the historical context information and the subsequent context information, BiLSTM can better use the temporal relationship of text to learn sentence semantics. CNN can extract hidden features from the text and combine them. Finally, after Adamax optimization training, the emotion type of microblog comment text is output. The proposed model combines the learning advantages of BiLSTM and CNN. The overall accuracy of text emotion analysis has been greatly improved, with an accuracy of 0.94 and an improvement of 8.51% compared with the single CNN model.

特别声明

1、本页面内容包含部分的内容是基于公开信息的合理引用;引用内容仅为补充信息,不代表本站立场。

2、若认为本页面引用内容涉及侵权,请及时与本站联系,我们将第一时间处理。

3、其他媒体/个人如需使用本页面原创内容,需注明“来源:[生知库]”并获得授权;使用引用内容的,需自行联系原作者获得许可。

4、投稿及合作请联系:info@biocloudy.com。