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 static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: Encog.Neural.Networks.Layers
Assembly: encog-core-cs (in encog-core-cs.dll)
ContextLayer Members | Encog.Neural.Networks.Layers Namespace