Description Usage Arguments Value References See Also Examples
View source: R/generateWeightsFunctions.R
This function is used to generate random weights and biases using He uniform weight initialization as described in He et al., http://arxiv.org/abs/1502.01852.
1 | generateWeightsHeUniform(numUnits1, numUnits2, ...)
|
numUnits1 |
Number of units in the lower layer. |
numUnits2 |
Number of units in the upper layer. |
... |
Additional parameters, used for parameter resolution and passed
to |
Weight matrix.
He, Kaiming, Xiangyu Zhang, Shaoqing Ren, and Jian Sun (2015). "Delving Deep into Rectifiers: Surpassing Human-Level Performance on ImageNet Classification". In: CoRR abs/1502.01852. URL: http://arxiv.org/abs/1502.01852
Other weight generation functions: generateWeightsGlorotNormal
,
generateWeightsGlorotUniform
,
generateWeightsHeNormal
,
generateWeightsNormal
,
generateWeightsUniform
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.