ifding / seq2seq-pytorch
Sequence to Sequence Models with PyTorch
☆27Updated 6 years ago
Related projects ⓘ
Alternatives and complementary repositories for seq2seq-pytorch
- ☆76Updated 4 years ago
- A pytorch implementation of Fairseq Convolutional Sequence to Sequence Learning(Gehring et al. 2017)☆44Updated 5 years ago
- ☆16Updated 6 years ago
- An LSTM in PyTorch with best practices (weight dropout, forget bias, etc.) built-in. Fully compatible with PyTorch LSTM.☆133Updated 4 years ago
- This repository contain various types of attention mechanism like Bahdanau , Soft attention , Additive Attention , Hierarchical Attention…☆122Updated 3 years ago
- document classification using LSTM + self attention☆112Updated 5 years ago
- (minimal implementation) BiLSTM-Attention for Relation Classification☆29Updated 5 years ago
- [IN PROGRESS] An introduction to generative adversarial networks (GANs) and variational autoencoders (VAEs) in PyTorch, by implementing a…☆29Updated 5 years ago
- Sequence to Sequence Models in PyTorch☆44Updated 3 months ago
- Pytorch implementation of R-Transformer. Some parts of the code are adapted from the implementation of TCN and Transformer.☆224Updated 5 years ago
- Minimal RNN classifier with self-attention in Pytorch☆150Updated 2 years ago
- seq2seq attention in keras☆40Updated 5 years ago
- PyTorch implementations of LSTM Variants (Dropout + Layer Norm)☆136Updated 3 years ago
- RNN Encoder-Decoder in PyTorch☆42Updated 3 months ago
- PyTorch implementation of batched GRU encoder and decoder.☆30Updated 6 years ago
- A quick walk-through of the innards of LSTMs and a naive implementation of the Mogrifier LSTM paper in PyTorch☆74Updated 4 years ago
- PyTorch implementation of batched bi-RNN encoder and attention-decoder.☆279Updated 5 years ago
- Implementations for a family of attention mechanisms, suitable for all kinds of natural language processing tasks and compatible with Ten…☆346Updated 9 months ago
- Using Pytorch's nn.Transformer module to create an english to french neural machine translation model.☆77Updated 4 years ago
- An Implementation of Encoder-Decoder model with global attention mechanism.☆32Updated 5 years ago
- Reproducing Character-Level-Language-Modeling with Deeper Self-Attention in PyTorch☆61Updated 5 years ago
- Encoding position with the word embeddings.☆83Updated 6 years ago
- Text classification based on LSTM on R8 dataset for pytorch implementation☆140Updated 7 years ago
- Sequence to Sequence and attention from scratch using Tensorflow☆29Updated 7 years ago
- Attention-based bidirectional LSTM for Classification Task (ICASSP)☆108Updated last year
- attention mechanism in keras, like Dense and RNN...☆20Updated 6 years ago
- PyTorch DataLoader for seq2seq☆83Updated 5 years ago
- Deep Transfer Reinforcement Learning for Text Summarization☆42Updated 6 years ago
- attention-based LSTM/Dense implemented by Keras☆294Updated 6 years ago
- Multi heads attention for image classification☆81Updated 6 years ago