We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can you explain in weights, what's the purpose of this code snippet np.sqrt(1 / self.size[i-1])
np.sqrt(1 / self.size[i-1])
Line-112 in nn.py
The text was updated successfully, but these errors were encountered:
it's an He initialization: https://towardsdatascience.com/weight-initialization-techniques-in-neural-networks-26c649eb3b78
Sorry, something went wrong.
No branches or pull requests
Can you explain in weights, what's the purpose of this code snippet
np.sqrt(1 / self.size[i-1])
Line-112 in nn.py
The text was updated successfully, but these errors were encountered: