Skip to content
/ DCGAN Public

Deep convolutional generative adversarial network built in Tensorflow, learns from any data set of images to generate its own versions of the data.

Notifications You must be signed in to change notification settings

BayBenj/DCGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCGAN

I roughly followed the deep convolutional GAN framework in this paper.

On the left, icons from the game NetHack. On the right, DCGAN generator output after being trained on the NetHack dataset.

Data sample Output sample

The output of a similar deep learning algorithm (has more layers in its generator and discriminator networks) trained on landscape paintings can be found here.

Looking for a good image dataset? Try CelebA, CIFAR10, or MNIST.

About

Deep convolutional generative adversarial network built in Tensorflow, learns from any data set of images to generate its own versions of the data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages