index.rst 538 Bytes
Newer Older
1
🆕 Tutorials: dgl.sparse
Minjie Wang's avatar
Minjie Wang committed
2
=========================
3

Minjie Wang's avatar
Minjie Wang committed
4
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.
5
6

.. toctree::
7
  :maxdepth: 3
8
9
10
  :titlesonly:

  quickstart.nblink
11
  gcn.nblink
12
  graph_diffusion.nblink
13
  hgnn.nblink
14
  graph_transformer.nblink