edualgo / Grokking-Machine-Learning

This repo aims to contain different machine learning use cases along with the descriptions to the model architectures
https://github.com/Abhijit2505/Grokking-Machine-Learning/wiki
MIT License
64 stars 49 forks source link

Recreating MNIST handwritten digits using GAN, Tensorflow #59

Closed madhurima99 closed 3 years ago

madhurima99 commented 3 years ago

I would like to apply Generative adversarial networks (GANs) to generate images from noise like in digits MNIST. For the same, I will be using tf.keras.datasets module to load the MNIST dataset.

@Abhijit2505 I'm participating in DWOC. It would be great if you assign this issue to me. Thank you.

Abhijit2505 commented 3 years ago

@madhurima99 please get started.