Skip to content

Commit

Permalink
docs: update node_classification_pluto.md
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
eltociear authored Dec 10, 2024
1 parent a6700c3 commit 967c32a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ end;</code></pre>
## Visualize
```@raw html
<div class="markdown">
<p>We want to visualize the the outputs of the results using t-distributed stochastic neighbor embedding (tsne) to embed our output embeddings onto a 2D plane.</p></div>
<p>We want to visualize the outputs of the results using t-distributed stochastic neighbor embedding (tsne) to embed our output embeddings onto a 2D plane.</p></div>

<pre class='language-julia'><code class='language-julia'>function visualize_tsne(out, targets)
z = tsne(out, 2)
Expand Down

0 comments on commit 967c32a

Please sign in to comment.