Skip to content

Commit

Permalink
fix minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ftrifoglio committed Oct 29, 2023
1 parent 636f805 commit 3201080
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 792,988 deletions.
793,065 changes: 87 additions & 792,978 deletions docs/calculus/ca_extra.ipynb

Large diffs are not rendered by default.

11 changes: 1 addition & 10 deletions docs/calculus/ca_w3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -625,15 +625,6 @@
" print(f\"Iter {i} - Log loss={loss:.6f}\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"params"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -996,7 +987,7 @@
"\n",
"<img src=\"../_static/train_nn.png\" width=\"588px\">\n",
"\n",
"Note how the partial derivative of the loss wrt the parameters is built recursively and carried over from one layer to the next (or previous depends on how you look at it).\n",
"Note how the partial derivative of the loss wrt the parameters is built progressively and carried over from one layer to the next (or previous depends on how you look at it).\n",
"\n",
"The gray bit of the chain rule is what's been carried over and the black bit is what's been appended at each step.\n",
"\n",
Expand Down

0 comments on commit 3201080

Please sign in to comment.