Skip to content

amritpal26/MNIST_autoencoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MNIST_autoencoder

Requirements

install anaconda to run the notebook.

Intall required packages using: conda install -c pytorch torchvision tqdm matplotlib

Example

Here is an example of original and reconstrcuted images of first 64 digits from the validation set. Here the original images of shape (28 x 28 = 784) are encoded to (1 x 64) in latent representation.

Original images

plot

Reconstructed images

plot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors