Materials for my presentation on 17/07/2019 in Hong Kong Machine Learning Meetup. The topic is WGAN-GP (Wasserstein Generative Adversarial Network with Gradient Penalty)
You can view my presentation slide here
- tensorflow==1.5.0
- numpy==1.14.3
- pandas==0.23.4
- sklearn==0.20.3
- matplotlib==3.0.2
- scipy==1.3.0
- PIL==5.3.0
- imageio==2.4.1
Part of the code is borrowed from the following