Skip to content

Latest commit

 

History

History

ConditionalGAN-keras

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Simple conditional GAN in Keras

Author: Alejandro Pozas Kerstjens

Implementation of a simple conditional Generative Adversarial Network. The condition allows to specify properties of the desired output during the generation of new instances. An example is provided with the MNIST dataset.

Libraries required:

Example

cGAN_predictions