jiegzhan / multi-class-text-classification-cnn-rnnLinks
Classify Kaggle San Francisco Crime Description into 39 classes. Build the model with CNN, RNN (GRU and LSTM) and Word Embeddings on Tensorflow.
☆600Updated 7 years ago
Alternatives and similar repositories for multi-class-text-classification-cnn-rnn
Users that are interested in multi-class-text-classification-cnn-rnn are comparing it to the libraries listed below
Sorting:
- Classify Kaggle Consumer Finance Complaints into 11 classes. Build the model with CNN (Convolutional Neural Network) and Word Embeddings …☆427Updated 7 years ago
- Tensorflow implementation of attention mechanism for text classification tasks.☆748Updated 5 years ago
- Text classifier for Hierarchical Attention Networks for Document Classification☆1,078Updated 3 years ago
- Named Entity Recognition using multilayered bidirectional LSTM☆539Updated 6 years ago
- Convolutional Neural Networks for Sentence Classification in Keras☆595Updated 6 years ago
- Document classification with Hierarchical Attention Networks in TensorFlow. WARNING: project is currently unmaintained, issues will proba…☆467Updated last year
- 🎭 Sentiment Analysis of Twitter data using combined CNN and LSTM Neural Network models☆310Updated 7 years ago
- [unmaintained]☆423Updated 5 years ago
- Text classification using LSTM☆172Updated 8 years ago
- Convolutional Neural Networks for Sentence Classification(TextCNN) implements by TensorFlow☆252Updated 6 years ago
- A TensorFlow implementation of Recurrent Neural Networks for Sequence Classification and Sequence Labeling☆488Updated 7 years ago
- Simple embedding based text classifier inspired by fastText, implemented in tensorflow☆303Updated 7 years ago
- Tutorials for TensorFlow APIs the official documentation doesn't cover☆288Updated 7 years ago
- My (slightly modified) Keras implementation of the Recurrent Convolutional Neural Network (RCNN) described here: http://www.aaai.org/ocs/…☆183Updated 7 years ago
- Sequence to sequence learning using TensorFlow.