mirror of
https://github.com/GokuMohandas/Made-With-ML.git
synced 2026-03-09 07:12:37 -05:00
type in 07_PyTorch.ipynb #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @thewilsonator on GitHub (Dec 29, 2018).
Under Gradients the text
y = 3x + 2y = \sum{y}/N\frac{\partial(z)}{\partial(x)} = \frac{\partial(z)}{\partial(y)} \frac{\partial(z)}{\partial(x)} = \frac{1}{N} * 3 = \frac{1}{12} * 3 = 0.25should be
y = 3x + 2**z** = \sum{y}/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@GokuMohandas commented on GitHub (Dec 29, 2018):
absolutely correct @thewilsonator , I'll make the change!
@thewilsonator commented on GitHub (Dec 29, 2018):
No problem, thanks for the awesome material!