imatge-upc / skiprnn-2017-telecombcn
Skip RNN: Learning to Skip State Updates in Recurrent Neural Networks (ICLR 2018)
☆121Updated 2 years ago
Alternatives and similar repositories for skiprnn-2017-telecombcn:
Users that are interested in skiprnn-2017-telecombcn are comparing it to the libraries listed below
- Batch normalized LSTM for tensorflow☆179Updated 8 years ago
- Code for experiments with our RNN regularizer, which stochastically forces units to maintain previous values.☆78Updated 7 years ago
- Cleaned original source code from my NIPS publication☆155Updated 7 years ago
- TensorFlow implementation of normalizations such as Layer Normalization, HyperNetworks.☆111Updated 8 years ago
- Tools for PyTorch☆221Updated 2 years ago
- A pytorch implementation of the paper: "Skip RNN: Learning to Skip State Updates in Recurrent Neural Networks"☆81Updated 6 years ago
- Weight initialization schemes for PyTorch nn.Modules☆70Updated 8 years ago
- Recurrent Variational Autoencoder with Dilated Convolutions that generates sequential data implemented in pytorch☆71Updated 3 years ago
- Tensorflow implementation of a Hierarchical and Multiscale RNN, described in https://arxiv.org/abs/1609.01704☆135Updated 7 years ago
- Code for Structured Attention Networks https://arxiv.org/abs/1702.00887☆238Updated 8 years ago
- ☆63Updated 7 years ago
- Code and models from the paper "Layer Normalization"☆247Updated 8 years ago
- Torch implementation of seq2seq machine translation with GRU RNN and attention☆77Updated 8 years ago
- Highway networks implemented in PyTorch.