Learn Before
Definition

Mathematical Formulation of Generative Adversarial Networks (GANs)

Many recent generative models leverage alternative generative frameworks, and among them, Generative Adversarial Networks (GANs) are one of the most popular. The basic idea behind a general GAN-based generative model is to first define a trainable generator network gθ:Rdχg_{\theta}: R^{d}\rightarrow \chi. This generator network is trained to generate realistic data samples x~χ\tilde{x} \in \chi by taking a random seed zRdz \in R^{d} as input. At the same time, a discriminator network d_{phi}: chi rightarrow [0,1] is defined. The discriminator's goal is to distinguish between real data samples xχx \in \chi and samples generated by the generator x~χ\tilde{x} \in \chi.

0

1

Updated 2026-06-15

Tags

Data Science