From 8719f2fb79369884ea2633e11a3477a82550529f Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Tue, 15 Nov 2022 09:57:34 +0000 Subject: [PATCH] Created using Colaboratory --- CM20315_Gradients_II.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." ],