Skip to content

shivani-kapania/PCA-from-Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PCA-from-Scratch

Principal component analysis is a technique for feature extraction — so it combines our input variables in a specific way, then we can drop the “least important” variables while still retaining the most valuable parts of all of the variables! As an added benefit, each of the “new” variables after PCA are all independent of one another.

In this repository, I've added code to apply Principal Component Analysis from scratch and also using SKLearn on simulated dataset and the MNIST dataset.

Dependencies

  • Numpy
  • Pandas
  • Matplotlib
  • Sklearn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published