ShawnyXiao/TextClassification-Keras
Collection of deep learning text classification models (FastText, TextCNN, TextRNN, HAN, RCNN) implemented in Keras with TensorFlow backend.

Velocity · 7d
+0.3
★ / day
Trend
→steady
star history
Implements various neural network architectures for text classification including FastText, TextCNN, TextRNN, Bidirectional RNN with attention, Hierarchical Attention Networks (HAN), and Recurrent Convolutional Neural Networks (RCNN). The models use Keras with TensorFlow as the backend and include simplified applications demonstrating each model’s usage.