Skip to content

Commit

Permalink
Fix some section levels
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron committed Oct 2, 2021
1 parent 9095574 commit 38e4cce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 12_custom_models_and_training_with_tensorflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5866,7 +5866,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._"
]
},
Expand Down
2 changes: 1 addition & 1 deletion 13_loading_and_preprocessing_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2693,7 +2693,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Using Feature Columns for Parsing"
"## Using Feature Columns for Parsing"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 14_deep_computer_vision_with_cnns.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1900,7 +1900,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Mean Average Precision (mAP)"
"## Mean Average Precision (mAP)"
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions 15_processing_sequences_using_rnns_and_cnns.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Generate the Dataset"
"## Generate the Dataset"
]
},
{
Expand Down Expand Up @@ -228,7 +228,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Computing Some Baselines"
"## Computing Some Baselines"
]
},
{
Expand Down Expand Up @@ -444,7 +444,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Using a Simple RNN"
"## Using a Simple RNN"
]
},
{
Expand Down

0 comments on commit 38e4cce

Please sign in to comment.