Activation Functions

Name

Activation Functions -- Constants representing activation functions.

Description

These constants represent the activation functions available within the fann library. The list will grow over time, but probably not shrink.

Constants

FANN_THRESHOLD

Execution only - Threshold activation function.

FANN_SIGMOID

Sigmoid activation function. One of the most used activation functions.

FANN_SIGMOID_STEPWISE

Stepwise linear approximation to sigmoid. Faster than sigmoid but a bit less precise.

FANN_SIGMOID_SYMMETRIC

Symmetric sigmoid activation function, AKA tanh. One of the most used activation functions.


SourceForge.net Logo