Description Usage Arguments Value See Also
This function updates the weights and biases for an RBM
network. It is saved in the attribute updateFunction
of the
RBM
object and called from the training function
trainRBM
.
1 | rbmUpdate(rbm, matMult = getParameter(".matMult", net = rbm))
|
rbm |
A instance of the class |
matMult |
Matrix multiplication function. |
... |
Additional arguments. |
The updated RBM
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.