The ELiSH function, defined by. More...
Static Public Member Functions | |
static double | Deriv (const double y) |
Computes the first derivatives of ELiSH function. More... | |
template < typename InputVecType , typename OutputVecType > | |
static void | Deriv (const InputVecType &y, OutputVecType &x) |
Computes the first derivatives of the ELiSH function. More... | |
static double | Fn (const double x) |
Computes the ELiSH function. More... | |
template < typename InputVecType , typename OutputVecType > | |
static void | Fn (const InputVecType &x, OutputVecType &y) |
Computes the ELiSH function. More... | |
|
inlinestatic |
Computes the first derivatives of ELiSH function.
y | Input data. |
Definition at line 84 of file elish_function.hpp.
|
inlinestatic |
Computes the first derivatives of the ELiSH function.
y | Input data. |
x | The resulting derivatives. |
Definition at line 103 of file elish_function.hpp.
|
inlinestatic |
Computes the ELiSH function.
x | Input data. |
Definition at line 57 of file elish_function.hpp.
|
inlinestatic |
Computes the ELiSH function.
x | Input data. |
y | The resulting output activations. |
Definition at line 72 of file elish_function.hpp.