Skip to content

Commit 4bb9b96

Browse files
authored
Add Node Classification tutorial GNNLux (#567)
1 parent 7e07564 commit 4bb9b96

File tree

5 files changed

+6156
-1
lines changed

5 files changed

+6156
-1
lines changed

GNNLux/docs/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[deps]
22
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
3+
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
34
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
45
DocumenterInterLinks = "d12716ef-a0f6-4df4-a9f1-a5a34e75c656"
56
GNNGraphs = "aed8fd31-079b-4b5a-b342-a13352159b8c"
@@ -12,4 +13,5 @@ Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
1213
MLDatasets = "eb30cadb-4394-5ae3-aed4-317e484a6458"
1314
OneHotArrays = "0b1bfda6-eb8a-41d2-88d8-f5af5cad476f"
1415
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
16+
TSne = "24678dba-d5e9-5843-a4c6-250288b04835"
1517
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)