C# Класс numl.Math.Functions.Softmax

Softmax function
Наследование: IFunction
Показать файл Открыть проект

Открытые методы

Метод Описание
Compute ( Vector x ) : Vector

Returns a softmax function vector from the supplied inputs.

Compute ( double x ) : double

Not used.

Derivative ( Vector x ) : Vector

Computes the derivation of the softmax function.

Derivative ( double x ) : double

Not used.

Minimize ( Vector x ) : double

Returns the maximum value index of the computed softmax vector.

Описание методов

Compute() публичный Метод

Returns a softmax function vector from the supplied inputs.
public Compute ( Vector x ) : Vector
x numl.Math.LinearAlgebra.Vector
Результат numl.Math.LinearAlgebra.Vector

Compute() публичный Метод

Not used.
public Compute ( double x ) : double
x double
Результат double

Derivative() публичный Метод

Computes the derivation of the softmax function.
public Derivative ( Vector x ) : Vector
x numl.Math.LinearAlgebra.Vector
Результат numl.Math.LinearAlgebra.Vector

Derivative() публичный Метод

Not used.
public Derivative ( double x ) : double
x double
Результат double

Minimize() публичный Метод

Returns the maximum value index of the computed softmax vector.
public Minimize ( Vector x ) : double
x numl.Math.LinearAlgebra.Vector Vector.
Результат double