Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.08 KB

Face Generation DCGAN

Using a Deep Convolutional Generative Adversarial Network (DCGAN) to generates new images of faces. The dataset that's used is the CelebFaces Atrribute Dataset (CelebA), which contains over 200,000 celebrity faces with annotations.

This is Project 5 of Udacity's Deep Learning Nanodegree Foundation Program. The aim of the project is to go through the process of building a Generative Adversarial Network (GAN) in TensorFlow by creating the generator and discriminator architectures, as well as their loss and optimization models so they can compete against each other (an consequently improve each other).

Files

Jupyter Notebook

Hyperparameters

Hyperparameter Number
Epochs 1
Batch size 64
Learning rate 0.0002
Z dimension 100
Alpha 0.1
Beta 1 0.5