Skip to content
#

Generative Adversarial Network

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 55 public repositories matching this topic...

Use GANs with normalization techniques like dropouts, batch normalization along with having a low variance in kernel weight initialization, achieve realistic images of faces trained on the CelebA dataset. Images also have been generated of hand written digits after being trained on the MNIST dataset. This would be useful for generating training …

  • Updated Jul 14, 2018
  • HTML

Released June 10, 2014

Followers
231 followers
Wikipedia
Wikipedia

Related Topics

deep-learning neural-network