Update CM20315_Gradients_III.ipynb
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user