Skip to content

Commit cac6506

Browse files
committed
Add tutorial
1 parent 213c640 commit cac6506

File tree

5 files changed

+5923
-20
lines changed

5 files changed

+5923
-20
lines changed

GNNLux/docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
1212
MLDatasets = "eb30cadb-4394-5ae3-aed4-317e484a6458"
1313
OneHotArrays = "0b1bfda6-eb8a-41d2-88d8-f5af5cad476f"
1414
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
15+
TSne = "24678dba-d5e9-5843-a4c6-250288b04835"
1516
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

GNNLux/docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ makedocs(;
6161
"Tutorials" => [
6262
"Introductory tutorials" => [
6363
"Hands on" => "tutorials/gnn_intro.md",
64+
"Node Classification" => "tutorials/node_classification.md",
6465
],
6566
],
6667

GNNLux/docs/make_tutorials.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
using Literate
22

3-
Literate.markdown("src_tutorials/gnn_intro.jl", "src/tutorials/"; execute = true)
3+
Literate.markdown("src_tutorials/gnn_intro.jl", "src/tutorials/"; execute = true)
4+
5+
Literate.markdown("src_tutorials/node_classification.jl", "src/tutorials/"; execute = true)

0 commit comments

Comments
 (0)