This project is an exploration of CNN GANs and Conditional CNN GANs on the MNIST dataset.
- CNN: Convolutional Neural Network.
- GAN: "Generative Adversarial Networks" by Ian J. Goodfellow et al.
- Conditional GAN: "Conditional Generative Adversarial Nets" by Mehdi Mirza et al.
- MNIST: Dataset of handwritten digits.
Special thanks to the developers of the following repositories for providing there code freely: