Vector.Log Soft Max Into<T> Method
Computes the logarithm of the softmax function of a vector.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
The logarithm of the softmax function applied to vector.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public static Vector<T> LogSoftMaxInto<T>(
Vector<T> vector,
Vector<T>? result
)
Parameters
Type Parameters
- T
Return Value
Vector<T>The logarithm of the softmax function applied to vector.
Exceptions
Argument | vector is null. |