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

Implement low-dimensional transform for t-SNE #15

Closed
einbandi opened this issue Jul 11, 2022 · 2 comments
Closed

Implement low-dimensional transform for t-SNE #15

einbandi opened this issue Jul 11, 2022 · 2 comments

Comments

@einbandi
Copy link
Collaborator

See title. Check diagonal of relations matrix and transform with t-distribution.

@einbandi
Copy link
Collaborator Author

The low-dimensional transform uses the alpha parameter, which can be made learnable. Think of a way how to allow learnable parameters either through the transform, or more likely inside the ParametricDR class.

@einbandi
Copy link
Collaborator Author

Learnable parameters are possible by default. Users can simply set alpha=model.alpha, where model.alpha is a registered PyTorch parameter of the model.

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

No branches or pull requests

1 participant