Skip to content

AyushExel/GANs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages