Documentation For Encog 2.x

FeedForwardPattern Class

Used to create feedforward neural networks. A feedforward network has an input and output layers separated by zero or more hidden layers. The feedforward neural network is one of the most common neural network patterns.

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

System.Object
   FeedForwardPattern

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

FeedForwardPattern Members | Encog.Neural.Networks.Pattern Namespace