chapter 4 misspelling - 'backard pass' -> 'backward pass' (#289)

This commit is contained in:
Luke Smith
2020-10-12 10:00:12 +01:00
committed by GitHub
parent 717535fe3b
commit b794e9bd45

View File

@@ -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",