mjdietzx / GAN-SandboxLinks
Vanilla GAN implemented on top of keras/tensorflow enabling rapid experimentation & research. Branches correspond to implementations of stable GAN variations (i.e. ACGan, InfoGAN) and other promising variations of GANs like conditional and Wasserstein.
☆220Updated 8 years ago
Alternatives and similar repositories for GAN-Sandbox
Users that are interested in GAN-Sandbox are comparing it to the libraries listed below
Sorting:
- A couple of simple GANs in Keras☆500Updated 7 years ago
- Auxiliary Classifier Generative Adversarial Networks in Keras☆213Updated 7 years ago
- Keras autoencoders (convolutional/fcc) [proof of concept]☆174Updated 5 years ago
- FractalNet implementation in Keras: Ultra-Deep Neural Networks without Residuals☆156Updated 7 years ago
- Observations and notes to understand the workings of neural network models and other thought experiments using Tensorflow☆202Updated 5 years ago
- A single jupyter notebook multi gpu VAE-GAN example with latent space algebra and receptive field visualizations.☆440Updated 6 years ago
- Tutorial on GANs☆292Updated 8 years ago
- TensorFlow tutorial on Generative Adversarial Models☆255Updated 7 years ago
- A Tensorflow implementation of CapsNet(Capsules Net) in Hinton's paper Dynamic Routing Between Capsules☆130Updated 7 years ago
- Adversarially Learned Inference☆311Updated 7 years ago
- Generative Adversarial Networks with Keras☆156Updated 4 years ago
- A tensorflow implementation of google's AC-GAN ( Auxiliary Classifier GAN ).☆396Updated 7 years ago
- Wasserstein DCGAN in Tensorflow/Keras☆93Updated 8 years ago
- Running parametric t-SNE by Laurens Van Der Maaten with Octave and oct2py.☆265Updated 6 years ago
- Tutorials for deep learning☆253Updated 7 years ago
- Tensorflow implementation of Wasserstein GAN - arxiv: https://arxiv.org/abs/1701.07875