Skip to content

This project is an implementation of Principal Component Analysis (PCA) in Python. PCA is a technique for dimensionality reduction and data visualization that aims to find the most important underlying patterns in a dataset.

Notifications You must be signed in to change notification settings

MichaelFish199/PrincipalComponentAnalysis-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrincipalComponentAnalysis-Implementation

Implementation of PCA in python

This repository consits of 3 jpynb files:

  • PCA-2-Features (where i build PCA for 2 features)
  • PCA-N-Features (where i build PCA for N features)
  • PCA-Class (where i build generalized PCA class)

Result

About

This project is an implementation of Principal Component Analysis (PCA) in Python. PCA is a technique for dimensionality reduction and data visualization that aims to find the most important underlying patterns in a dataset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published