Skip to content

Commit

Permalink
Update notebooks/manifold_learning.livemd
Browse files Browse the repository at this point in the history
  • Loading branch information
msluszniak authored Jun 16, 2024
1 parent cc28beb commit 8acb57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/manifold_learning.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ We start with Trimap. It's a manifold learning algorithm that is based of neares
{tensor_data, key} = Nx.Random.shuffle(Nx.Random.key(42), tensor_data)

trimap_res =
Scholar.Manifold.Trimap.embed(tensor_data[[0..10000, ..]],
Scholar.Manifold.Trimap.transform(tensor_data[[0..10000, ..]],
key: Nx.Random.key(55),
num_components: 2,
num_inliers: 12,
Expand Down

0 comments on commit 8acb57a

Please sign in to comment.