Skip to content

Commit

Permalink
πŸ“ Add Link to GCN/Cora Tutorial in the Table
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinmanoj10 committed Jul 21, 2024
1 parent ff90cb6 commit e44113c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit e44113c

Please sign in to comment.