This project is a simple conclusion of some deep model for document classification. As for these model implementations, i mainly referred brightmart (https://github.com/brightmart). I studyed them and coded them by myself. So here i have a conclusion to have review one day.
This project include some deep models for text classification.
- CNN for text
- RNN/LSTM/GRU for text
- char CNN for text
- RCNN for text
- HAN for text
These models can be applied to text classification/ text representation/ and information retrival and so on.
These project was just for my review.