Description Usage Arguments See Also
Fine tuning function for the deep architecture
1 2 3 4 5 6 | ## S4 method for signature 'DArch'
fineTuneDArch(darch, dataSet, dataSetValid = NULL,
numEpochs = 1, isClass = TRUE, stopErr = -Inf, stopClassErr = 101,
stopValidErr = -Inf, stopValidClassErr = 101,
shuffleTrainData = getParameter(".shuffleTrainData", T),
debugMode = getParameter(".debug", F), ...)
|
darch |
A instance of the class |
dataSet |
|
dataSetValid |
|
numEpochs |
The number of training iterations |
isClass |
Indicates whether the training is for a classification net.
When |
stopErr |
Stop criteria for the error on the train data. Default is
|
stopClassErr |
Stop criteria for the classification error on the train
data. Default is |
stopValidErr |
Stop criteria for the error on the validation data.
Default is |
stopValidClassErr |
Stop criteria for the classification error on the
validation data. Default is |
shuffleTrainData |
Whether to shuffle train data before each epoch. |
debugMode |
Whether to enable debug mode, internal parameter. |
... |
Additional parameters for the training function |
fineTuneDArch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.