ToniCreswell / ConvolutionalAutoEncoder
A very simple convolutional autoencoder implemented in lasagne, applied to MNIST as an example
☆19Updated 2 years ago
Alternatives and similar repositories for ConvolutionalAutoEncoder:
Users that are interested in ConvolutionalAutoEncoder are comparing it to the libraries listed below
- Denoising Adversairal Autoencoders☆40Updated 7 years ago
- Pytorch implementation of contractive autoencoder on MNIST dataset☆53Updated 7 years ago
- Neighborhood Components Analysis in C++☆38Updated 15 years ago
- Variational Autoencoder with Recurrent Neural Network based on Google DeepMind's "DRAW: A Recurrent Neural Network For Image Generation"☆39Updated 8 years ago
- Python implementation of the infomration bottleneck method (tishby et al, 1999)☆36Updated 7 years ago
- ☆25Updated 2 years ago
- Tensorflow implementation of convolutional Winner-Take-All Autoencdoer☆29Updated 7 years ago
- Residual Network of Residual Networks in Keras☆23Updated 7 years ago
- My Matlab code solutions to the famous UFLDL Tutorial. It includes all the proposed exercises.☆18Updated 5 years ago
- Implementation of Visual Feature Attribution using Wasserstein GANs (VAGANs, https://arxiv.org/abs/1711.08998) in PyTorch☆93Updated last year
- Implementation of the Incremental Sequence Learning algorithms described in the Incremental Sequence Learning article☆40Updated 7 years ago
- Deep Learning using Rectified Linear Units (ReLU)☆22Updated 8 months ago
- Master Thesis. Code written in python. (Keras with Tensorflow backend)☆21Updated 4 years ago
- Python implementation of "Deep Residual Learning for Image Recognition" (http://arxiv.org/abs/1512.03385 - MSRA, winner team of the 2015 …☆52Updated 7 years ago
- Training neural networks with back-prop, feedback-alignment and direct feedback-alignment☆11Updated 8 years ago
- An implementation of "Simple and Scalable Predictive Uncertainty Estimation using Deep Ensembles" (http://arxiv.org/abs/1612.01474)☆34Updated 8 years ago
- Collaborative Deep Reinforcement Learning☆32Updated 7 years ago
- ☆8Updated 8 years ago
- Reproduction work of "Neural Relational Inference for Interacting Systems" in Chainer☆33Updated 6 years ago
- Code for training and evaluating restricted Boltzmann machines (RBMs) and deep belief networks (DBNs).☆59Updated 13 years ago
- Undoing the Damage of Dataset Bias☆28Updated 11 years ago
- WassersteinGAN-TensorFlow