A clean, mathematically grounded implementation of a Variational Autoencoder (VAE) and $\beta$-VAE in PyTorch, trained on the Fashion-MNIST dataset. This repository focuses on a technically precise ...
This code implements a Denoising Autoencoder using PyTorch to clean noisy images from the MNIST dataset. It uses a convolutional neural network architecture, where the encoder compresses the input ...