Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dimensionality Reduction #13

Open
3 of 9 tasks
lpatiny opened this issue Aug 7, 2015 · 4 comments
Open
3 of 9 tasks

Dimensionality Reduction #13

lpatiny opened this issue Aug 7, 2015 · 4 comments

Comments

@lpatiny
Copy link
Member

lpatiny commented Aug 7, 2015

Would be nice to have the following methods

  • PCA - ml-pca
  • Singular Value Decomposition (SVD) - ml-matrix
  • Eigen Decomposition - ml-matrix
  • Non-negative Matrix Factorization (NMF)
  • tSNE
  • Independent Component Analysis (ICA)
  • Random Projection
  • Factor Analysis (FA)
  • umap
@jajoe
Copy link
Member

jajoe commented Jul 14, 2017

NMF could be interesting because there are a lot of applications (in dimensionality reduction and clustering). I'll implement it.

@Fil
Copy link

Fil commented Jul 21, 2017

may I suggest

tSNE

umap

@jajoe
Copy link
Member

jajoe commented Jul 21, 2017

Interesting, thanks you for your suggestion

@cannoneyed
Copy link

Just wanted to link to a javascript umap implementation here: umap-js. Keep in mind there's a few features missing from the python implementation, but the performance is reasonable all things considered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants