Click or drag to resize
ActivationSoftmax Field
The softmax activation function.

            {\rm{softmax}}_{\rm{i}}=\frac{{{\mathop{\rm e}\nolimits} ^{Z_i } }}
            {{\sum\limits_{j = 1}^C {e^{Z_j } } }}
.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static readonly IActivation Softmax

Field Value

Type: IActivation
See Also