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
- Host: GitHub
- URL: https://github.com/m-romanenko/face-generation
- Owner: m-romanenko
- Created: 2018-11-01T11:23:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-12T15:12:26.000Z (over 7 years ago)
- Last Synced: 2025-06-15T16:45:55.443Z (about 1 year ago)
- Topics: dcgan, gans, python, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 3.19 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)