Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aman-095/principal-component-analysis-pca-implementaion-from-scratch

Implemented PCA algorithm from scratch on MNIST Dataset. Visualizing the reconstructed images made and comparing them with the original image. Visualizing the residual images by subtracting the reconstructed image from the original image (for different values of Principal components). Finding the reconstruction error (pixel-wise root-mean-square) for each sample and plot them for a different number of principal components.
https://github.com/aman-095/principal-component-analysis-pca-implementaion-from-scratch

machine-learning mnist-classification mnist-dataset pca-analysis principal-component-analysis

Last synced: 26 days ago
JSON representation

Implemented PCA algorithm from scratch on MNIST Dataset. Visualizing the reconstructed images made and comparing them with the original image. Visualizing the residual images by subtracting the reconstructed image from the original image (for different values of Principal components). Finding the reconstruction error (pixel-wise root-mean-square) for each sample and plot them for a different number of principal components.

Awesome Lists containing this project