From 967c32a2b21eea4a3fc9412c7a8ddf18b238c9f6 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 10 Dec 2024 23:47:56 +0900 Subject: [PATCH] docs: update node_classification_pluto.md minor fix --- .../docs/src/tutorials/node_classification_pluto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GraphNeuralNetworks/docs/src/tutorials/node_classification_pluto.md b/GraphNeuralNetworks/docs/src/tutorials/node_classification_pluto.md index 11f9b9ddc..d875ce207 100644 --- a/GraphNeuralNetworks/docs/src/tutorials/node_classification_pluto.md +++ b/GraphNeuralNetworks/docs/src/tutorials/node_classification_pluto.md @@ -59,7 +59,7 @@ end; ## Visualize ```@raw html
-

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.

+

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.

function visualize_tsne(out, targets)
     z = tsne(out, 2)