1 #ifndef CBIPOLARACTIVATIONFUNCTION_H
2 #define CBIPOLARACTIVATIONFUNCTION_H
17 virtual double CalcDeriv(
const double input);
23 #endif // CBIPOLARACTIVATIONFUNCTION_H
virtual double CalcDeriv(const double input)
The derivative of the function defined in CalcOutput.
BipolarActivationFunction()
virtual double CalcOutput(const double input)
The function that maps between the weighted sum that's the input of the neuron and the output...
virtual ~BipolarActivationFunction()
The base class for all activation functions in neural network.
The bipolar activation function is a common function in NN applications.