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

https://github.com/m-romanenko/face-generation

Face generation using DCGAN
https://github.com/m-romanenko/face-generation

dcgan gans python tensorflow

Last synced: about 2 months ago
JSON representation

Face generation using DCGAN

Awesome Lists containing this project

README

          

# Face generation using DCGAN
### Udacity Deep Learning Nanodegree project

This project uses generative adversarial networks to generate new images of faces.
* The code is available in [this notebook](./dlnd_face_generation.ipynb)

## References:

[Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks](https://arxiv.org/abs/1511.06434)