type in 07_PyTorch.ipynb #7

Closed
opened 2025-11-02 00:01:12 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @thewilsonator on GitHub (Dec 29, 2018).

Under Gradients the text
y = 3x + 2
y = \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.25

should 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

Originally created by @thewilsonator on GitHub (Dec 29, 2018). Under **Gradients** the text $ y = 3x + 2 $ $ y = \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.25 $ should 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 $
Author
Owner

@GokuMohandas commented on GitHub (Dec 29, 2018):

absolutely correct @thewilsonator , I'll make the change!

@GokuMohandas commented on GitHub (Dec 29, 2018): absolutely correct @thewilsonator , I'll make the change!
Author
Owner

@thewilsonator commented on GitHub (Dec 29, 2018):

No problem, thanks for the awesome material!

@thewilsonator commented on GitHub (Dec 29, 2018): No problem, thanks for the awesome material!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/Made-With-ML#7