Learn R Programming

darch (version 0.10.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)

Arguments

rbm

A instance of the class RBM.

Value

The updated RBM.

See Also

RBM