Skip to content

Commit 885822b

Browse files
authored
DOC: weights values -> weights
1 parent 07acc59 commit 885822b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tutorial-deep-learning-on-mnist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ layer.)](_static/tutorial-deep-learning-on-mnist.png)
384384

385385
In the beginning of model training, your network randomly initializes the weights and feeds the input data forward through the hidden and output layers. This process is the forward pass or forward propagation.
386386

387-
Then, the network propagates the "signal" from the loss function back through the hidden layer and adjusts the weights values with the help of the learning rate parameter (more on that later).
387+
Then, the network propagates the "signal" from the loss function back through the hidden layer and adjusts the weights with the help of the learning rate parameter (more on that later).
388388

389389
> **Note:** In more technical terms, you:
390390
>

0 commit comments

Comments
 (0)