Wednesday, January 03, 2018

Generate cat images with neural networks

GitHub - aleju/cat-generator: Generate cat images with neural networks

<<This script generates new images of cats using the technique of generative adversarial networks (GAN), as described in the paper by Goodfellow et al.

The images are enhanced with the laplacian pyramid technique from Denton and Soumith Chintala et. al., implemented as a single G (generator) as described in the blog post by Anders Boesen Lindbo Larsen and Søren Kaae Sønderby.

Most of the code is based on facebook's eyescream project.

The script also uses code from other repositories for spatial transformers, weight initialization and LeakyReLUs. >>



Source: https://github.com/aleju/cat-generator



256 randomly generated 32x32 cat images



No comments:

Post a Comment