A Intelligent CNN-BiLSTM Approach for Chinese Sentiment Analysis on Spark

Rongshen Cai,Qian Tao
DOI: https://doi.org/10.1109/iccc51575.2020.9344910
2020-01-01
Abstract:Short text Chinese sentiment classification has become an important task in sentiment analysis fields. In recent years, deep learning-based methods have been widely used in sentiment classification. However, with the complexity of deep learning models, the number of model parameters has increased. The effectiveness of the model depends largely on the choice of hyperparameter combinations. The optimization of model parameters becomes a tricky problem. In this paper, we propose an intelligent neural network sentiment classification approach that uses particle swarm optimization algorithm to optimize the parameters of the neural network model (CNN-BiLSTM). Meanwhile, in order to improve the calculation efficiency of the algorithm, we propose a parallel variant of particle swarm optimization algorithm, which can be iteratively calculated on the Spark distributed platform (big data technology). Experiments on Chinese sentiment analysis dataset validate the effectiveness of our approach.
What problem does this paper attempt to address?