From 79578aa4a109bf3af013e20d96d4e33a8731db37 Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:37:12 +0100 Subject: [PATCH] Update CM20315_Gradients_III.ipynb --- CM20315/CM20315_Gradients_III.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CM20315/CM20315_Gradients_III.ipynb b/CM20315/CM20315_Gradients_III.ipynb index 052ba8e..e691d04 100644 --- a/CM20315/CM20315_Gradients_III.ipynb +++ b/CM20315/CM20315_Gradients_III.ipynb @@ -53,7 +53,7 @@ { "cell_type": "markdown", "source": [ - "First let's define a neural network. We'll just choose the weights and biaes randomly for now" + "First let's define a neural network. We'll just choose the weights and biases randomly for now" ], "metadata": { "id": "nnUoI0m6GyjC" @@ -204,7 +204,7 @@ { "cell_type": "markdown", "source": [ - "Now let's define a loss function. We'll just use the least squaures loss function. We'll also write a function to compute dloss_doutput\n" + "Now let's define a loss function. We'll just use the least squares loss function. We'll also write a function to compute dloss_doutput\n" ], "metadata": { "id": "SxVTKp3IcoBF"