Fix some section levels
parent
7fc088e23d
commit
2bd68d6348
|
@ -3640,7 +3640,7 @@
|
|||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"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._"
|
||||
]
|
||||
},
|
||||
|
|
|
@ -1603,7 +1603,7 @@
|
|||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"### Using Feature Columns for Parsing"
|
||||
"## Using Feature Columns for Parsing"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1173,7 +1173,7 @@
|
|||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"### Mean Average Precision (mAP)"
|
||||
"## Mean Average Precision (mAP)"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -114,7 +114,7 @@
|
|||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"### Generate the Dataset"
|
||||
"## Generate the Dataset"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -189,7 +189,7 @@
|
|||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"### Computing Some Baselines"
|
||||
"## Computing Some Baselines"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -289,7 +289,7 @@
|
|||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"### Using a Simple RNN"
|
||||
"## Using a Simple RNN"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue