DingKe / nn_playgroundLinks
Experimental keras implementation of novel neural network structures
☆433Updated 7 years ago
Alternatives and similar repositories for nn_playground
Users that are interested in nn_playground are comparing it to the libraries listed below
Sorting:
- Training Deep Neural Networks with binary weights during propagations☆381Updated 9 years ago
- Batch normalized LSTM for tensorflow☆178Updated 8 years ago
- Binarized Dense and Conv2D layers for Keras☆17Updated 8 years ago
- Training Deep Neural Networks with Weights and Activations Constrained to +1 or -1☆304Updated 3 years ago
- Tensorflow implementation for DilatedRNN☆352Updated 7 years ago
- Compare SELUs (scaled exponential linear units) with other activations on MNIST, CIFAR10, etc.☆375Updated 7 years ago
- Auxiliary Classifier Generative Adversarial Networks in Keras☆213Updated 7 years ago
- auto-tuning momentum SGD optimizer☆424Updated 7 years ago
- Example code for Weight Normalization, from "Weight Normalization: A Simple Reparameterization to Accelerate Training of Deep Neural Netw…☆367Updated 6 years ago
- Keras autoencoders (convolutional/fcc) [proof of concept]☆174Updated 5 years ago
- Tensorflow 1.X implementation of Restricted Boltzman Machine(RBM) and Autoencoder with layerwise pretraining.☆84Updated 5 years ago
- TensorNet (TensorFlow implementation)☆213Updated 8 years ago
- BNN implementation in tensorflow☆166Updated 7 years ago
- Maxout Networks TensorFlow implementation presented in https://arxiv.org/abs/1302.4389☆56Updated 6 years ago
- Training Deep Neural Networks with Weights and Activations Constrained to +1 or -1☆1,060Updated 6 years ago
- Bringing up some extra Cosmo to Keras.☆379Updated 8 years ago
- Implementation of a Variational Auto-Encoder in TensorFlow☆208Updated 8 years ago
- Implementation of "Iterative pruning" on TensorFlow☆160Updated 4 years ago
- Transformer of "Attention Is All You Need" (Vaswani et al. 2017) by Chainer.☆323Updated 8 years ago
- Generative Adversarial Network for MNIST with tensorflow☆185Updated last year
- Recurrent Highway Networks - Implementations for Tensorflow, Torch7, Theano and Brainstorm☆402Updated 6 years ago
- Phased LSTM☆300Updated 4 years ago
- A Tensorflow implementation of CapsNet based on paper Matrix Capsules with EM Routing☆220Updated 6 years ago
- DCGAN implementation by TensorFlow☆157Updated 8 years ago
- TensorFlow implementation of Independently Recurrent Neural Networks☆513Updated 4 years ago
- TensorFlow tutorial on Generative Adversarial Models☆255Updated 7 years ago
- Adaptive Computation Time algorithm in Tensorflow☆259Updated 8 years ago
- Quantize weights and activations in Recurrent Neural Networks.