The function calculates the activation of the units and returns a list, in which the first entry is the result through the maxout transfer function and the second entry is the derivative of the transfer function.
maxoutUnitDerivative(data, weights)
The data matrix for the calculation
The weight and bias matrix for the calculation
A list with the maxout activation in the first entry and the derivative of the transfer function in the second entry
Configuration of the poolSize
possible via the global option
darch.unitFunction.maxout.poolSize
.
Other DArch unit functions: binSigmoidUnit
;
linearUnitDerivative
;
linearUnit
;
sigmoidUnitDerivative
;
sigmoidUnit
;
softmaxUnitDerivative
;
softmaxUnit
;
tanSigmoidUnitDerivative
;
tanSigmoidUnit