Skip to content

Commit

Permalink
Fix markdown headings
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrcek committed Jul 30, 2024
1 parent c5fafbc commit fed3962
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Notebooks/Chap04/4_1_Composing_Networks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -358,4 +358,4 @@
"outputs": []
}
]
}
}
4 changes: 2 additions & 2 deletions Notebooks/Chap04/4_2_Clipping_functions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{
"cell_type": "markdown",
"source": [
"#Notebook 4.2 -- Clipping functions\n",
"# Notebook 4.2 -- Clipping functions\n",
"\n",
"The purpose of this notebook is to understand how a neural network with two hidden layers build more complicated functions by clipping and recombining the representations at the intermediate hidden variables.\n",
"\n",
Expand Down Expand Up @@ -216,4 +216,4 @@
}
}
]
}
}

0 comments on commit fed3962

Please sign in to comment.