Generative Adversarial Network
A Generative Adversarial Network (GAN) is a generative modeling framework in which two neural networks — a generator and a discriminator — are trained in competition, with the generator learning to produce increasingly realistic synthetic data as the discriminator learns to detect it.
4 resources across 1 library
Glossary Terms(4)
Autoencoder
An autoencoder is a type of neural network trained to reconstruct its own input by first compressing it into a smaller latent representation (encoding) and the…
Variational Autoencoder
A Variational Autoencoder (VAE) is a generative neural network that learns a probabilistic latent representation of data, enabling it to both reconstruct input…
Generative Adversarial Network
A Generative Adversarial Network (GAN) is a generative modeling framework in which two neural networks — a generator and a discriminator — are trained in compe…
Latent Space
Latent space is the compressed, lower-dimensional vector space a neural network learns internally to represent the underlying (latent) factors of variation in…