Overview
- GAN
- DCGAN
- CGAN
- improv GAN
- LapGAN
- info-GAN
- WGAN
1. GAN
The basic GAN model was proposed by Ian Goodfellow in 2014.
This model include 2 Parts: generative model and discriminate model:
Generative model
The generative model intend to produce the sample close to real sample.
Discriminate model
The discriminator intend to improve the ability to judge whether the sample is real.