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
- ☆76Updated 4 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
- 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…☆124Updated 3 years ago
- Sequence to Sequence Models in PyTorch☆44Updated 6 months ago
- ☆16Updated 6 years ago
- document classification using LSTM + self attention☆113Updated 5 years ago
- Minimal RNN classifier with self-attention in Pytorch☆150Updated 3 years ago
- Pytorch implementation of R-Transformer. Some parts of the code are adapted from the implementation of TCN and Transformer.☆227Updated 5 years ago
- attention mechanism in keras, like Dense and RNN...☆20Updated 6 years ago
- Encoding position with the word embeddings.☆82Updated 6 years ago
- (minimal implementation) BiLSTM-Attention for Relation Classification☆30Updated last month
- A quick walk-through of the innards of LSTMs and a naive implementation of the Mogrifier LSTM paper in PyTorch☆74Updated 4 years ago
- Text classification based on LSTM on R8 dataset for pytorch implementation☆140Updated 7 years ago
- Simple implement dilated LSTM, residual LSTM and Attention LSTM (follow the corresponding papers).☆17Updated 5 years ago
- Repository for Attention Algorithm☆41Updated 6 years ago
- Multi heads attention for image classification☆81Updated 6 years ago
- This project aims to give you an introduction to how Seq2Seq based encoder-decoder neural network architectures can be applied on time se…☆41Updated 6 years ago
- Implementation of "Attention is All You Need" paper☆33Updated 6 months ago
- A minimal nmt example to serve as an seq2seq+attention reference.☆36Updated 5 years ago
- Implementation of the Transformer architecture described by Vaswani et al. in "Attention Is All You Need"☆28Updated 5 years ago
- seq2seq attention in keras☆40Updated 6 years ago
- SRU implement in pytorch(Training RNNs as Fast as CNNs)☆45Updated 2 years ago
- NLSTM Nested LSTM in Pytorch☆18Updated 6 years ago
- ResNet-1D and Variable Length Pooling for time series data like speech☆33Updated 6 years ago
- PyTorch DataLoader for seq2seq☆84Updated 5 years ago
- This is a PyTorch implementation of the ICLR 2017 paper "HIERARCHICAL MULTISCALE RECURRENT NEURAL NETWORKS" (https://openreview.net/pdf?i…☆51Updated 7 years ago
- Custom loss functions to use in (mainly) PyTorch.☆38Updated 4 years ago
- PyTorch implementation of batched bi-RNN encoder and attention-decoder.☆279Updated 6 years ago
- Repository for the ablation study of "Long Short-Term Memory Fully Convolutional Networks for Time Series Classification"☆54Updated 5 years ago