philipperemy / tensorflow-multi-dimensional-lstmLinks
Multi dimensional LSTM as described in Alex Graves' Paper https://arxiv.org/pdf/0705.2011.pdf
☆157Updated 5 years ago
Alternatives and similar repositories for tensorflow-multi-dimensional-lstm
Users that are interested in tensorflow-multi-dimensional-lstm are comparing it to the libraries listed below
Sorting:
- Simple TimeDistributed() wrapper Demo in Keras; sums images of MNIST digits☆60Updated 7 years ago
- Batch normalized LSTM for tensorflow☆178Updated 9 years ago
- Keras implementation of Phased LSTM [https://arxiv.org/abs/1610.09513]☆146Updated 5 years ago
- Keras implementation of Nested LSTMs☆88Updated 7 years ago
- Technical blog repo of metaflow☆165Updated 8 years ago
- Clockwork RNN in TensorFlow☆61Updated 7 years ago
- Batch Renormalization algorithm implementation in Keras☆97Updated 7 years ago
- ☆85Updated 3 years ago
- My attempt at implementing CapsNet from the paper Dynamic Routing Between Capsules☆92Updated 8 years ago
- Use tensorflow's tf.scan to build vanilla, GRU and LSTM RNNs☆129Updated 8 years ago
- Keras callback example