Skip to content

Commit

Permalink
Small spelling improvements to the RNN chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoffitt committed Aug 14, 2019
1 parent e9918bb commit 9044c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 14_recurrent_neural_networks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Let's create the RNN. It will contain 100 recurrent neurons and we will unroll it over 20 time steps since each traiing instance will be 20 inputs long. Each input will contain only one feature (the value at that time). The targets are also sequences of 20 inputs, each containing a sigle value:"
"Let's create the RNN. It will contain 100 recurrent neurons and we will unroll it over 20 time steps since each training instance will be 20 inputs long. Each input will contain only one feature (the value at that time). The targets are also sequences of 20 inputs, each containing a single value:"
]
},
{
Expand Down

0 comments on commit 9044c8b

Please sign in to comment.