Replies: 1 comment 2 replies
-
|
Thanks for the feedback. And you are right, this is incorrect:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I believe there is a mistake on the equation for
The left side of the equation should be:
$ \frac{\partial L}{\partial w_{1,1}^{(h)}} $
instead of:
$ \frac{\partial L}{\partial w_{1,1}^{(out)}} $
Otherwise it wouldnt make sense to include the hidden layers partial in the equation, since the $ \frac{\partial L}{\partial w_{1,1}^{(out)}} $ was already defined a couple of paragraphs before.
Beta Was this translation helpful? Give feedback.
All reactions