Generates a GAN to approximate a 1D Gaussian using the improved Wasserstein GAN (WGAN-GP). Based on the codes from the repositories of Ishaan Gulrajani and AYLIAN and the blog posts by Eric Jang and John Glover.
This code uses Python 3.6.1. Install the dependencies via
$ pip install -r requirements.txt
To generate the animated gif, you need to install the ImageMagick library.
To run the code just run
$ python main.py
and it should produce output similar to the animation above.