Documentation For Encog 2.x

ActivationTANH Class

The hyperbolic tangent activation function takes the curved shape of the hyperbolic tangent. This activation function produces both positive and negative output. Use this activation function if both negative and positive output is desired.

For a list of all members of this type, see ActivationTANH Members .

System.Object
   BasicActivationFunction
      ActivationTANH

[Serializable]
public class ActivationTANH : BasicActivationFunction

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Encog.Neural.Activation

Assembly: encog-core-cs (in encog-core-cs.dll)

See Also

ActivationTANH Members | Encog.Neural.Activation Namespace