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

Weight initialized as? #33

Open
kpagels opened this issue Dec 12, 2019 · 1 comment
Open

Weight initialized as? #33

kpagels opened this issue Dec 12, 2019 · 1 comment

Comments

@kpagels
Copy link
Contributor

kpagels commented Dec 12, 2019

Hi Simon,

I tried to find it and its probably because my knowledge about Keras is limited. But do you know what the weights are initialised as? And do you know where exactly they are initialised? Are they initialized as Gaussian random number with some standard deviation?

@simontomaskarlsson
Copy link
Owner

Hi,
The default initialization of the weights is different for different layers. Read about each layer in the keras documentation.

In section 'Architecture functions' from row 247 the weights are initialized when those functions are called.

Regards,
Simon

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