- Hands-On Generative Adversarial Networks with Keras
- Rafael Valle
- 64字
- 2025-04-04 14:27:55
The discriminator
In the original GAN framework, the discriminator (detective) is a function
, where
is some input sample in
,and
is a scalar. When using GANs to produce images, for example, in some formulation
represents an image and
represents
’s predicted probability that
comes from the real distribution.