willzli / bilstm_selfattentionLinks
bilstm + selfattention core code (tensorflow 1.12.1 / pytorch 1.1.0) is implemented according to paper “A STRUCTURED SELF-ATTENTIVE SENTENCE EMBEDDING”
☆22Updated 5 years ago
Alternatives and similar repositories for bilstm_selfattention
Users that are interested in bilstm_selfattention are comparing it to the libraries listed below
Sorting:
- 自注意力与文本分类☆119Updated 6 years ago
- ☆131Updated 4 years ago
- Hierarchical BiLSTM CNN using Keras☆77Updated 7 years ago
- 本项目主要为针对DPCNN(Deep Pyramid Convolutional Neural Networks for Text Categorization )文本分类(Text Classification)的论文复现以及基于知乎看山杯Inception的修改和复现,…☆143Updated 6 years ago
- Tensorflow+bilstm+attention+multi label text classify☆121Updated 7 years ago
- A pytorch implementation of Attention is all you need