Description Usage Arguments Value See Also Examples
View source: R/weightUpdateFunctions.R
Multiplies the weights by (1 - weightDecay
) before applying the
scheduled weight changes.
1 2 3 | weightDecayWeightUpdate(darch, layerIndex, weightsInc, biasesInc, ...,
weightDecay = getParameter(".darch.weightDecay", 0, darch),
debug = getParameter(".debug", F, darch))
|
darch |
DArch instance. |
layerIndex |
Layer index within the network. |
weightsInc |
Matrix containing scheduled weight updates from the fine-tuning algorithm. |
biasesInc |
Bias weight updates. |
... |
Additional parameters, not used. |
weightDecay |
Weights are multiplied by (1 - |
debug |
Internal debugging flag. |
updated weights
Other weight update functions: maxoutWeightUpdate
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.