diff --git a/doc/tutorials/gan/index_en.md b/doc/tutorials/gan/index_en.md index 47d1d6f8d5662787953121950abd49132080537e..99c8d730117a469c89abb218eeacf66103c0cbed 100644 --- a/doc/tutorials/gan/index_en.md +++ b/doc/tutorials/gan/index_en.md @@ -8,7 +8,8 @@ The high-level structure of GAN is shown in Figure. 1 below. It is composed of t

- Figure 1. GAN-Model-Structure [figure credit](https://ishmaelbelghazi.github.io/ALI/) + Figure 1. GAN-Model-Structure + figure credit

The generator and discriminator take turn to be trained using SGD. The objective function of the generator is for its generated images being classified as real by the discriminator, and the objective function of the discriminator is to correctly classify real and fake images. When the GAN model is trained to converge to the equilibrium state, the generator will transform the given noise distribution to the distribution of real images, and the discriminator will not be able to distinguish between real and fake images at all.