Skip to content
#

gan

Generative adversarial networks (GAN) are a class of generative machine learning frameworks. A GAN consists of two competing neural networks, often termed the Discriminator network and the Generator network. GANs have been shown to be powerful generative models and are able to successfully generate new data given a large enough training dataset.

Here are 4,010 public repositories matching this topic...

.A Generative Adversarial Network (GAN) is a deep learning architecture used to generate new data that resembles existing data. It consists of two neural networks, a generator and a discriminator, that are trained in competition with each other. The generator creates synthetic data, while the discriminator tries to distinguish between real.

  • Updated Feb 10, 2023
  • Kotlin

Released June 10, 2014

Followers
230 followers
Wikipedia
Wikipedia

Related Topics

deep-learning neural-network