Learn R Programming

darch (version 0.9.1)

resetRBM: Resets the weights and biases of the RBM object

Description

This function resets the weights and biases of the RBM object.

Usage

resetRBM(rbm)

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

Arguments

rbm
A instance of the class RBM.

See Also

RBM