ifding / seq2seq-pytorchLinks
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:
- ☆16Updated 6 years ago
- ☆76Updated 5 years ago
- Sequence to Sequence Models in PyTorch☆44Updated 11 months ago
- A pytorch implementation of Fairseq Convolutional Sequence to Sequence Learning(Gehring et al. 2017)☆46Updated 6 years ago
- This repository contain various types of attention mechanism like Bahdanau , Soft attention , Additive Attention , Hierarchical Attention…☆126Updated 3 years ago
- Using Pytorch's nn.Transformer module to create an english to french neural machine translation model.☆78Updated 4 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
- Encoding position with the word embeddings.☆83Updated 7 years ago
- LSTM Classification using Pytorch☆77Updated 6 years ago
- Minimal RNN classifier with self-attention in Pytorch☆150Updated 3 years ago
- Simple implement dilated LSTM, residual LSTM and Attention LSTM (follow the corresponding papers).☆17Updated 5 years ago
- PyTorch implementations of LSTM Variants (Dropout + Layer Norm)☆136Updated 4 years ago
- PyTorch DataLoader for seq2seq☆85Updated 6 years ago
- A quick walk-through of the innards of LSTMs and a naive implementation of the Mogrifier LSTM paper in PyTorch☆78Updated 4 years ago
- Official Code for Towards Transparent and Explainable Attention Models paper (ACL 2020)☆35Updated 3 years ago
- Pytorch implementation of R-Transformer. Some parts of the code are adapted from the implementation of TCN and Transformer.☆230Updated 6 years ago
- pytorch implementation of "A Theoretically Grounded Application of Dropout in Recurrent Neural Networks" LSTM(https://arxiv.org/abs/1512.…☆21Updated 4 years ago
- PyTorch implementation of Variational LSTM and Monte Carlo dropout.☆56Updated 3 years ago
- Sequence to Sequence and attention from scratch using Tensorflow☆29Updated 7 years ago
- Multi heads attention for image classification☆80Updated 7 years ago
- RNN Encoder-Decoder in PyTorch☆44Updated 11 months ago
- Implementing Skip-gram Negative Sampling with pytorch☆49Updated 6 years ago
- Two-Layer Hierarchical Softmax Implementation for PyTorch☆69Updated 4 years ago
- [IN PROGRESS] An introduction to generative adversarial networks (GANs) and variational autoencoders (VAEs) in PyTorch, by implementing a…☆33Updated 6 years ago
- a simple and complete pytorch implementation of neural machine translation system☆14Updated 5 years ago
- NLSTM Nested LSTM in Pytorch☆17Updated 7 years ago
- PyTorch implementation of batched bi-RNN encoder and attention-decoder.☆280Updated 6 years ago
- Fine-tune transformers with pytorch-lightning☆44Updated 3 years ago
- numpy implementation of Recurrent Neural Network☆41Updated 6 years ago
- Multi-head attention in PyTorch☆153Updated 6 years ago