Learn R Programming

darch (version 0.9.1)

loadRBM: Loads a RBM network

Description

Loads the RBM object from the filename given through the parameter name plus the ending ".net".

Usage

loadRBM(name="rbm")

Arguments

name
The name of the file without the ending ".net".

Value

  • rbm - The loaded RBM

Details

Make sure when you load a RBM object that every file written by the saveRBM-Funktion, specially when the parameter ff of the saved RBM object is TRUE, are in the working directory

See Also

saveRBM, loadRBMFFWeights, saveRBMFFWeights