Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jppgks/shenanigan

Toy notebooks as research preparation into generative adversarial networks
https://github.com/jppgks/shenanigan

density-estimation gan generative-adversarial-network

Last synced: 30 days ago
JSON representation

Toy notebooks as research preparation into generative adversarial networks

Awesome Lists containing this project

README

        

# shenanigan
Toy notebooks as research preparation into generative adversarial networks.

## 1. Generating samples from a 1-D Gaussian
![](https://image.ibb.co/dS7OXG/Unknown_3.png)

The [first notebook](/1-generating-samples-from-1D-gaussian.ipynb) in this series tackles a very simple problem: generating samples from a normal distribution.
It serves as a tool to understand GAN basics. The notebook exposes the reader to a well-documented GAN implementation in TensorFlow's eager mode.