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

MLP equations #125

Open
xuewei4d opened this issue Dec 8, 2015 · 2 comments
Open

MLP equations #125

xuewei4d opened this issue Dec 8, 2015 · 2 comments

Comments

@xuewei4d
Copy link

xuewei4d commented Dec 8, 2015

In the equations of MLP

https://github.com/lisa-lab/DeepLearningTutorials/blob/master/doc/mlp.txt#L64

The equations seem missing transpose operations. Since the shape of W is n_input x n_output, i.e. D x D_hidden. There should be a transpose for W in the equation, like W^(1)T x.

@nouiz
Copy link
Member

nouiz commented Sep 28, 2016

I agree with that change. @lamblin can you confirm?

@lamblin
Copy link
Member

lamblin commented Sep 28, 2016

It would probably be easier (and clutter less the formulas) to write x \cdot W^{(1)} instead, and it would be consistent with the code (dot(x, W)).

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

3 participants