15 lines
533 B
ReStructuredText
15 lines
533 B
ReStructuredText
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.
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
:titlesonly:
|
|
|
|
quickstart.nblink
|
|
gcn.nblink
|
|
graph_diffusion.nblink
|
|
hgnn.nblink
|
|
graph_transformer.nblink
|