Cagnurt/NumPy-Autoencoder-GAN-MNIST
This repository contains implementations of an Autoencoder NN and a GAN for image generation using the MNIST dataset. The Autoencoder is implemented from scratch using NumPy, while the GAN is implemented using PyTorch. The Autoencoder model reconstructs images from the dataset, and the GAN generates new images resembling handwritten digits.
Jupyter NotebookMIT