Learn R Programming

darch (version 0.9.1)

getVisibleBiases: Returns the biases of the visible units.

Description

Returns the biases of the visible units.

Usage

getVisibleBiases(rbm)

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

Arguments

rbm
A instance of the class RBM.

Value

  • The biases of the visible units.

See Also

RBM

RBM