TODO: Doc ...
newRBM(numVisible, numHidden, batchSize, ff = FALSE, logLevel = INFO,
genWeightFunc = generateWeights)
Number of visible units.
Number of hidden units.
Size of the batches
Indicates whether the ff
package is used for the
weights, biases and outputs
The logging level.
See setLogLevel
for details.
The function for generating the weight matrices
The new RBM object