yhyycj / textClassifier

Text classifier for Hierarchical Attention Networks for Document Classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

textClassifier

textClassifierHATT.py has the implementation of Hierarchical Attention Networks for Document Classification. Please see the my blog for full detail. Also see Keras Google group discussion

textClassifierConv has implemented Convolutional Neural Networks for Sentence Classification - Yoo Kim. Please see the my blog for full detail.

textClassifierRNN has implemented bidirectional LSTM and one level attentional RNN. Please see the my blog for full detail.

update on 6/22/2017

To derive the attention weight which can be useful to identify important words for the classification. Please see my latest update on the post. All you need to do is run a forward pass right before attention layer output. The result is not very promising. I will update the post once I have further result.

About

Text classifier for Hierarchical Attention Networks for Document Classification

License:Apache License 2.0


Languages

Language:Python 100.0%