An open API service indexing awesome lists of open source software.

https://github.com/athari22/face-generation

In this project, I defined and train a DCGAN on a dataset of faces. This project is part of the deep learning nanodegree program at udacity. Overview The project is broken down into a series of tasks from loading in data to defining and training adversarial networks. And visualize the results of trained Generator generated samples that look like fairly realistic faces with small amounts of noise.
https://github.com/athari22/face-generation

dataset dcgan deep-learning face-recognition gan generative-adversarial-network jupyter-notebook python pytorch visualization

Last synced: 8 months ago
JSON representation

In this project, I defined and train a DCGAN on a dataset of faces. This project is part of the deep learning nanodegree program at udacity. Overview The project is broken down into a series of tasks from loading in data to defining and training adversarial networks. And visualize the results of trained Generator generated samples that look like fairly realistic faces with small amounts of noise.

Awesome Lists containing this project

README

          

# Face-Generation
In this project, I defined and train a DCGAN on a dataset of faces. This project is part of the [deep learning nanodegree program at udacity](https://www.udacity.com/course/deep-learning-nanodegree--nd101).

# Overview
The project is broken down into a series of tasks from loading in data to defining and training adversarial networks. And visualize the results of trained Generator generated samples that look like fairly realistic faces with small amounts of noise.

# Dataset
I used the CelebFaces Attributes [Dataset (CelebA)](http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html) to train adversarial networks.