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

Trimap #236

Merged
merged 23 commits into from
Mar 8, 2024
Merged

Trimap #236

merged 23 commits into from
Mar 8, 2024

Conversation

msluszniak
Copy link
Contributor

No description provided.

@@ -0,0 +1,478 @@
defmodule Scholar.Manifold.Trimap do
@moduledoc """
TriMap: Large-scale Dimensionality Reduction Using Triplets.
Copy link
Contributor

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. :)

Copy link
Contributor

@josevalim josevalim left a 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. :)

@msluszniak msluszniak merged commit c5614a9 into elixir-nx:main Mar 8, 2024
2 checks passed
@msluszniak msluszniak deleted the trimap branch March 8, 2024 17:59
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

Successfully merging this pull request may close these issues.

2 participants