ifding / seq2seq-pytorch
Sequence to Sequence Models with PyTorch
☆26Updated 7 years ago
Alternatives and similar repositories for seq2seq-pytorch
Users that are interested in seq2seq-pytorch are comparing it to the libraries listed below
Sorting:
- [IN PROGRESS] An introduction to generative adversarial networks (GANs) and variational autoencoders (VAEs) in PyTorch, by implementing a…☆33Updated 6 years ago
- ☆76Updated 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 5 years ago
- This repository contain various types of attention mechanism like Bahdanau , Soft attention , Additive Attention , Hierarchical Attention…☆125Updated 3 years ago
- (minimal implementation) BiLSTM-Attention for Relation Classification☆30Updated 4 months ago
- A pytorch implementation of Fairseq Convolutional Sequence to Sequence Learning(Gehring et al. 2017)☆46Updated 6 years ago
- Simple implement dilated LSTM, residual LSTM and Attention LSTM (follow the corresponding papers).☆17Updated 5 years ago
- seq2seq attention in keras☆39Updated 6 years ago
- document classification using LSTM + self attention☆112Updated 5 years ago
- PTB Language Modelling task with LSTM + Attention layer☆31Updated 7 years ago
- Pytorch implementation of a basic language model using Attention in LSTM network☆26Updated 6 years ago
- Sequence to Sequence Models in PyTorch☆44Updated 9 months ago
- PyTorch DataLoader for seq2seq☆85Updated 6 years ago
- Minimal RNN classifier with self-attention in Pytorch☆150Updated 3 years ago
- Tensorflow Implementation of Densely Connected Bidirectional LSTM with Applications to Sentence Classification☆47Updated 7 years ago
- attention mechanism in keras, like Dense and RNN...☆20Updated 7 years ago
- Implementing Skip-gram Negative Sampling with pytorch☆49Updated 6 years ago
- PyTorch implementations of LSTM Variants (Dropout + Layer Norm)☆136Updated 4 years ago
- LSTM Classification using Pytorch☆75Updated 6 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
- This project aims to give you an introduction to how Seq2Seq based encoder-decoder neural network architectures can be applied on time se…☆42Updated 6 years ago
- An Implementation of Encoder-Decoder model with global attention mechanism.☆32Updated 5 years ago
- Multi heads attention for image classification☆81Updated 7 years ago
- Repository for Attention Algorithm☆41Updated 7 years ago
- Text classification based on LSTM on R8 dataset for pytorch implementation☆141Updated 7 years ago
- Encoding position with the word embeddings.☆83Updated 7 years ago
- A minimal nmt example to serve as an seq2seq+attention reference.☆36Updated 5 years ago
- some examples for time series classification using keras: #1D_CNN #LSTM #Dense #Ensembles☆27Updated 5 years ago
- ☆35Updated 4 years ago