-
Notifications
You must be signed in to change notification settings - Fork 46
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
Trimap #236
Trimap #236
Conversation
@@ -0,0 +1,478 @@ | |||
defmodule Scholar.Manifold.Trimap do | |||
@moduledoc """ | |||
TriMap: Large-scale Dimensionality Reduction Using Triplets. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It you can add a bit more words, especially about how it compares with other techniques in Scholar (such as kNN), both in terms of performance and results, it would be excellent. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Just some minor comments.
I believe you can now merge/rebase this on main (or maybe it will be easier to start a new branch and cherry pick your trimap on top).
After merged, let's please writing a document comparing our manifolds, in performance and results. :)
Co-authored-by: José Valim <jose.valim@gmail.com>
No description provided.