Sigmoid activation function for TNeuron. This really simple implementation uses TFormulas and should probably be replaced with something more efficient later.
constructor for sigmoid normalized in [0,1]
destructor
evaluate the sigmoid
evaluate the derivative of the sigmoid
get expressions for the sigmoid and its derivatives
writes the sigmoid activation function source code
minimum of the range of the activation function
{ return 0; }
maximum of the range of the activation function
{ return 1; }