MNIST

Image Denoising using CNN

Overview

This project involved implementing an Image Denoising model, specifically a Vanilla Autoencoder on the MNIST dataset. In the Denoising Autoencoder framework, we introduce noise to the input images, using a random function with a tunable parameter. The encoder compresses this noisy input …