Skip to content

Commit f635e2a

Browse files
authored
Polish Tutorial (#5645)
1 parent 1bd3688 commit f635e2a

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

notebooks/sparse/quickstart.ipynb

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,23 +1208,16 @@
12081208
{
12091209
"cell_type": "markdown",
12101210
"source": [
1211-
"## Exercise"
1212-
],
1213-
"metadata": {
1214-
"id": "1iBNlJVYz3zi"
1215-
}
1216-
},
1217-
{
1218-
"cell_type": "markdown",
1219-
"source": [
1211+
"## Exercise \\#1\n",
1212+
"\n",
12201213
"*Let's test what you've learned. Feel free to [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/dmlc/dgl/blob/master/notebooks/sparse/quickstart.ipynb).*\n",
12211214
"\n",
12221215
"Given a sparse symmetrical adjacency matrix $A$, calculate its symmetrically normalized adjacency matrix: $$norm = \\bar{D}^{-\\frac{1}{2}}\\bar{A}\\bar{D}^{-\\frac{1}{2}}$$\n",
12231216
"\n",
12241217
"Where $\\bar{A} = A + I$, $I$ is the identity matrix, and $\\bar{D}$ is the diagonal node degree matrix of $\\bar{A}$."
12251218
],
12261219
"metadata": {
1227-
"id": "yDQ4Kmr_08St"
1220+
"id": "1iBNlJVYz3zi"
12281221
}
12291222
},
12301223
{
@@ -1254,7 +1247,7 @@
12541247
{
12551248
"cell_type": "markdown",
12561249
"source": [
1257-
"## Exercise\n",
1250+
"## Exercise \\#2\n",
12581251
"\n",
12591252
"Let's implement a simplified version of the Graph Attention Network (GAT) layer.\n",
12601253
"\n",
@@ -1324,4 +1317,4 @@
13241317
"outputs": []
13251318
}
13261319
]
1327-
}
1320+
}

0 commit comments

Comments
 (0)