"test/vscode:/vscode.git/clone" did not exist on "ae0d80b3c52dc98b3a9763bdb974c3ef7b6eb83d"
README.md 620 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
# Graphbolt Quickstart Tutorial

Graphbolt provides all you need to create a dataloader to train a Graph Neural Networks.

## Examples

 - The [node_classification.py](https://github.com/dmlc/dgl/blob/master/examples/sampling/graphbolt/quickstart/node_classification.py)
   shows how to create a Graphbolt dataloader to train a 2 layer Graph Convolutional Networks node
   classification model.
 - The [link_prediction.py](https://github.com/dmlc/dgl/blob/master/examples/sampling/graphbolt/quickstart/link_prediction.py)
   shows how to create a Graphbolt dataloader to train a 2 layer GraphSage link prediction model.