Learn Before
Concept

Generative Adversarial Networks

Generative Adversarial Networks are a type of generative modeling approach. In this process, the generator network competes with the discriminator network, which attempts to distinguish between samples drawn from either the training data or the generator. This allows the discriminator to produce a probability that a particular training example is real rather than a fake sample drawn from the model.

0

1

Updated 2021-07-28

References


Tags

Data Science