Update CM20315_Gradients_III.ipynb

This commit is contained in:
Pietro Monticone
2023-11-30 16:37:12 +01:00
parent 6b2f25101e
commit 79578aa4a1

View File

@@ -53,7 +53,7 @@
{ {
"cell_type": "markdown", "cell_type": "markdown",
"source": [ "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": { "metadata": {
"id": "nnUoI0m6GyjC" "id": "nnUoI0m6GyjC"
@@ -204,7 +204,7 @@
{ {
"cell_type": "markdown", "cell_type": "markdown",
"source": [ "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": { "metadata": {
"id": "SxVTKp3IcoBF" "id": "SxVTKp3IcoBF"