These constants represent the activation functions available within the fann library. The list will grow over time, but probably not shrink.
Constants
Execution only - Threshold activation function.
Sigmoid activation function. One of the most used activation functions.
Stepwise linear approximation to sigmoid. Faster than sigmoid but a bit less precise.
Symmetric sigmoid activation function, AKA tanh. One of the most used activation functions.