Skip to content

mathurpulkit/Vanilla-Autoencoders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autoencoders MNIST Project

This is a repository demonstrating a vanilla Autoencoder using MNIST dataset.

Autoencoders are used for creating a compressed representation of the given data while retaining the original quality of the data.

Here are some examples generated using the model given in code:

Network Type Fully Connected Layers Convolution Neural Networks
Original Original Image FC Original Image CNN
Reconstructed Reconstructed Image FC Reconstructed Image CNN

Here are the Loss graphs for Fully connected Layers:

Loss EPOCH Graph

Loss Batch Graph

Here are the Loss graphs for Convolutional Neural Networks:

Loss EPOCH Graph

Loss Batch Graph

About

Vanilla Autoencoders using MNIST Dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages