Algo-Phantoms / Algo-ScriptML

Scripts of Machine Learning Algorithms from Scratch. Implementations of machine learning models and algorithms using nothing but NumPy with a focus on accessibility. Aims to cover everything from basic to advance.
MIT License
90 stars 66 forks source link

PCA implementation #161

Closed ELITA04 closed 3 years ago

ELITA04 commented 3 years ago

Fixes #39

Hi @ashwani-rathee ,

I added the basic implementation for PCA using numpy.

Please have a look and let me know if any changes are required.

ELITA04 commented 3 years ago

Hi @geekquad,

Please have a look and let me know if any changes are required.

Thanks!

ELITA04 commented 3 years ago

Hey @ashwani-rathee and @geekquad, I made the changes requested. Please have a look.

Thanks!