Large Scale Adversarial Representation Learning

GANs can be used for unsupervised learning where a generator maps latent samples to generate data, but this framework does not include an inverse mapping from data to latent representation. BiGAN adds an encoder E to the standard generator-discriminator GAN architecture — the encoder takes input data x and outputs a latent representation z of the input.

Check out the full article at KDNuggets.com website
Large Scale Adversarial Representation Learning

Comments