From e44113c56ef076238fda5221e497446a3b61811d Mon Sep 17 00:00:00 2001 From: nithinmanoj10 Date: Sun, 21 Jul 2024 11:59:00 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20Link=20to=20GCN/Cora=20Tut?= =?UTF-8?q?orial=20in=20the=20Table?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tutorials/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/README.md b/tutorials/README.md index 18840b2..82aebb0 100644 --- a/tutorials/README.md +++ b/tutorials/README.md @@ -2,7 +2,7 @@ Within this directory you can find the source code for all the tutorials. As the project expands and we introduce more Graph Neural Network layers and data loaders, additional tutorials and source code will be added over time. -| Tutorial Name | Task | NN Layer | Dataset | Graph Type | Backend | -|----------------------------------------------------------------------|---------------------|----------|---------|------------|---------| -| Cora Publication Prediction using Graph Convolutional Networks (GCN) | Node Classification | GCNConv | Cora | Static | PyTorch | +| Tutorial Name | Task | NN Layer | Dataset | Graph Type | Backend | +|----------------------------------------------------------------------------------|---------------------|----------|---------|------------|---------| +| [Cora Publication Prediction using Graph Convolutional Networks (GCN)](gcn/cora) | Node Classification | GCNConv | Cora | Static | PyTorch |