Skip to content

generic-github-user/xkcd-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xkcd-Generator

xkcd-Generator is a machine learning algorithm designed to generate new comics in the style of xkcd. It uses a generative adversarial neural network, or GAN, as described in Generative Adversarial Nets by Ian J. Goodfellow Et al. The neural network is trained on 15 comics (1000 - 1014) from xkcd, which are converted to a grayscale color range and resized with bilinear sampling to dimensions of 32 pixels by 32 pixels. These are then flattened to form arrays of 1,024 pixels each.

About

TensorFlow.js GAN for generating new xkcd comics

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published