chapter 4 misspelling - 'backard pass' -> 'backward pass' (#289)
This commit is contained in:
@@ -5761,7 +5761,7 @@
|
||||
"|Forward pass | Applying the model to some input and computing the predictions.\n",
|
||||
"|Loss | A value that represents how well (or badly) our model is doing.\n",
|
||||
"|Gradient | The derivative of the loss with respect to some parameter of the model.\n",
|
||||
"|Backard pass | Computing the gradients of the loss with respect to all model parameters.\n",
|
||||
"|Backward pass | Computing the gradients of the loss with respect to all model parameters.\n",
|
||||
"|Gradient descent | Taking a step in the directions opposite to the gradients to make the model parameters a little bit better.\n",
|
||||
"|Learning rate | The size of the step we take when applying SGD to update the parameters of the model.\n",
|
||||
"|=====\n",
|
||||
|
||||
Reference in New Issue
Block a user