Deep Learning with Pytorch in a Nutshell
  • Content
  • Image recognition
  • Object detection
  • Semantic segmentation
  • GAN
  • Image style transfer
  • Face recognition
  • Interpretability
  • Word embedding
  • Pytorch
  • Optimization
  • Special layers
    • Transposed convolution
  • Neural architecture search
  • Reinforcement learning
    • Proof of Bellman equation
    • Tabular solution method
Powered by GitBook
On this page
  • Generative Adversarial Nets (GAN)
  • Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks (DCGAN)
  • Wasserstein GAN (WGAN)

GAN

PreviousSemantic segmentationNextImage style transfer

Last updated 6 years ago

Generative Adversarial Nets (GAN)

Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks (DCGAN)

Wasserstein GAN (WGAN)

https://papers.nips.cc/paper/5423-generative-adversarial-nets.pdf
https://arxiv.org/pdf/1511.06434.pdf
https://arxiv.org/pdf/1701.07875.pdf