Skip to content

Commit

Permalink
Merge pull request GokuMohandas#1 from dit7ya/typo-pytorch
Browse files Browse the repository at this point in the history
Typo in line 711
  • Loading branch information
dit7ya authored Jan 7, 2019
2 parents de28b3f + 281c921 commit 2d80cdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/07_PyTorch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@
"cell_type": "markdown",
"source": [
"* $ y = 3x + 2 $\n",
"* $ y = \\sum{y}/N $\n",
"* $ z = \\sum{y}/N $\n",
"* $ \\frac{\\partial(z)}{\\partial(x)} = \\frac{\\partial(z)}{\\partial(y)} \\frac{\\partial(y)}{\\partial(x)} = \\frac{1}{N} * 3 = \\frac{1}{12} * 3 = 0.25 $"
]
},
Expand Down Expand Up @@ -813,4 +813,4 @@
]
}
]
}
}

0 comments on commit 2d80cdb

Please sign in to comment.