Skip to content
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

Open
3 tasks
ShashankP19 opened this issue Oct 7, 2018 · 1 comment
Open
3 tasks
Labels
advanced Difficult Issue hacktoberfest Open issues for hacktoberfest machine-learning Machine Learning related Issues

Comments

@ShashankP19
Copy link
Collaborator

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

  • Technical Specifications: python, tensorflow, keras
  • Type of issue: Single
  • Time Limit: 5 days

Issue requirements / progress

  • Create a generator network
  • Create a discriminator network
  • Combine the generator and discriminator networks

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.

@ShashankP19 ShashankP19 added hacktoberfest Open issues for hacktoberfest advanced Difficult Issue machine-learning Machine Learning related Issues labels Oct 7, 2018
@MuriloAndre2000
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
advanced Difficult Issue hacktoberfest Open issues for hacktoberfest machine-learning Machine Learning related Issues
Projects
None yet
Development

No branches or pull requests

2 participants