Learn R Programming

darch (version 0.10.0)

setHiddenBiasesInc<-: Sets the update value for the biases of the hidden units

Description

Sets the update value for the biases of the hidden units

Usage

setHiddenBiasesInc(rbm) <- value
"setHiddenBiasesInc"(rbm) <- value

Arguments

rbm
A instance of the class RBM.
value
The update value for the biases of the hidden units.

See Also

RBM