Title Text Classification
Based on Convolution Neural Network
Abstract
The emotional classification of weibo text is an application of natural language processing in short text classification. The text from weibo has the characteristics of less context information, short text length, colloquial and networked language composition, which makes the traditional classification method difficult to realize, This paper applies the convolution neural network on the essential classification of weibo text; first,It introduces the basic concepts and principles of the convolution neural network, after that it offers the detailed implementation of the core module and the formula derivation. The framework is built based on tensorflow, with 6000 weibo text on the experiment. Meanwhile, I apply the graphical technology to build a simple machine learning system, the experimental results show that the accuracy rate of the model can reach 75% on the test set.
Keywords Convolution Neural Network, Machine learning, Text Classification, Natural Language Processing
|