'>DArch
networkThis function pre-trains a '>DArch
network with the
contrastive divergence method
preTrainDArch(darch, dataSet, dataSetValid = NULL, numEpochs = 1,
numCD = 1, lastLayer = 0, isClass = F, consecutive = T, ...)
The number of epochs
The number of CD iterations
Numeric indicating after which layer to stop training.
Whether to test pre-trained networks against target data
Whether to train RBMs consecutively instead of each one epoch at a time.
Additional parameters for the function trainRBM
The function runs for every '>RBM
in the
attribute rbmList
the training function trainRBM
copies after the training the weights and biases into the corresponding
layer of the '>DArch
network.
'>DArch
, '>RBM
,
trainRBM