loadRBMFFWeights: Loads weights and biases for a RBM network from a ffData file.
Description
Loads the weights 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.