Click or drag to resize
Accord.NET (logo)

SpecialSoftmax Method

Overload List
  NameDescription
Public methodStatic memberSoftmax(Double)
Computes the Softmax function (also known as normalized Exponencial function) that "squashes"a vector or arbitrary real values into a vector of real values in the range (0, 1) that add up to 1.
Public methodStatic memberSoftmax(Double, Double)
Computes the Softmax function (also known as normalized Exponencial function) that "squashes"a vector or arbitrary real values into a vector of real values in the range (0, 1) that add up to 1.
Top
See Also