heliasah / Encoder-Decoder-on-MNIST-Dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encoder-Decoder-on-MNIST-Dataset

Implementation of a convolutional autoencoder in Pytorch on MNIST dataset.

The Autoencoder contains an encoder and decoder where encoder compresses the images input into a latent space and decoder retrieves back the Images.

Loss function used: MSE Optimizer: Adam optimizer

Results

Capture

Capture

About


Languages

Language:Jupyter Notebook 100.0%