The Mish function, defined by. More...
Static Public Member Functions | |
static double | Deriv (const double y) |
Computes the first derivative of the Mish function. More... | |
template < typename InputVecType , typename OutputVecType > | |
static void | Deriv (const InputVecType &y, OutputVecType &x) |
Computes the first derivatives of the Mish function. More... | |
static double | Fn (const double x) |
Computes the Mish function. More... | |
template < typename InputVecType , typename OutputVecType > | |
static void | Fn (const InputVecType &x, OutputVecType &y) |
Computes the Mish function. More... | |
|
inlinestatic |
Computes the first derivative of the Mish function.
y | Input data. |
Definition at line 74 of file mish_function.hpp.
|
inlinestatic |
Computes the first derivatives of the Mish function.
y | Input data. |
x | The resulting derivatives. |
Definition at line 88 of file mish_function.hpp.
|
inlinestatic |
Computes the Mish function.
x | Input data. |
Definition at line 49 of file mish_function.hpp.
|
inlinestatic |
Computes the Mish function.
x | Input data. |
y | The resulting output activation. |
Definition at line 62 of file mish_function.hpp.