Fix some section levels
parent
e054967e8f
commit
4a6b02a95f
|
@ -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._"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -1603,7 +1603,7 @@
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"### Using Feature Columns for Parsing"
|
"## Using Feature Columns for Parsing"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -1173,7 +1173,7 @@
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"### Mean Average Precision (mAP)"
|
"## Mean Average Precision (mAP)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -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"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue