SuperNN
1.0.0
|
Activation functions were not implemented in an OO way due to performance. More...
Static Public Member Functions | |
static double | activation (const Neuron &neuron) |
static double | derivative (const Neuron &neuron) |
Activation functions were not implemented in an OO way due to performance.
Sigmoid function. Span: [0, 1].
Definition at line 37 of file activation.hpp.
|
inlinestatic |
Definition at line 39 of file activation.hpp.
|
inlinestatic |
Definition at line 44 of file activation.hpp.