Skip to content

A comparison of linear and deep learning based models for dimensionality reduction on MNIST data

Notifications You must be signed in to change notification settings

arshiyaaggarwal/PCA-vs-Autoencoders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

PCA-vs-Autoencoders

A comparison of linear and deep learning based models for dimensionality reduction on MNIST data


Dataset:

MNIST training dataset


The code summarises the dataset into 64 dimensions using autoencoders and principle component analysis and then compares the results based on the reconstruction (decoders) of the images. It is observed that deep learning based autoencoders summarise the information better as compared to the linear PCA model.


To run

execute the Auto_Encoders-vs-PCA.py

About

A comparison of linear and deep learning based models for dimensionality reduction on MNIST data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages