Documentation For Encog 2.x

ActivationLinear Class

The Linear layer is really not an activation function at all. The input is simply passed on, unmodified, to the output. This activation function is primarily theoretical and of little actual use. Usually an activation function that scales between 0 and 1 or -1 and 1 should be used.

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

System.Object
   BasicActivationFunction
      ActivationLinear

public class ActivationLinear : 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

ActivationLinear Members | Encog.Neural.Activation Namespace