You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple implementation of a denoising convolutional autoencoder that uses PyTorch to reconstruct images from the MNIST dataset after injecting some white noise.
The dataset is saved in a .mat file.
About
Implementation of a denoising convolutional autoencoder for the MNIST dataset.