niegfg / Hacktoberfest-2022

Open Source repo by NIE GFG Student Chapter for Hacktoberfest 2022.
8 stars 16 forks source link

Dimensionality Reduction using PCA and SVD #33

Open ksjadeja opened 2 years ago

ksjadeja commented 2 years ago

Hey @ahmadsohail404 , I want to add the following dimensionality reduction algorithms under either the Python folder or a new ML folder:

PCA (Principal Component Analysis) SVD (Singular Valued Decomposition)

I am gonna add code without using direct library of these algorithms and instead calculate the reduced feature matrices using calculus (numpy library)

Please assign this task to me: