An open API service indexing awesome lists of open source software.

https://github.com/themattinthehatt/dreamscape

Playing around with generative models trained on natural images, along with (eventually) some visualization tools.
https://github.com/themattinthehatt/dreamscape

gan generative-model natural-images tensorflow vae variational-autoencoder

Last synced: 12 months ago
JSON representation

Playing around with generative models trained on natural images, along with (eventually) some visualization tools.

Awesome Lists containing this project

README

          

# dreamscape
Playing around with generative models trained on natural images, along with (eventually) some visualization tools.

## Variational Autoencoder (VAE)
Resources:
* original vae paper I - [Kingma and Welling 2014](https://arxiv.org/abs/1312.6114)
* original vae paper II - [Rezende, Mohamed and Wierstra 2014](https://arxiv.org/abs/1401.4082)
* tutorial paper - [Doersch 2016](https://arxiv.org/pdf/1606.05908v2.pdf)
* helpful blog - [Variational Autoencoder in Tensorflow, Jan Hendrik Metzen](https://jmetzen.github.io/2015-11-27/vae.html)
* conditional vae paper - [Sohn, Lee and Yan 2015](https://papers.nips.cc/paper/5775-learning-structured-output-representation-using-deep-conditional-generative-models)

## Generative Adversarial Network (GAN)
Resources:
* original gan paper - [Goodfellow et al. 2014](https://arxiv.org/abs/1406.2661)
* tutorial paper - [Goodfellow 2017](https://arxiv.org/pdf/1701.00160.pdf)
* dcgan paper - [Radford et al. 2016](https://arxiv.org/abs/1511.06434)