exe1023 / LSTM_LN
lstm with layer normalization
☆19Updated 3 years ago
Alternatives and similar repositories for LSTM_LN:
Users that are interested in LSTM_LN are comparing it to the libraries listed below
- A pytorch implementation of the paper: "Skip RNN: Learning to Skip State Updates in Recurrent Neural Networks"☆81Updated 6 years ago
- PyTorch implementations of LSTM Variants (Dropout + Layer Norm)☆136Updated 3 years ago
- PyTorch Implementations of Dropout Variants☆87Updated 6 years ago
- Variational autoencoders: VAE, gaussian mixture VAE (GMVAE), and a basic ladder VAE (LVAE)☆46Updated 4 years ago
- Re-implementation of the Noise Contrastive Estimation algorithm for pyTorch, following "Noise-contrastive estimation: A new estimation pr…☆45Updated 5 years ago
- The Noise Contrastive Estimation for softmax output written in Pytorch☆317Updated 5 years ago
- Representation learning for NLP @ JSALT19☆37Updated 4 years ago
- ReGAN: Sequence GAN using RE[INFORCE|LAX|BAR] based PG estimators☆41Updated 6 years ago
- Code for "Understanding and Improving Layer Normalization"☆46Updated 4 years ago
- Variational Information Bottleneck☆16Updated 6 years ago
- Real-valued non-volume preserving(RealNVP) implementation with PyTorch☆14Updated 5 years ago
- Codes for "Towards Binary-Valued Gates for Robust LSTM Training".☆76Updated 6 years ago
- Implementation of different Normalizing Flows, NF, Planar Flows, IAF, etc.☆27Updated 6 years ago
- MTAdam: Automatic Balancing of Multiple Training Loss Terms☆36Updated 4 years ago
- ☆39Updated 6 years ago
- ☆39Updated 2 years ago
- Experiments with binary LSTM using gumbel-sigmoid☆30Updated 4 years ago
- ☆22Updated 5 years ago
- ☆24Updated 4 years ago
- Pytorch Implemetation for our NAACL2019 Paper "Riemannian Normalizing Flow on Variational Wasserstein Autoencoder for Text Modeling" http…☆62Updated 4 years ago
- This is a PyTorch implementation of the ICLR 2017 paper "HIERARCHICAL MULTISCALE RECURRENT NEURAL NETWORKS" (https://openreview.net/pdf?i…☆51Updated 6 years ago
- An implementation of a Variational-Autoencoder using the Gumbel-Softmax reparametrization trick in TensorFlow (tested on r1.5 CPU and GPU…☆73Updated 6 years ago
- Pytorch implement WaveNet☆93Updated 6 years ago
- categorical variational autoencoder using the Gumbel-Softmax estimator☆25Updated 5 years ago
- PCGrad pytorch sample code [not official]☆30Updated 4 years ago
- Chainer implementation of deep-INFOMAX☆34Updated 6 years ago
- Implementation of "Variational Dropout and the Local Reparameterization Trick" paper with Pytorch☆50Updated 7 years ago
- ZForcing Repo