Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 533 Bytes

index.rst

File metadata and controls

14 lines (11 loc) · 533 Bytes

Tutorials: dgl.sparse

The tutorial set cover the basic usage of DGL's sparse matrix class and operators. You can begin with "Quickstart" and "Building a Graph Convolutional Network Using Sparse Matrices". The rest of the tutorials demonstrate the usage by end-to-end examples. All the tutorials are written in Jupyter Notebook and can be played on Google Colab.

quickstart.nblink gcn.nblink graph_diffusion.nblink hgnn.nblink graph_transformer.nblink