Skip to content

Commit

Permalink
add missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
hmeine committed Jul 18, 2017
1 parent 338af88 commit 90cc6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tutorial.ipynb
Expand Up @@ -707,7 +707,7 @@
"\n",
"#### Clipping gradients\n",
"\n",
"A common method for mitigating the exponentially growing gradients commonly found when \"unrolling\" recurrent networks through time and backpropagating is to simply preventing them from being larger than a pre-set value. In recurrent layers, this can be achieved by passing in a float (rather than `False` to `grad_clipping`.\n",
"A common method for mitigating the exponentially growing gradients commonly found when \"unrolling\" recurrent networks through time and backpropagating is to simply preventing them from being larger than a pre-set value. In recurrent layers, this can be achieved by passing in a float (rather than `False`) to `grad_clipping`.\n",
"\n",
"#### Unrolling recursion\n",
"\n",
Expand Down

0 comments on commit 90cc6ed

Please sign in to comment.