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

Your EX4 has not implemented random initialization #1

Open
cloxnu opened this issue Nov 17, 2019 · 0 comments
Open

Your EX4 has not implemented random initialization #1

cloxnu opened this issue Nov 17, 2019 · 0 comments

Comments

@cloxnu
Copy link

cloxnu commented Nov 17, 2019

You can add

epsilon_init = 0.12;
W = rand(L_out, 1 + L_in) * 2 * epsilon_init − epsilon_init;

in randInitializeWeights.m

Sent from PPHub

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

1 participant