Skip to content

Commit

Permalink
Created using Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
udlbook committed Nov 14, 2023
1 parent 259f34e commit aaa1343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Notebooks/Chap07/7_1_Backpropagation_in_Toy_Model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"metadata": {
"colab": {
"provenance": [],
"authorship_tag": "ABX9TyPmaYT+KLPAmZxse087Eisa",
"authorship_tag": "ABX9TyMMmg6voEOOY2uS6iFsD42d",
"include_colab_link": true
},
"kernelspec": {
Expand Down Expand Up @@ -262,7 +262,7 @@
{
"cell_type": "markdown",
"source": [
"**Step 2:** Compute the derivatives of $y$ with respect to the intermediate quantities that we just calculated, but in reverse order:\n",
"**Step 2:** Compute the derivatives of $\\ell_i$ with respect to the intermediate quantities that we just calculated, but in reverse order:\n",
"\n",
"\\begin{eqnarray}\n",
"\\quad \\frac{\\partial \\ell_i}{\\partial f_3}, \\quad \\frac{\\partial \\ell_i}{\\partial h_3}, \\quad \\frac{\\partial \\ell_i}{\\partial f_2}, \\quad\n",
Expand Down

0 comments on commit aaa1343

Please sign in to comment.