Skip to content

Commit 0c6b2cf

Browse files
authored
fixed typo
gradient decent -> gradient descent
1 parent c5fe766 commit 0c6b2cf

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)