softmaxUnit: Softmax unit function with unit derivatives.
Description
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
and the second entry is the derivative of the transfer function.
Usage
softmaxUnit(input, ...)
Arguments
input
Input for the activation function.
...
Additional parameters, not used.
Value
A list with the softmax activation in the first entry and the
derivative of the transfer function in the second entry.