mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-04 18:00:48 +00:00
chapter 4 misspelling - 'backard pass' -> 'backward pass' (#289)
This commit is contained in:
parent
717535fe3b
commit
b794e9bd45
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user