WebClub-NITK / Hacktoberfest-2k18

Repository for Hacktoberfest 2018 open for the global open source community.
https://webclub-nitk.github.io/Hacktoberfest-2k18/
19 stars 102 forks source link

Generative Adversarial Network(GAN) to recreate MNIST dataset. #121

Open ShashankP19 opened 6 years ago

ShashankP19 commented 6 years ago

Description

In a Generative Adversarial Network (GAN), one neural network, called the generator, generates new data instances, while the other, the discriminator, evaluates them for authenticity; i.e. the discriminator decides whether each instance of data it reviews belongs to the actual training dataset or not. Build a Generative Adversarial Network(GAN) to recreate MNIST dataset. It should consist of two networks - the generator network and discriminator network.

Details

Issue requirements / progress

Resources

Directory Structure

Place your solution in /machine_learning/gan/mnist/<your_solution_file>

Note

Please claim the issue first by commenting here before starting to work on it.

MuriloAndre2000 commented 5 years ago

I already did one, a DCGAN, if you want a gan to work with your data, I can share this one. To a mnist gan I have to prepare it