TRANSFER_FUNCTION - adam-nnl/ANNeML GitHub Wiki
TRANSFER_FUNCTION attribute for LAYER elements
Required integer value represents the transfer function applied to NEURODE children elements in the LAYER
Allowed values:
- "1" represents a hyperbolic tangent transfer function, ranging between -1.0 and 1.0
- "2" represents a logistic sigmoid transfer function, ranging between 0.0 and 1.0