An open API service indexing awesome lists of open source software.

https://github.com/ayushexel/gans

Implementation of GANs research paper.
https://github.com/ayushexel/gans

deep-learning gan machine-learning neural-network neural-networks paper

Last synced: 3 months ago
JSON representation

Implementation of GANs research paper.

Awesome Lists containing this project

README

          

# GANs
Implementation of GANs research paper.

"Generative adversarial networks are a class of artificial intelligence algorithms used in unsupervised machine learning, implemented by a system of two neural networks contesting with each other in a zero-sum game framework. They were introduced by Ian Goodfellow et al. in 2014"

This implementation tries to produce fake MNIST dataset using GANs.

# Running
`Python gan.py`

# Result
![](https://github.com/AyushExel/GANs/blob/master/output/18400.png)