Skip to content

Commit

Permalink
Created using Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
udlbook committed Nov 15, 2022
1 parent 982891f commit 8719f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CM20315_Gradients_II.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"colab": {
"provenance": [],
"collapsed_sections": [],
"authorship_tag": "ABX9TyNG5U3+qTrD4ph1kPPtt1L2",
"authorship_tag": "ABX9TyNUus+txeW8v5HpKHIRwUMo",
"include_colab_link": true
},
"kernelspec": {
Expand All @@ -30,7 +30,7 @@
{
"cell_type": "markdown",
"source": [
"# Backpropagation algorithm\n",
"# Gradients II: Backpropagation algorithm\n",
"\n",
"In this practical, we'll investigate the backpropagation algoritithm. This computes the gradients of the loss with respect to all of the parameters (weights and biases) in the network. We'll use these gradients when we run stochastic gradient descent."
],
Expand Down

0 comments on commit 8719f2f

Please sign in to comment.