This repository has been archived by the owner on Oct 31, 2019. It is now read-only.
Generative Adversarial Network(GAN) to recreate MNIST dataset. #121
Labels
advanced
Difficult Issue
hacktoberfest
Open issues for hacktoberfest
machine-learning
Machine Learning related Issues
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.
The text was updated successfully, but these errors were encountered: