Learn R Programming

darch (version 0.9.1)

getVisibleBiasesInc: Returns the update value for the biases of the visible units.

Description

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

Usage

getVisibleBiasesInc(rbm)

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

Arguments

rbm
A instance of the class RBM.

Value

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

See Also

RBM

RBM