Conditional face generation experiments using GAN models on CelebA dataset.
-
Updated
Apr 16, 2022 - Python
Conditional face generation experiments using GAN models on CelebA dataset.
Generation Of Synthetic Images From Fashion MNIST Dataset With DCGANs In Keras.
DCGAN Projects Repository implemented using Keras. (Includes pre-trained model)
In this script, we use Deep Convolutional Generative Adversarial Networks (DCGANs) to generate new images that resemble CIFAR10 dataset images.
Coursera hand held project to understand the deepfakes using keras (DCGAN)
Using DCGAN to generate abstract art
DCGAN to generate Anime Character's Faces
Create images of Pokemon using a Deep Convolutional Generative Adversarial Network.
Implementation of DCGAN model to train a neural network on mnist dataset and generate fake handwritten digits close enough to the real images from the dataset.
A Deep Convolutional Generative Adversarial Network (DCGAN) is an extension of the standard GAN architecture that uses deep convolutional networks for both the generator and discriminator models.
deep convolutional generative adversarial network for FashionMNIST dataset with Keras and keras-adversarial
This 'Generative Adversarial Network' project was implemented in grad course CSE-676 : Deep Learning [Fall 2019 @UB_SUNY] Course Instructor : Sargur N. Srihari(https://cedar.buffalo.edu/~srihari/)
DCGAN to generate Anime Character's Faces
The combined method between applying the CNNs to GANs models is called Deep Convolutional Generative Adversarial Networks (DCGANs).
Keras implementation of dcgan, wgan and wgan-gp with digit-MNIST dataset for tutorials.
MNIST-DCGAN is a deep learning project that uses a DCGAN to generate realistic handwritten digits from the MNIST dataset. It demonstrates how a generator and discriminator network compete to create and evaluate images, improving the generator’s output over time.
Training a DCGAN to generate new images of faces that look realistic as possible.
Generate Anime Style Face Using DCGAN and Explore Its Latent Feature Representation
Add a description, image, and links to the dcgan-keras topic page so that developers can more easily learn about it.
To associate your repository with the dcgan-keras topic, visit your repo's landing page and select "manage topics."