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

Description Usage Arguments Value See Also

View source: R/rbmUpdate.R

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

1
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


maddin79/darch documentation built on May 21, 2019, 10:53 a.m.