Vector.Soft Max<T> Method
Computes the softmax function of a vector.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.7
C#
The softmax function applied to vector.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.7
public static Vector<T> SoftMax<T>(
Vector<T> vector
)
Parameters
- vector Vector<T>
- A vector.
Type Parameters
- T
Return Value
Vector<T>The softmax function applied to vector.
Exceptions
Argument | vector is null. |