Skip to content

Commit

Permalink
Rename chapters 11 to 15 and split chapter 15 into 15 and 16
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron committed Apr 16, 2019
1 parent 991b912 commit 93642a5
Show file tree
Hide file tree
Showing 6 changed files with 1,777 additions and 1,643 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**Chapter 11 – Deep Learning**"
"**Chapter 11 – Training Deep Neural Networks**"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Custom Models and Training with TensorFlow 2"
"**Chapter 12 – Custom Models and Training with TensorFlow**"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"_This notebook contains all the sample code and solutions to the exercises in chapter 12._"
"_This notebook contains all the sample code in chapter 12._"
]
},
{
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 @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**Chapter 13 – Loading and Preprocessing Data**\n",
"**Chapter 13 – Loading and Preprocessing Data with TensorFlow**\n",
"\n",
"_This notebook contains all the sample code and solutions to the exercises in chapter 13._"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**Chapter 14 – Convolutional Neural Networks**"
"**Chapter 14 – Deep Computer Vision Using Convolutional Neural Networks**"
]
},
{
Expand Down Expand Up @@ -1518,13 +1518,7 @@
"128 block14_sepconv1_act\n",
"129 block14_sepconv2\n",
"130 block14_sepconv2_bn\n",
"131 block14_sepconv2_act\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"131 block14_sepconv2_act\n",
"0 input_2\n",
"1 block1_conv1\n",
"2 block1_conv1_bn\n",
Expand Down
Loading

0 comments on commit 93642a5

Please sign in to comment.