Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.27 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.27 KB

My First GAN

This is my first implementation of a Generative Adversarial Network to generate images of hand-written digits(0 - 9.)

Generated Images

These are 10 random images which were generated by the GAN after being trained for a little less than a day.

Image 1 Image 2 Image 3 Image 4 Image 5 Image 6 Image 7 Image 8 Image 9 Image 10

This was a very exciting project to work on and I learnt a lot.