If dropout was disabled, runDArch
will be called instead.
runDArchDropout(darch, data, inputLayer = 1,
outputLayer = length(darch@layers), matMult = getParameter(".matMult"),
dropout = getParameter(".darch.dropout"),
iterations = getParameter(".darch.dropout.momentMatching"))
The input data to execute the darch on.
Into which layer the given data is to be fed. Absolute number starting at 1 for the input layer.
The output of which layer is to be returned, absolute number starting a 0 for the input layer (i.e. pre-processed data is returned).
Function to use for matrix multiplication.
Dropout rates for the layers.
If greater than 0, the numbr of iterations to use for moment matching dropout inference.
The network output.
Other darch execute functions: runDArch