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