Description Usage Arguments Value References See Also Examples
View source: R/generateWeightsFunctions.R
This function is used to generate random weights and biases using Glorot normal weight initialization as described in Glorot & Bengio, AISTATS 2010.
1 2 | generateWeightsGlorotNormal(numUnits1, numUnits2,
weights.mean = getParameter(".weights.mean", 0, ...), ...)
|
numUnits1 |
Number of units in the lower layer. |
numUnits2 |
Number of units in the upper layer. |
weights.mean |
|
... |
Additional parameters, used for parameter resolution and passed
to |
Weight matrix.
Glorot, Xavier and Yoshua Bengio (2010). "Understanding the difficulty of training deep feedforward neural networks". In: International conference on artificial intelligence and statistics, pp. 249-256
Other weight generation functions: generateWeightsGlorotUniform
,
generateWeightsHeNormal
,
generateWeightsHeUniform
,
generateWeightsNormal
,
generateWeightsUniform
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.