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
.Arguments
rbm
A instance of the class RBM
.