Learn Before
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
Tags
Data Science
Related
Probabilistic rather than Deterministic
Discriminative Modeling
Why Generative Modeling ?
Quick Recap For Some Probability Concepts
Representational Learning
Generative Modeling Architectures
David Foster's Generative Deep Learning
Deep Belief Networks (DBNs)
Evaluating Generative Models
Generative Adversarial Networks
Convolutional Generative Networks
Generative Stochastic Networks (GSNs)
Generative Model Example
How to generate samples from not complicated distributions using generator networks?
Generate samples from complicated distributions
Emitting the parameters of a conditional distribution versus directly emitting samples
Why is Generative modeling more difficult than classiļ¬cation or regression
Variations of generative models
Generative models