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 65 forks source link

Dimensionality Reduction Algorithm #154

Closed vinc3nati closed 3 years ago

vinc3nati commented 3 years ago

I would like to contribute a proper implementation with python of Dimensionality Reduction Algorithm with proper documentation and well explained steps.

ashwani-rathee commented 3 years ago

@vinc3nati Which dimensionality reduction algorithm? Can you name specific algorithm? Since there are several of them :)

vinc3nati commented 3 years ago

@vinc3nati Which dimensionality reduction algorithm? Can you name specific algorithm? Since there are several of them :)

I planned on providing a overall compact documentation of the dimensionality reduction algorithm with diagrams and all. Then implementing either of the following with proper format:

I think pca has been implemented before so I can work on the either of the other two.

vinc3nati commented 3 years ago

@vinc3nati Which dimensionality reduction algorithm? Can you name specific algorithm? Since there are several of them :)

Hey so I've decided to go with LDA and I want to contribute it's documentation + code implementation (python). Can you assign me this ??

thisisashwinraj commented 3 years ago

@ashwani-rathee // I would also like to contribute for this issue. Since @vinc3nati is planning to work on LDA and documentation for PCA is already available, I will like to work on the python implementation of PCA and/or complete documentation-implementation of GDA.

geekquad commented 3 years ago

@vinc3nati Which dimensionality reduction algorithm? Can you name specific algorithm? Since there are several of them :)

Hey so I've decided to go with LDA and I want to contribute it's documentation + code implementation (python). Can you assign me this ??

Sure, go ahead with LDA.

geekquad commented 3 years ago

@ashwani-rathee // I would also like to contribute for this issue. Since @vinc3nati is planning to work on LDA and documentation for PCA is already available, I will like to work on the python implementation of PCA and/or complete documentation-implementation of GDA.

Go ahead with GDA.

ashwani-rathee commented 3 years ago

Addressed in #186