diff --git a/CM20315_Gradients_II.ipynb b/CM20315_Gradients_II.ipynb index b4d5fb7..2fcb99f 100644 --- a/CM20315_Gradients_II.ipynb +++ b/CM20315_Gradients_II.ipynb @@ -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." ],