Skip to content

Commit 091912e

Browse files
cite PyG
1 parent 370dade commit 091912e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/tutorials/graph_classification_pluto.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ using MLUtils
2525
md"""
2626
# Graph Classification with Graph Neural Networks
2727
28+
*This Pluto noteboook is a julia adaptation of the Pytorch Geometric tutorials that can be found [here](https://pytorch-geometric.readthedocs.io/en/latest/notes/colabs.html).*
29+
2830
In this tutorial session we will have a closer look at how to apply **Graph Neural Networks (GNNs) to the task of graph classification**.
2931
Graph classification refers to the problem of classifiying entire graphs (in contrast to nodes), given a **dataset of graphs**, based on some structural graph properties.
3032
Here, we want to embed entire graphs, and we want to embed those graphs in such a way so that they are linearly separable given a task at hand.

0 commit comments

Comments
 (0)