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)
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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.