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"