We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8227c commit 9bf1bc7Copy full SHA for 9bf1bc7
recipes_source/recipes/zeroing_out_gradients.py
@@ -8,7 +8,7 @@
8
Introduction
9
------------
10
When training your neural network, models are able to increase their
11
-accuracy through gradient decent. In short, gradient descent is the
+accuracy through gradient descent. In short, gradient descent is the
12
process of minimizing our loss (or error) by tweaking the weights and
13
biases in our model.
14
0 commit comments