kvfrans / generative-adversialLinks
image generation via GANs
☆219Updated 7 years ago
Alternatives and similar repositories for generative-adversial
Users that are interested in generative-adversial are comparing it to the libraries listed below
Sorting:
- A tensorflow implementation of Junbo et al's Energy-based generative adversarial network ( EBGAN ) paper.☆210Updated 8 years ago
- Tensorflow implementation of Wasserstein GAN - arxiv: https://arxiv.org/abs/1701.07875☆418Updated 8 years ago
- Observations and notes to understand the workings of neural network models and other thought experiments using Tensorflow☆202Updated 5 years ago
- TensorFlow tutorial on Generative Adversarial Models☆255Updated 6 years ago
- Implement Generative Adversarial Nets by Tensorflow☆99Updated 7 years ago
- Generative Adversarial Networks with Keras☆156Updated 4 years ago
- Using Residual Generative Adversarial Networks and Variational Auto-encoder techniques to produce high resolution images.☆124Updated 9 years ago
- Wasserstein DCGAN in Tensorflow/Keras☆93Updated 8 years ago
- Theano reimplementation of pixelCNN architecture☆166Updated 8 years ago
- A tensorflow implementation of google's AC-GAN ( Auxiliary Classifier GAN ).☆396Updated 7 years ago
- Code for the paper "Adversarial Generator-Encoder Networks"☆286Updated 6 years ago
- Stacked Generative Adversarial Networks☆243Updated 8 years ago
- A single jupyter notebook multi gpu VAE-GAN example with latent space algebra and receptive field visualizations.☆440Updated 6 years ago
- Tensorflow implementation of "UNSUPERVISED REPRESENTATION LEARNING WITH DEEP CONVOLUTIONAL GENERATIVE ADVERSARIAL NETWORKS"☆81Updated 8 years ago
- A tensorflow implementation of informative generative adversarial network (InfoGAN ). I've added supervised loss to original InfoGAN.☆101Updated 8 years ago
- Conditional generative adversarial networks for convolutional face generation☆100Updated 9 years ago
- DCGAN implementation by TensorFlow☆157Updated 8 years ago
- Learning What and Where to Draw☆336Updated 8 years ago
- This is the project for LS-GAN (Loss-Sensitive GAN)☆213Updated 8 years ago
- Generative Adversarial Network for MNIST with tensorflow☆185Updated last year
- InfoGAN: Interpretable Representation Learning☆153Updated 8 years ago
- Generative adversarial networks (GAN) applied to sequential data via recurrent neural networks (RNN).☆394Updated 7 years ago
- Boundary Equibilibrium Generative Adversarial Networks Implementation in Tensorflow☆207Updated 4 years ago
- A collection of generative methods implemented with TensorFlow (Deep Convolutional Generative Adversarial Networks (DCGAN), Variational A…☆597Updated 8 years ago
- Adversarially Learned Inference☆311Updated 6 years ago
- An implementation of the deep convolutional generative adversarial network, combined with a varational autoencoder☆108Updated 8 years ago
- Keras implementation of Wasserstein GAN. Modified from the ACGAN example.☆39Updated 8 years ago
- Tutorials for deep learning