ifding / seq2seq-pytorch
Sequence to Sequence Models with PyTorch
☆26Updated 6 years ago
Alternatives and similar repositories for seq2seq-pytorch:
Users that are interested in seq2seq-pytorch are comparing it to the libraries listed below
- ☆16Updated 6 years ago
- A pytorch implementation of Fairseq Convolutional Sequence to Sequence Learning(Gehring et al. 2017)☆44Updated 6 years ago
- This repository contain various types of attention mechanism like Bahdanau , Soft attention , Additive Attention , Hierarchical Attention…☆125Updated 3 years ago
- An LSTM in PyTorch with best practices (weight dropout, forget bias, etc.) built-in. Fully compatible with PyTorch LSTM.☆132Updated 5 years ago
- ☆76Updated 5 years ago
- Sequence to Sequence Models in PyTorch☆44Updated 7 months ago
- (minimal implementation) BiLSTM-Attention for Relation Classification☆30Updated 2 months ago
- A quick walk-through of the innards of LSTMs and a naive implementation of the Mogrifier LSTM paper in PyTorch☆76Updated 4 years ago
- Sequence to Sequence and attention from scratch using Tensorflow☆29Updated 7 years ago
- Encoding position with the word embeddings.☆82Updated 6 years ago
- document classification using LSTM + self attention☆113Updated 5 years ago
- Simple implement dilated LSTM, residual LSTM and Attention LSTM (follow the corresponding papers).☆17Updated 5 years ago
- Multi heads attention for image classification☆81Updated 6 years ago
- Pytorch implementation of R-Transformer. Some parts of the code are adapted from the implementation of TCN and Transformer.☆228Updated 5 years ago
- Implementation of the Transformer architecture described by Vaswani et al. in "Attention Is All You Need"☆28Updated 5 years ago
- PyTorch implementations of LSTM Variants (Dropout + Layer Norm)☆136Updated 3 years ago
- Repository for Attention Algorithm☆41Updated 7 years ago
- Conditional Sequence Generative Adversarial Network trained with policy gradient, Implementation in Tensorflow☆49Updated 6 years ago
- [IN PROGRESS] An introduction to generative adversarial networks (GANs) and variational autoencoders (VAEs) in PyTorch, by implementing a…☆32Updated 6 years ago
- Tensorflow Implementation of Densely Connected Bidirectional LSTM with Applications to Sentence Classification☆47Updated 6 years ago
- PyTorch DataLoader for seq2seq☆84Updated 6 years ago
- Pytorch implementation of a basic language model using Attention in LSTM network☆26Updated 6 years ago
- Minimal RNN classifier with self-attention in Pytorch☆150Updated 3 years ago
- The PyTorch implementation of ReCoSa(the Relevant Contexts with Self-attention) for dialogue generation using the multi-head attention an…☆22Updated last year
- LSTM Classification using Pytorch☆72Updated 6 years ago
- PyTorch implementation of batched GRU encoder and decoder.☆30Updated 7 years ago
- Hierarchical Attention Networks for Document Classification in PyTorch☆36Updated 6 years ago
- An Implementation of Encoder-Decoder model with global attention mechanism.☆32Updated 5 years ago
- The Annotated Encoder Decoder with Attention☆166Updated 4 years ago
- An Attention Layer in Keras☆43Updated 5 years ago