Skip to content

In this project we created a Generative adversal neural network that can generate hand written numbers based on the Minst data set.

License

Notifications You must be signed in to change notification settings

jahel-bytes/MINST-GANs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MINST-GANs

In this project we created a Generative adversal neural network that can generate hand written numbers based on the Minst data set.

For this purpose we used Pytorch as the main framework and we created 2 simple neural networks, a discriminator and a generator the first one generates images from noise and the second one classifies the given images into real and fake images and gives feedback to the generator model.

Results: The final loss in the generator was 2.3 and in the discriminator 0.3.

Here you can see some example of the generated images:

image

What i´ve learned:

  • It is important to balance the loss of the generator and the discriminator in order to be close between them.
  • some of the GANs power resides on his forward execution time, which if we compare with other generative techniques as neural style transfer which is on average 15 minutes per image.

About

In this project we created a Generative adversal neural network that can generate hand written numbers based on the Minst data set.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published