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

Need to adjust initial values for each layer. #10

Open
hantek opened this issue Mar 13, 2015 · 0 comments
Open

Need to adjust initial values for each layer. #10

hantek opened this issue Mar 13, 2015 · 0 comments

Comments

@hantek
Copy link
Owner

hantek commented Mar 13, 2015

Currently for all kinds of layers we are applying the weight initialization method which is actually for Sigmoid. i.e., the uniform distribution from -numpy.sqrt(6. / (n_in + n_out)) to numpy.sqrt(6. / (n_in + n_out)).

Sometimes this causes problems. We need to find good scale and distribution specifically for each kind of layers. That improves the default performance of the models built on top of it.

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

No branches or pull requests

1 participant