Learn R Programming

darch (version 0.10.0)

getLearnRateBiasHidden: Returns the learning rate for the hidden biases.

Description

Returns the learning rate for the hidden biases.

Usage

getLearnRateBiasHidden(rbm)

# S4 method for RBM getLearnRateBiasHidden(rbm)

Arguments

rbm

A instance of the class RBM.

Value

The learning rate for the hidden biases

See Also

RBM

RBM