Description Usage Arguments See Also
Pre-trains a DArch
network
1 2 3 4 | ## S4 method for signature 'DArch'
preTrainDArch(darch, dataSet, dataSetValid = NULL,
numEpochs = 1, numCD = 1, lastLayer = 0, isClass = F,
consecutive = T, ...)
|
darch |
A instance of the class |
dataSet |
|
dataSetValid |
|
numEpochs |
The number of epochs |
numCD |
The number of CD iterations |
lastLayer |
Numeric indicating after which layer to stop training. |
isClass |
Whether to test pre-trained networks against target data |
consecutive |
Whether to train RBMs consecutively instead of each one epoch at a time. |
... |
Additional parameters for the function |
preTrainDArch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.