2 references to SoftMax
Microsoft.ML.StandardTrainers (2)
Standard\LogisticRegression\MulticlassLogisticRegression.cs (2)
257
float logZ = MathUtils.
SoftMax
(scores.AsSpan(0, _numClasses));
1245
float softmax = MathUtils.
SoftMax
(dst.Slice(0, NumberOfClasses));