Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial Page "Multi-Layer Neural Network" #15

Open
sunshineatnoon opened this issue May 25, 2015 · 1 comment
Open

Tutorial Page "Multi-Layer Neural Network" #15

sunshineatnoon opened this issue May 25, 2015 · 1 comment

Comments

@sunshineatnoon
Copy link

I think there is a problem in the formulation to compute the derivative of W and b in this tutorial. Isn't the W of layer l comes from error in layer l and activation in layer l-1? But the formulation suggests W in layer l comes from error in layer l+1 and activation in layer l.
2015-05-25 8 46 10
I think the right one should look like this
2015-05-25 8 29 50
The same goes to b. Or maybe I just misunderstood this, if so, please point out, thanks!

@iammarvelous
Copy link

You are right. W(l) lies between delta(l) and a(l-1).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants