tomrunia / ClockworkRNNLinks
Clockwork RNN in TensorFlow
☆61Updated 7 years ago
Alternatives and similar repositories for ClockworkRNN
Users that are interested in ClockworkRNN are comparing it to the libraries listed below
Sorting:
- Phased LSTM: Accelerating Recurrent Network Training for Long or Event-based Sequences (NIPS 2016) - Tensorflow 1.0☆128Updated 6 years ago
- Tensorflow implementation of a Hierarchical and Multiscale RNN, described in https://arxiv.org/abs/1609.01704☆135Updated 8 years ago
- Keras implementation of Phased LSTM [https://arxiv.org/abs/1610.09513]☆146Updated 5 years ago
- Code for "Sequential Neural Models with Stochastic Layers"☆117Updated 9 years ago
- Batch normalized LSTM for tensorflow☆178Updated 9 years ago
- Examples of using GridLSTM (and GridRNN in general) in tensorflow☆62Updated 8 years ago
- Mixed History Recurrent Neural Networks☆47Updated 7 years ago
- ☆62Updated 8 years ago
- A variational recurrent neural network implementation in tensorflow☆104Updated 7 years ago
- ☆138Updated 8 years ago
- ☆92Updated 8 years ago
- Phased LSTM☆300Updated 4 years ago
- Extra Layers for Keras to connect CNN with RNN☆154Updated 9 years ago
- Hierarchical Mixture of Experts,Mixture Density Neural Network☆45Updated 8 years ago
- Forward Thinking NIPS 2017☆107Updated 7 years ago
- This repository is a reproduction of the clockwork RNN paper.☆20Updated 8 years ago
- Implementation of Sequential Variational Autoencoder☆90Updated 8 years ago
- Tensorflow implementation for DilatedRNN☆354Updated 8 years ago
- A simple Tensorflow based library for deep and/or denoising AutoEncoder.☆150Updated 7 years ago
- Skip RNN: Learning to Skip State Updates in Recurrent Neural Networks (ICLR 2018)☆123Updated 2 years ago
- Implementation of auxiliary deep generative models for semi-supervised learning☆28Updated 9 years ago
- Tensorflow Implementation of GAN modeling for sequential data☆69Updated 8 years ago
- Gumbel-Softmax Variational Autoencoder with Keras☆134Updated 8 years ago
- Wasserstein DCGAN in Tensorflow/Keras☆93Updated 8 years ago
- Implementation of Appendix A (Neural Architecture Search with Reinforcement Learning: https://arxiv.org/abs/1611.01578) by chainer☆54Updated 7 years ago
- TensorFlow implementation of Bayes-by-Backprop algorithm from "Weight Uncertainty in Neural Networks" paper☆51Updated 6 years ago
- Implementations of the ICML 2017 paper (with Yarin Gal)☆38Updated 7 years ago
- boundary-seeking generative adversarial networks