Fix markdown headings

This commit is contained in:
Jan Hrček
2024-07-30 11:25:47 +02:00
parent c5fafbca97
commit fed3962bce
2 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
{
"cell_type": "markdown",
"source": [
"#Notebook 4.1 -- Composing networks\n",
"# Notebook 4.1 -- Composing networks\n",
"\n",
"The purpose of this notebook is to understand what happens when we feed one neural network into another. It works through an example similar to 4.1 and varies both networks\n",
"\n",
@@ -358,4 +358,4 @@
"outputs": []
}
]
}
}