Fix some section levels

main
Aurélien Geron 2021-10-02 22:40:18 +13:00
parent e054967e8f
commit 4a6b02a95f
4 changed files with 6 additions and 6 deletions

View File

@ -3640,7 +3640,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# 12. Implement a custom layer that performs _Layer Normalization_\n", "## 12. Implement a custom layer that performs _Layer Normalization_\n",
"_We will use this type of layer in Chapter 15 when using Recurrent Neural Networks._" "_We will use this type of layer in Chapter 15 when using Recurrent Neural Networks._"
] ]
}, },

View File

@ -1603,7 +1603,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"### Using Feature Columns for Parsing" "## Using Feature Columns for Parsing"
] ]
}, },
{ {

View File

@ -1173,7 +1173,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"### Mean Average Precision (mAP)" "## Mean Average Precision (mAP)"
] ]
}, },
{ {

View File

@ -114,7 +114,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"### Generate the Dataset" "## Generate the Dataset"
] ]
}, },
{ {
@ -189,7 +189,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"### Computing Some Baselines" "## Computing Some Baselines"
] ]
}, },
{ {
@ -289,7 +289,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"### Using a Simple RNN" "## Using a Simple RNN"
] ]
}, },
{ {