baudm / vaegan-celebs-kerasLinks
Autoencoding beyond pixels using a learned similarity metric by Larsen et al. (https://arxiv.org/abs/1512.09300)
☆39Updated 6 years ago
Alternatives and similar repositories for vaegan-celebs-keras
Users that are interested in vaegan-celebs-keras are comparing it to the libraries listed below
Sorting:
- Keras implementation of the paper "Autoencoding beyond pixels using a learned similarity metric"☆54Updated 7 years ago
- Implemented Variational Autoencoder generative model in Keras for image generation and its latent space visualization on MNIST and CIFAR1…☆123Updated 7 years ago
- Tensorflow implementation of conditional Generative Adversarial Networks (cGAN) and conditional Deep Convolutional Adversarial Networks (…☆155Updated 8 years ago
- Spectral Normalization for Keras Dense and Convolution Layers☆122Updated 5 years ago
- A wizard's guide to Adversarial Autoencoders☆431Updated 4 years ago
- This repository contains the source for the paper "S-LSTM-GAN: Shared recurrent neural networks with adversarial training"☆89Updated 6 years ago
- Conditional Wasserstein GANs☆73Updated 7 years ago
- Simple Tensorflow implementation of "Self-Attention Generative Adversarial Networks" (SAGAN)☆554Updated 6 years ago
- Keras implementation of Balancing GAN (BAGAN) applied to the MNIST example.☆111Updated 4 years ago
- WGAN-GP tensorflow implementation☆72Updated 2 years ago
- VAEGAN from "Autoencoding beyond pixels using a learned similarity metric" implemented in Pytorch. Clean, clear and with comments.☆191Updated 7 years ago
- Tensorflow code of "autoencoding beyond pixels using a learned similarity metric"☆127Updated 7 years ago
- Deep generative networks, coded with Keras.☆123Updated 8 years ago
- Implementation of some different variants of GANs by tensorflow, Train the GAN in Google Cloud Colab, DCGAN, WGAN, WGAN-GP, LSGAN, SNGAN,…☆233Updated 3 years ago
- PyTorch implementation of Conditional Deep Convolutional Generative Adversarial Networks (cDCGAN)☆72Updated 8 years ago
- Example projects I completed to understand Deep Learning techniques with Tensorflow. Please note that I do no longer maintain this reposi…☆139Updated 7 years ago
- Auxiliary Classifier Generative Adversarial Networks in Keras☆213Updated 7 years ago
- Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs),…☆339Updated 6 years ago
- Keras implementations of Generative Adversarial Networks. GANs, DCGAN, CGAN, CCGAN, WGAN and LSGAN models with MNIST and CIFAR-10 dataset…☆211Updated 2 years ago
- Tensorflow implementation of Generative Adversarial Networks (GAN) and Deep Convolutional Generative Adversarial Netwokrs for MNIST datas…☆173Updated 7 months ago
- Generative image model with learned similarity measures☆444Updated 8 years ago
- Code for my Master thesis on "Capsule Architecture as a Discriminator in Generative Adversarial Networks".☆128Updated 2 years ago
- Reimplementation of GANs☆425Updated 3 years ago
- Implementation of Adversarial Autoencoder in Keras☆31Updated 7 years ago
- VAE-GAN in Tensorflow