JackBurdick / GAN_face_generation

generate novel faces and numerical digits using generative adversarial networks in tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generative Adversarial Network (GAN) implemented in TensorFlow

GAN is created and explored on two data sets (MNIST and a celebrity photo data set) using TensorFlow.

Examples

Novel handwritten digits are produced after training on the MNIST data set.

GAN generated handwritten digits

Novel images of faces are generated after training the GAN on a celebrity photo data set.

GAN generated celebrity faces

Project Information

The included ./dlnd_face_generation.ipynb provides a commented walk though of the network generation and evaluation.

References:

Note: Project created by Udacity as part of DLND

About

generate novel faces and numerical digits using generative adversarial networks in tensorflow

License:Apache License 2.0


Languages

Language:Jupyter Notebook 99.5%Language:Python 0.5%