The softplus function, defined by.
More...
|
| static double | Deriv (const double y) |
| | Computes the first derivative of the softplus function. More...
|
| |
| template<typename InputType , typename OutputType > |
| static void | Deriv (const InputType &y, OutputType &x) |
| | Computes the first derivatives of the softplus function. More...
|
| |
| static double | Fn (const double x) |
| | Computes the softplus function. More...
|
| |
| template<typename InputType , typename OutputType > |
| static void | Fn (const InputType &x, OutputType &y) |
| | Computes the softplus function. More...
|
| |
| static double | Inv (const double y) |
| | Computes the inverse of the softplus function. More...
|
| |
| template<typename InputType , typename OutputType > |
| static void | Inv (const InputType &y, OutputType &x) |
| | Computes the inverse of the softplus function. More...
|
| |
The softplus function, defined by.
Definition at line 43 of file softplus_function.hpp.
| static double Deriv |
( |
const double |
y | ) |
|
|
inlinestatic |
Computes the first derivative of the softplus function.
- Parameters
-
- Returns
- f'(x)
Definition at line 81 of file softplus_function.hpp.
| static void Deriv |
( |
const InputType & |
y, |
|
|
OutputType & |
x |
|
) |
| |
|
inlinestatic |
Computes the first derivatives of the softplus function.
- Parameters
-
| y | Input data. |
| x | The resulting derivatives. |
Definition at line 93 of file softplus_function.hpp.
| static double Fn |
( |
const double |
x | ) |
|
|
inlinestatic |
| static void Fn |
( |
const InputType & |
x, |
|
|
OutputType & |
y |
|
) |
| |
|
inlinestatic |
| static double Inv |
( |
const double |
y | ) |
|
|
inlinestatic |
| static void Inv |
( |
const InputType & |
y, |
|
|
OutputType & |
x |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: