abduallahmohamed / Nested-LSTM-NLSTM-PytorchLinks
NLSTM Nested LSTM in Pytorch
☆17Updated 7 years ago
Alternatives and similar repositories for Nested-LSTM-NLSTM-Pytorch
Users that are interested in Nested-LSTM-NLSTM-Pytorch are comparing it to the libraries listed below
Sorting:
- ☆38Updated 8 years ago
- Keras implementation of “Gated Linear Unit ”☆23Updated last year
- A pytorch implementation of the paper: "Skip RNN: Learning to Skip State Updates in Recurrent Neural Networks"☆83Updated 7 years ago
- codes for Variational Autoencoder for Semi-supervised Text Classification☆40Updated 7 years ago
- A recurrent attention module consisting of an LSTM cell which can query its own past cell states by the means of windowed multi-head atte…☆146Updated 7 years ago
- This repository contain various types of attention mechanism like Bahdanau , Soft attention , Additive Attention , Hierarchical Attention…☆125Updated 4 years ago
- Bi-Directional Block Self-Attention☆122Updated 7 years ago
- PyTorch implementations of LSTM Variants (Dropout + Layer Norm)☆137Updated 4 years ago
- A PyTorch implementation of : Language Modeling with Gated Convolutional Networks.☆102Updated 3 years ago
- The implementation of Meta-LSTM in "Meta Multi-Task Learning for Sequence Modeling." AAAI-18☆33Updated 7 years ago
- ☆40Updated 7 years ago
- PyTorch DataLoader for seq2seq☆85Updated 6 years ago
- pytorch neural network attention mechanism☆147Updated 6 years ago
- Highway network implemented in pytorch☆80Updated 8 years ago
- Codes for "Towards Binary-Valued Gates for Robust LSTM Training".☆74Updated 7 years ago
- SRU implement in pytorch(Training RNNs as Fast as CNNs)☆48Updated 2 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
- document classification using LSTM + self attention☆114Updated 5 years ago
- Code for "Strong Baselines for Neural Semi-supervised Learning under Domain Shift" (Ruder & Plank, 2018 ACL)☆61Updated 2 years ago
- Variational Attention for Sequence to Sequence Models☆20Updated 7 years ago
- Minimal RNN classifier with self-attention in Pytorch☆151Updated 3 years ago
- Reproducing Character-Level-Language-Modeling with Deeper Self-Attention in PyTorch☆61Updated 6 years ago
- Experiments using feedforward networks with attention☆46Updated 9 years ago
- Implement en-fr translation task by implenting seq2seq, encoder-decoder in RNN layers with Attention mechanism and Beamsearch inference d…☆21Updated 7 years ago
- DiSAN: Directional Self-Attention Network for RNN/CNN-Free Language Understanding☆26Updated 7 years ago
- Tensorflow Implementation of Densely Connected Bidirectional LSTM with Applications to Sentence Classification☆47Updated 7 years ago
- TensorFlow implementation of "Improved Variational Autoencoders for Text Modeling using Dilated Convolutions"☆54Updated 6 years ago
- Conditional Sequence Generative Adversarial Network trained with policy gradient, Implementation in Tensorflow☆49Updated 6 years ago
- Recurrent Variational Autoencoder with Dilated Convolutions that generates sequential data implemented in pytorch☆71Updated 4 years ago
- An LSTM in PyTorch with best practices (weight dropout, forget bias, etc.) built-in. Fully compatible with PyTorch LSTM.☆134Updated 5 years ago