Skip to content

Commit 9bf1bc7

Browse files
mithunpaul08Randall Hunt
andauthored
fixed typo (#1308)
gradient decent -> gradient descent Co-authored-by: Randall Hunt <[email protected]>
1 parent 2d8227c commit 9bf1bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/recipes/zeroing_out_gradients.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Introduction
99
------------
1010
When training your neural network, models are able to increase their
11-
accuracy through gradient decent. In short, gradient descent is the
11+
accuracy through gradient descent. In short, gradient descent is the
1212
process of minimizing our loss (or error) by tweaking the weights and
1313
biases in our model.
1414

0 commit comments

Comments
 (0)