Learn R Programming

darch (version 0.9.1)

loadRBMFFWeights: Loads weigths and biases for a RBM network from a ffData file.

Description

Loads the weigths and the biases for the given RBM object from the filename given through the parameter name. See ffload for more details

Usage

loadRBMFFWeights(rbm,name)

Arguments

rbm
A instance of the class RBM.
name
The name of the file without the ending ".net".

Value

  • rbm - The RBM with the loaded weights and biases.

See Also

ffload, saveRBM, loadRBM, saveRBMFFWeights