pengshuang / CNN-Seq2Seq
A pytorch implementation of Fairseq Convolutional Sequence to Sequence Learning(Gehring et al. 2017)
☆44Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for CNN-Seq2Seq
- document classification using LSTM + self attention☆112Updated 4 years ago
- Highway Networks implement in pytorch☆72Updated last year
- This repository contain various types of attention mechanism like Bahdanau , Soft attention , Additive Attention , Hierarchical Attention…☆122Updated 3 years ago
- Pytorch implementation of Neural Machine Translation with seq2seq and attention (en-zh)☆41Updated 5 years ago
- 自注意力与文本分类☆119Updated 6 years ago
- ☆132Updated 3 years ago
- Semi Supervised Learning for Text-Classification☆83Updated 5 years ago
- 利用keras搭建的胶囊网络(capsule network文本分类模型,包含RNN、CNN、HAN等,其中keras_utils包含了capsule层和attention层的keras实现☆77Updated 6 years ago
- Industry chain data test:Sentence classify Bi-GRU-att☆21Updated 6 years ago
- Tensorflow Implementation of Densely Connected Bidirectional LSTM with Applications to Sentence Classification☆48Updated 6 years ago
- some basic deep learning models/method for nlp, text classification.☆81Updated 4 years ago
- A pytorch implementation of Attention is all you need☆90Updated 5 years ago
- Text classification based on LSTM on R8 dataset for pytorch implementation☆140Updated 7 years ago
- Keras implement of ON-LSTM (Ordered Neurons: Integrating Tree Structures into Recurrent Neural Networks)☆154Updated 5 years ago
- Hierarchical BiLSTM CNN using Keras☆76Updated 6 years ago
- My implementation of "Hierarchical Attention Networks for Document Classification" in Keras☆26Updated 6 years ago
- A Keras Implementation of Attention_based Siamese Manhattan LSTM☆54Updated 6 years ago
- pytorch implementation of Attention is all you need☆239Updated 3 years ago
- ☆39Updated 7 years ago
- 本项目主要为针对DPCNN(Deep Pyramid Convolutional Neural Networks for Text Categorization )文本分类(Text Classification)的论文复现以及基于知乎看山杯Inception的修改和复现,…☆142Updated 5 years ago
- The code of Encoding Word Order in Complex-valued Embedding☆42Updated 5 years ago
- PyTorch implementation of batched bi-RNN encoder and attention-decoder.☆279Updated 5 years ago
- Multilabel classification based on TextCNN and Attention☆76Updated 4 years ago
- Implement modern LSTM cell by tensorflow and test them by language modeling task for PTB. Highway State Gating, Hypernets, Recurrent High…☆30Updated 6 years ago
- Implement en-fr translation task by implenting seq2seq, encoder-decoder in RNN layers with Attention mechanism and Beamsearch inference d…☆21Updated 6 years ago
- bilstm + selfattention core code (tensorflow 1.12.1 / pytorch 1.1.0) is implemented according to paper “A STRUCTURED SELF-ATTENTIVE SENTE…☆21Updated 4 years ago
- (minimal implementation) BiLSTM-Attention for Relation Classification☆29Updated 5 years ago
- Simple implement dilated LSTM, residual LSTM and Attention LSTM (follow the corresponding papers).☆17Updated 4 years ago
- TensorFlow implementation of the paper `Adversarial Multi-task Learning for Text Classification`☆178Updated 5 years ago
- Implementation of the ESIM model for natural language inference with Keras☆28Updated 6 years ago