mirror of
https://github.com/enochkan/awesome-gans-and-deepfakes.git
synced 2026-03-17 06:24:29 +01:00
added GAN commentary
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
A curated list of GAN & Deepfake papers and repositories.
|
||||
|
||||
## GANs
|
||||
Tl;dr GANs contain two networks: a generator and a discriminator. The generator creates 'fake' images from noise to fool the discriminator, which attempts to distinguish real images from 'fake' images. Through adversarial training the generator should generate images that closely resemble training images.
|
||||
|
||||
### Unconditional GANs
|
||||
+ Vanilla GAN: Generative Adversarial Networks, [[paper]](https://arxiv.org/abs/1406.2661), [[github]](https://github.com/eriklindernoren/PyTorch-GAN/tree/master/implementations/gan)
|
||||
|
||||
Reference in New Issue
Block a user