Learn R Programming

darch (version 0.9.1)

getHiddenBiasesInc: Returns the update value for the biases of the hidden units.

Description

Returns the update value for the biases of the hidden units.

Usage

getHiddenBiasesInc(rbm)

## S3 method for class 'RBM': getHiddenBiasesInc(rbm)

Arguments

rbm
A instance of the class RBM.

Value

  • The update value for the biases of the hidden units.

See Also

RBM

RBM