Learn R Programming

darch (version 0.10.0)

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)

# S4 method for RBM resetRBM(rbm)

Arguments

rbm

A instance of the class RBM.

See Also

RBM