Description Usage Arguments Value See Also Examples
View source: R/generateWeightsFunctions.R
This function is used to generate random weights and biases using runif.
1 2 3 | generateWeightsUniform(numUnits1, numUnits2,
weights.min = getParameter(".weights.min", -0.1, ...),
weights.max = getParameter(".weights.max", 0.1, ...), ...)
|
numUnits1 |
Number of units in the lower layer. |
numUnits2 |
Number of units in the upper layer. |
weights.min |
|
weights.max |
|
... |
Additional parameters, used for parameter resolution. |
Weight matrix.
Other weight generation functions: generateWeightsGlorotNormal
,
generateWeightsGlorotUniform
,
generateWeightsHeNormal
,
generateWeightsHeUniform
,
generateWeightsNormal
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.