Documentation For Encog 2.x

HopfieldPattern Class

Create a Hopfield pattern. A Hopfield neural network has a single layer that functions both as the input and output layers. There are no hidden layers. Hopfield networks are used for basic pattern recognition. When a Hopfield network recognizes a pattern, it "echos" that pattern on the output.

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

System.Object
   HopfieldPattern

public class HopfieldPattern : INeuralNetworkPattern

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.Pattern

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

See Also

HopfieldPattern Members | Encog.Neural.Networks.Pattern Namespace