Git Product home page Git Product logo

face-generation's Introduction

Face generation by using GANs

Introduction

This is one of Deep learning nanodegree major projects. In this project, I have trained generative adversarial networks, especially DCGAN to generate new images of faces.My goal was to get a generator network to generate new images of faces that look as realistic as possible!

Dataset

I used CelebFaces Attributes Dataset (CelebA) to train your adversarial networks.

Trials

  • I have tried varuios moedel architicture :

    1- For model depth : [3 , 4] layers

    2- For convolution layer deimention : [32 , 64]

  • I have tried also number of batch size : [32 , 64 , 128 ,256]

  • I also have tried diffrient number of epochs : [ 20 , 30 , 50]

  • As in the practise notebooks i used adam optimizer ,as it was recommended.

The best model parameter

Actually , the models has smal deffriences and can't appear from the few sample of photos i show , but we can deffirenciate between them by the loss perfornmence.As we can see in the above graphs , the best model with loss performence is the model with the following architicutre :

layer_in_depth = 4
conv_dim = 64
batch_size = 64
num_epochs = 10

To hava a closer look to the results of each model and its traing loss plot, i encourge you to have a look at the Training loss and generator sample of training in the following report

face-generation's People

Contributors

mg-98 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.