Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.27 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.27 KB

Generative Adversarial Nets ( GAN)

Basic Info

Original paper:

Paper: "Generative Adversarial Networks"

Quiz

Resources

(add links to Medium articles and other things here if you think it's appropriate: add the name of the resource and a link)

  1. https://towardsdatascience.com/understanding-generative-adversarial-networks-gans-cd6e4651a29
  2. Tutorial by Ian Goodfellow on GAN

Links to implementations made by members

(Add your entry in the table below, see guidelines)

Implementations summary

Author Language Short Link Description
Ian Goodfellow Python Link Implementation by Authors of paper
Nicolas Araque Python Link
Dharmendra Choudhary Python Link Basic GAN implementation tutorial