darch (version 0.12.0)

rbmUpdate: Function for updating the weights and biases of an RBM

Description

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.

Usage

rbmUpdate(rbm, matMult = getParameter(".matMult", net = rbm))

Arguments

rbm

A instance of the class '>RBM.

matMult

Matrix multiplication function.

...

Additional arguments.

Value

The updated '>RBM.

See Also

'>RBM