Learn R Programming

darch (version 0.10.0)

getLearnRateBiasVisible: Returns the learning rate for the visible biases.

Description

Returns the learning rate for the visible biases.

Usage

getLearnRateBiasVisible(rbm)

# S4 method for RBM getLearnRateBiasVisible(rbm)

Arguments

rbm

A instance of the class RBM.

Value

The learning rate for the visible biases

See Also

RBM

RBM