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

clustification: train/predict on approximated manifold instead of original space #48

Open
Tracked by #54
sreichl opened this issue May 11, 2024 · 0 comments
Open
Tracked by #54
Assignees
Labels
enhancement New feature or request

Comments

@sreichl
Copy link
Collaborator

sreichl commented May 11, 2024

  • high dimensional UMAP/densMAP embedding (pro: non-linear; con: requires parameters)
  • PCA (pro: no parameters; con: linear)
  • Laplacian / spectral space (pro: more topologic; con: requires parameters and more steps)
    • VS: i.e. build your c-knn/densmap network, take the laplacian, then take the eigenvectors of the laplacian to represent the intrinsic topology/geometry of the manifold
    • VS: As I understand the 0 eigenvalued (first) eigenvectors give you anyway the connected components and then the next low frequency eigenvectors can start to give you more geometry.
@sreichl sreichl self-assigned this May 11, 2024
@sreichl sreichl added the enhancement New feature or request label Jun 13, 2024
@sreichl sreichl mentioned this issue Jun 22, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant