Edit Photos with GANs

Originally published at: Edit Photos with GANs | NVIDIA Technical Blog

In machine learning, a generative model learns to generate samples that have a high probability of being real samples like the samples from the training dataset. Generative Adversarial Networks (GANs) are a very hot topic in Machine Learning. A typical GAN comprises two agents: a Generator G that produces samples, and a Discriminator D that receives samples from both G and…