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

Other Techniques for dimension reduction #48

Open
JonasIsensee opened this issue Sep 24, 2018 · 0 comments
Open

Other Techniques for dimension reduction #48

JonasIsensee opened this issue Sep 24, 2018 · 0 comments
Labels
big project Significant work from both coding and scientific perspective enhancement New feature or request help wanted Extra attention is needed wanted feature We want this!

Comments

@JonasIsensee
Copy link
Member

JonasIsensee commented Sep 24, 2018

The are approaches to dimension reduction other than PCA.
PCA is not always best ( finds only linear relationships)

i.e. radial basis functions could sometimes be better.

To implement this, we need a RadialBasisEmbedding <: AbstractSpatialEmbedding
that provides an interface similar to PCAEmbedding.
RadialBasisEmbedding(training_set, em::SpatioTemporalEmbedding) → embedding

and reconstruction method
embedding(inplace_vec, training_set, α, τ)


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@JonasIsensee JonasIsensee added enhancement New feature or request help wanted Extra attention is needed wanted feature We want this! big project Significant work from both coding and scientific perspective labels Sep 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
big project Significant work from both coding and scientific perspective enhancement New feature or request help wanted Extra attention is needed wanted feature We want this!
Projects
None yet
Development

No branches or pull requests

1 participant