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