https://github.com/frixoe/handwritten-digit-gan
A GAN which generates hand written digits.
https://github.com/frixoe/handwritten-digit-gan
deep-learning gan neural-network tensorflow
Last synced: about 1 month ago
JSON representation
A GAN which generates hand written digits.
- Host: GitHub
- URL: https://github.com/frixoe/handwritten-digit-gan
- Owner: Frixoe
- License: mit
- Created: 2018-09-30T11:41:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T06:22:28.000Z (almost 6 years ago)
- Last Synced: 2025-03-12T05:43:21.694Z (over 1 year ago)
- Topics: deep-learning, gan, neural-network, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.










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