chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:35:51 +08:00
commit c36a561cd8
2172 changed files with 455595 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"path": "../../../../notebooks/sparse/gcn.ipynb"
}
@@ -0,0 +1,3 @@
{
"path": "../../../../notebooks/sparse/graph_diffusion.ipynb"
}
@@ -0,0 +1,3 @@
{
"path": "../../../../notebooks/sparse/graph_transformer.ipynb"
}
+3
View File
@@ -0,0 +1,3 @@
{
"path": "../../../../notebooks/sparse/hgnn.ipynb"
}
+14
View File
@@ -0,0 +1,14 @@
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
@@ -0,0 +1,3 @@
{
"path": "../../../../notebooks/sparse/quickstart.ipynb"
}