Created using Colaboratory
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"colab": {
|
||||
"provenance": [],
|
||||
"collapsed_sections": [],
|
||||
"authorship_tag": "ABX9TyNG5U3+qTrD4ph1kPPtt1L2",
|
||||
"authorship_tag": "ABX9TyNUus+txeW8v5HpKHIRwUMo",
|
||||
"include_colab_link": true
|
||||
},
|
||||
"kernelspec": {
|
||||
@@ -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."
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user