The softsign function, defined by.
More...
|
| static double | Deriv (const double y) |
| | Computes the first derivative of the softsign function. More...
|
| |
| template<typename InputVecType , typename OutputVecType > |
| static void | Deriv (const InputVecType &y, OutputVecType &x) |
| | Computes the first derivatives of the softsign function. More...
|
| |
| static double | Fn (const double x) |
| | Computes the softsign function. More...
|
| |
| template<typename InputVecType , typename OutputVecType > |
| static void | Fn (const InputVecType &x, OutputVecType &y) |
| | Computes the softsign function. More...
|
| |
| static double | Inv (const double y) |
| | Computes the inverse of the softsign function. More...
|
| |
| template<typename InputVecType , typename OutputVecType > |
| static void | Inv (const InputVecType &y, OutputVecType &x) |
| | Computes the inverse of the softsign function. More...
|
| |
The softsign function, defined by.
Definition at line 47 of file softsign_function.hpp.
| static double Deriv |
( |
const double |
y | ) |
|
|
inlinestatic |
Computes the first derivative of the softsign function.
- Parameters
-
- Returns
- f'(x)
Definition at line 84 of file softsign_function.hpp.
| static void Deriv |
( |
const InputVecType & |
y, |
|
|
OutputVecType & |
x |
|
) |
| |
|
inlinestatic |
Computes the first derivatives of the softsign function.
- Parameters
-
| y | Input activations. |
| x | The resulting derivatives. |
Definition at line 96 of file softsign_function.hpp.
| static double Fn |
( |
const double |
x | ) |
|
|
inlinestatic |
| static void Fn |
( |
const InputVecType & |
x, |
|
|
OutputVecType & |
y |
|
) |
| |
|
inlinestatic |
| static double Inv |
( |
const double |
y | ) |
|
|
inlinestatic |
| static void Inv |
( |
const InputVecType & |
y, |
|
|
OutputVecType & |
x |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: