Learn Before
Concept
Improving GAE using Adversarial Training
In adversarial training, there is one generator and one discriminator. The generator aims to generate fake data and “fool” the discriminator into thinking it’s real data, and the discriminator aims to tell fake data from real data. Here, data is assumed to have some prior distribution, and the GAE is used as the generator, so the GAE is forced to match the prior.
0
1
Updated 2022-06-12
Tags
Deep Learning (in Machine learning)
Data Science