This is a very simple step by step implementation of GAN using only numpy.
Without the use of GPU, it takes too much time to generate all the numbers.
To get the result quickly using only CPU, I suggest working with one number.
- Vanilla GAN
- Xavier Initialization
- SGD
- Numpy
- Opencv/PIL (to visualize/save results)
Seung Shin