rojagtap / DCGAN

Generating Images given a set of related image unconditionally using Deep Convolutional Generative Adversarial Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DCGAN

Generating Images given a set of related image Unconditionally using Deep Convolutional Generative Adversarial Network

GANs paper: Generative Adversarial Networks

DCGANs paper: Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks

GANs Blog: https://towardsdatascience.com/a-comprehensive-guide-to-generative-adversarial-networks-gans-fcfe65d1cfe4

DCGANs Blog: https://towardsdatascience.com/implementing-deep-convolutional-generative-adversarial-networks-dcgan-573df2b63c0d

  • mnist: Trained on mnist handwritten digits dataset
  • cifar10: Trained on cifar10 generic dataset

About

Generating Images given a set of related image unconditionally using Deep Convolutional Generative Adversarial Network


Languages

Language:Jupyter Notebook 100.0%