Learn R Programming

darch (version 0.10.0)

getVisibleBiases: Returns the biases of the visible units.

Description

Returns the biases of the visible units.

Usage

getVisibleBiases(rbm)

# S4 method for RBM getVisibleBiases(rbm)

Arguments

rbm

A instance of the class RBM.

Value

The biases of the visible units.

See Also

RBM

RBM