GPLIB++
|
The bipolar activation function is a common function in NN applications. More...
#include <BipolarActivationFunction.h>
Public Member Functions | |
virtual double | CalcOutput (const double input) |
The function that maps between the weighted sum that's the input of the neuron and the output. More... | |
virtual double | CalcDeriv (const double input) |
The derivative of the function defined in CalcOutput. More... | |
BipolarActivationFunction () | |
virtual | ~BipolarActivationFunction () |
Public Member Functions inherited from gplib::GeneralActivationFunction | |
GeneralActivationFunction () | |
virtual | ~GeneralActivationFunction () |
The bipolar activation function is a common function in NN applications.
The output is and can assume values between .
Definition at line 13 of file BipolarActivationFunction.h.
gplib::BipolarActivationFunction::BipolarActivationFunction | ( | ) |
Definition at line 8 of file BipolarActivationFunction.cpp.
|
virtual |
Definition at line 11 of file BipolarActivationFunction.cpp.
|
virtual |
The derivative of the function defined in CalcOutput.
Implements gplib::GeneralActivationFunction.
Definition at line 20 of file BipolarActivationFunction.cpp.
|
virtual |
The function that maps between the weighted sum that's the input of the neuron and the output.
Implements gplib::GeneralActivationFunction.
Definition at line 15 of file BipolarActivationFunction.cpp.