diff --git a/recipes_source/recipes/zeroing_out_gradients.py b/recipes_source/recipes/zeroing_out_gradients.py index 687120dcfcb..f080bf30bd0 100644 --- a/recipes_source/recipes/zeroing_out_gradients.py +++ b/recipes_source/recipes/zeroing_out_gradients.py @@ -8,7 +8,7 @@ Introduction ------------ When training your neural network, models are able to increase their -accuracy through gradient decent. In short, gradient descent is the +accuracy through gradient descent. In short, gradient descent is the process of minimizing our loss (or error) by tweaking the weights and biases in our model.