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

Use a random generator that is globally shared in the neural network #160

Open
beomyeol opened this issue Jan 15, 2016 · 0 comments
Open
Labels

Comments

@beomyeol
Copy link
Contributor

In dolphin-dnn, a fully connected layer can have its random generator and its random seed value for initializing its layer parameters. However, it is not needed for all fully connected layers to have their own random generators and their seed. Instead, a neural network can have a random generator and this generator can be used by all layers (initializers) including fully connected layers and other layers that will be introduced later such as convolutional layers.

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

No branches or pull requests

1 participant