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

Errors in documentation #7

Closed
eeegnu opened this issue Jun 15, 2018 · 5 comments
Closed

Errors in documentation #7

eeegnu opened this issue Jun 15, 2018 · 5 comments

Comments

@eeegnu
Copy link

eeegnu commented Jun 15, 2018

Was reading through the documentation and there were a few things I believe to be mistakes.

In this image the middle weight going from layer 3 to layer 2 should be LW 2,3 [d], rather than LW 1,2 [d].
https://raw.githubusercontent.com/yabata/pyrenn/master/doc/img/recurrent_nn.png

Here layer 1 is missing its bias values
https://github.com/yabata/pyrenn/blob/master/doc/img/MLP2221_detailed.png

And while the example in the doc says LW 3,2 has 4 weights, there are only 2 in the corresponding example image (2 neurons in the M-1th hidden layer connect to a single neuron in the output layer), is this to say that it is still stored in a 2x2 matrix but two of those weight variables are actually zero's?

@yabata
Copy link
Owner

yabata commented Jun 28, 2018 via email

@eeegnu
Copy link
Author

eeegnu commented Jun 30, 2018

Hi, I've put it all into one picture since it is a bit confusing referencing it otherwise.

pyrenn_layer_weights

@yabata
Copy link
Owner

yabata commented Jun 30, 2018

This was a mistake. Thanks!

@yabata yabata closed this as completed Jun 30, 2018
@eeegnu
Copy link
Author

eeegnu commented Jun 30, 2018

Hi,

Just one more comment, I think you meant to convert the 2x2 matrix LW^3,2 into a row rather than a column in the updated docs, since there is no w^3_2,1.

Best,
Eugene

@yabata
Copy link
Owner

yabata commented Jun 30, 2018

👍

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