pengshuang / CNN-Seq2Seq
A pytorch implementation of Fairseq Convolutional Sequence to Sequence Learning(Gehring et al. 2017)
☆45Updated 6 years ago
Alternatives and similar repositories for CNN-Seq2Seq:
Users that are interested in CNN-Seq2Seq are comparing it to the libraries listed below
- document classification using LSTM + self attention☆113Updated 5 years ago
- ☆132Updated 4 years ago
- This repository contain various types of attention mechanism like Bahdanau , Soft attention , Additive Attention , Hierarchical Attention…☆125Updated 3 years ago
- 自注意力与文本分类☆119Updated 6 years ago
- 注意力机制on自然语言处理文章整理笔记☆170Updated 6 years ago
- some basic deep learning models/method for nlp, text classification.☆80Updated 5 years ago
- Semi Supervised Learning for Text-Classification☆83Updated 5 years ago
- Simple implement dilated LSTM, residual LSTM and Attention LSTM (follow the corresponding papers).☆17Updated 5 years ago
- 利用keras搭建的胶囊网络(capsule network文本分类模型,包含RNN、CNN、HAN等,其中keras_utils包含了capsule层和attention层的keras 实现☆77Updated 6 years ago
- pytorch implementation of Attention is all you need☆238Updated 3 years ago
- Implement en-fr translation task by implenting seq2seq, encoder-decoder in RNN layers with Attention mechanism and Beamsearch inference d…☆21Updated 7 years ago
- ☆38Updated 7 years ago
- Tensorflow Implementation of Densely Connected Bidirectional LSTM with Applications to Sentence Classification☆47Updated 7 years ago
- TensorFlow implementation of the paper `Adversarial Multi-task Learning for Text Classification`☆177Updated 6 years ago
- Highway Networks implement in pytorch☆71Updated 2 years ago
- Hierarchical BiLSTM CNN using Keras☆76Updated 7 years ago
- Keras implement of ON-LSTM (Ordered Neurons: Integrating Tree Structures into Recurrent Neural Networks)☆156Updated 5 years ago
- A pytorch implementation of Attention is all you need☆92Updated 6 years ago
- Industry chain data test:Sentence classify Bi-GRU-att☆21Updated 6 years ago
- Pytorch implementation of Neural Machine Translation with seq2seq and attention (en-zh)☆41Updated 6 years ago
- Text classification based on LSTM on R8 dataset for pytorch implementation☆140Updated 7 years ago
- ☆166Updated 6 years ago
- Tensorflow+bilstm+attention+multi label text classify☆121Updated 6 years ago
- Text classification using different neural networks (CNN, LSTM, Bi-LSTM, C-LSTM).☆205Updated 6 years ago
- Implement attention model to LSTM using TensorFlow☆10Updated 6 years ago
- PyTorch implementation of batched bi-RNN encoder and attention-decoder.☆279Updated 6 years ago
- torchtext使用总结,从零开始逐步实现了torchtext文本预处理过程,包括截断补长,词表构建,使用预训练词向量,构建可用于PyTorch的可迭代数据等步骤。并结合Pytorch实现LSTM.☆173Updated 5 years ago
- Use pytorch to implement word2vec☆149Updated 6 years ago
- Tensorflow Implementation of Variational Attention for Sequence to Sequence Models (COLING 2018)☆70Updated 4 years ago
- Conditional Sequence Generative Adversarial Network trained with policy gradient, Implementation in Tensorflow☆49Updated 6 years ago