?
Text classification with deep learning neural networks
In this paper, we analyze the use of different neural networks for the
text classification task. The accuracy of the studied text classifiers can be
changed by a small number of previously classified texts. This is important due
to the fact that in many applications of text classification a large number of un-
labeled texts are easily accessible, while the receipt of marked texts is quite a
difficult task. The paper also shows that the convolution neural network can
work better at the level of words, and does not require knowledge of the syntac-
tic or semantic structure of the language. On the other hand, a recurrent neural
network for the level of data representation in the form of a sequence can effec-
tively classify the text. Experimental results obtained for text corpora from two
different sources show that using a vector data representation can also improve
the accuracy of the classification.