mnist-vanilla-gan
PublicA PyTorch implementation of a Vanilla Generative Adversarial Network (GAN) trained on the MNIST dataset. This project generates synthetic handwritten digits similar to the real ones from the MNIST dataset using a generator and a discriminator network, trained through adversarial learning.