Documentation For Encog 2.x

ContextLayer Class

Implements a context layer. A context layer is used to implement a simple recurrent neural network, such as an Elman or Jordan neural network. The context layer has a short-term memory. The context layer accept input, and provide the same data as output on the next cycle. This continues, and the context layer's output "one step" out of sync with the input.

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

System.Object
   BasicLayer
      ContextLayer

public class ContextLayer : BasicLayer

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.Networks.Layers

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

See Also

ContextLayer Members | Encog.Neural.Networks.Layers Namespace