Learn R Programming

darch (version 0.9.1)

getHiddenBiases: Returns the biases of the hidden units.

Description

Returns the biases of the hidden units.

Usage

getHiddenBiases(rbm)

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

Arguments

rbm
A instance of the class RBM.

Value

  • The biases of the hidden units.

See Also

RBM

RBM