Skip to content

flirtguru/GAN-s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAN-s

GENERATIVE ADVERSARIAL NETWORKS are a special type of networks in which 2 neural networks compete with each other ie. GENERATOR and DISCRIMINATOR. Generator tries to generate images given a random sample of noise,Discriminator compares the generated images with the real ones and tells the Generator where it lacks so the Generator gets stronger over time similarly Discriminator also gets stronger over time and then they both start to compete each other.

Architecture of GAN's

gans

This code generated a MNIST sample as shown below:

fake_samples_epoch_003

This quality of generation can be improved by training more (lol).

Dependencies

Pytorch

Advice

Use GPU

Releases

No releases published

Packages

No packages published