Learn Before
Method of GAN
A known dataset serves as the initial training data for the discriminator, presenting it with samples from the training dataset, until it achieves acceptable accuracy. Typically the generator is seeded with randomized input that is sampled from a predefined latent space (e.g. a multivariate normal distribution). Thereafter, candidates synthesized by the generator are evaluated by the discriminator. Independent backpropagation procedures are applied to both networks so that the generator produces better images, while the discriminator becomes more skilled at flagging synthetic images. The generator is typically a deconvolutional neural network, and the discriminator is a convolutional neural network.

0
2
Tags
Data Science
Related
Generative Adversarial Networks
Method of GAN
Applications of GAN
Different types of GANs
Auto-Regressive Network
Related Work to GANs
GANs tested performance
Illustration of GAN's
Updating Algorithm for GAN's
Advantages and Disadvantages of GANs
Mathematical Formulation of Generative Adversarial Networks (GANs)