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