Skip to content

A demonstration of Principal Component Analysis via the MNIST digit dataset and Pokemon images

Notifications You must be signed in to change notification settings

robert-lemon-uhm/Pokemon_PCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon_PCA

A demonstration of Principal Component Analysis (PCA) via the MNIST digit dataset and Pokemon images. Professor Peter Sadowski's PCA GitHub repo was used as a guideline for understanding PCA.

This notebook first gets the principal components of images of pokemon and reconstructs the images using their PCA eigenvectors. It then performs this same reconstruction on the MNIST digits dataset. Finally, transfer learning is performed. The pokemon images are embedded into the MNIST PCA space and mapped back into image space. This demonstrates the k value required to start to successfully reconstruct the pokemon images after the transfer learning.

Principal Components of Pokemon

Principal Components of MNIST

Transfer Learning

About

A demonstration of Principal Component Analysis via the MNIST digit dataset and Pokemon images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published