Skip to content

Aref-Hemati/Deep-Learning-GAN-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep-Learning-GAN-Python

S01 GAN implementation (MNIST handwritten digit dataset)

S02 CGAN implementation (MNIST handwritten digit dataset)

S03 Semi-supervised GAN implementation (MNIST handwritten digit dataset)

S04 Conditional GAN implementation (MNIST handwritten digit dataset)

What are Generative Adversarial Networks?

Generative Adversarial Networks (GANs) were introduced in 2014 by Ian J. Goodfellow and co-authors. GANs perform unsupervised learning tasks in machine learning. It consists of 2 models that automatically discover and learn the patterns in input data.

The two models are known as Generator and Discriminator.

They compete with each other to scrutinize, capture, and replicate the variations within a dataset. GANs can be used to generate new examples that plausibly could have been drawn from the original dataset.

gans_gfg1

About

GAN implementation and samples in python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages