aribis369 / ML-Starter-Pack

A collection of Machine Learning algorithms written from sctrach.
75 stars 51 forks source link

Added PCA #10

Closed the-ethan-hunt closed 6 years ago

the-ethan-hunt commented 6 years ago

Added Principal component analysis- single value decomposition

aribis369 commented 6 years ago

@the-ethan-hunt I have already implemented this part, but your's is also good. Can you please add you notebook to dimension reduction file and create a jupyter notebook for my code also.

the-ethan-hunt commented 6 years ago

Sure, @aribis369 . I will add it in this PR itself

the-ethan-hunt commented 6 years ago

@aribis369 , I have done the shifting. Please merge this Pr. :sweat_smile:

aribis369 commented 6 years ago

@the-ethan-hunt Can you make jupyter notebook for my code also. I'll merge this PR after that.

the-ethan-hunt commented 6 years ago

@aribis369 , the file has been created by another coder. :sweat_smile:

aribis369 commented 6 years ago

@the-ethan-hunt PCA was present earlier but it's fine I'm merging your PR. But please see what things are previously done and then start working on something, this we may work on new that that not have been done. As you know we are growing the scope of this project by adding examples of tensorflow and pytorch, which may require more time and more enthusiastic contributors.