Skip to content

Commit

Permalink
add new subsection
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Aug 29, 2017
1 parent 570cba0 commit b56ad60
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions code/ch14/ch14.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
" - [Defining placeholders](#Defining-placeholders)\n",
" - [Feeding placeholders with data](#Feeding-placeholders-with-data)\n",
" - [Defining placeholders for data arrays with varying batchsizes](#Defining-placeholders-for-data-arrays-with-varying-batchsizes)\n",
" - [Defining variables in TensorFlow](#Defining-variables-in-TensorFlow)\n",
" - [Variables in TensorFlow](#Variables-in-TensorFlow)\n",
" - [Defining variables](#Defining-variables)\n",
" - [Initializing variables](#Initializing-variables)\n",
" - [Variable scope](#Variable-scope)\n",
" - [Reusing variables](#Reusing-variables)\n",
Expand Down Expand Up @@ -451,7 +452,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Defining variables in TensorFlow\n"
"### Variables in TensorFlow\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Defining Variables"
]
},
{
Expand Down Expand Up @@ -599,7 +607,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Variable scope"
"#### Variable scope"
]
},
{
Expand Down Expand Up @@ -642,7 +650,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Reusing variables"
"#### Reusing variables"
]
},
{
Expand Down

0 comments on commit b56ad60

Please sign in to comment.