Skip to content
/ gans Public

generative adversarial networks in tensorflow

Notifications You must be signed in to change notification settings

aybchan/gans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generative Adversarial Networks

Deep convolutional GAN (DCGAN)

Implementation of a deep convolutional GAN by Radford, Metz & Chintala (2015) following their guidelines for training GANs with convolutional layers.

Vanilla GAN

Implementation of the original GAN by Goodfellow et al. (2014). Discriminator and generator networks each use a single hidden fully-connected layer.