项目作者: nickcica

项目描述 :
Generated never before seen faces from a dataset of Celebrity Faces
高级语言: HTML
项目地址: git://github.com/nickcica/dlnd_face_generation.git
创建时间: 2017-05-13T16:21:07Z
项目社区:https://github.com/nickcica/dlnd_face_generation

开源协议:MIT License

下载


Deep Learning Nanodegree - Image Generation

Generated never before seen faces from a dataset of Celebrity Faces.

  • Implemented a Deep Convolution General Adversarial Network (DCGAN) using Python and Tensorflow.
  • Trained the Discriminator and Generator with a loss of 1.09 and 0.76 respectively

Installation

Clone the Github repository and use condo to install the dependencies

  1. $ git clone https://github.com/TokyoIndex/dlnd_face_generation.git
  2. $ cd dlnd_face_generation
  3. $ conda install conda
  4. $ jupyter notebook

Dependencies

  • Python 3
  • TensorFlow 1.0
  • Numpy
  • Matplotlib 2.0.2

License

The contents of this repository are covered under the MIT License.