This class implements a neural network. This class works in conjunction the Layer classes. Layers are added to the BasicNetwork to specify the structure of the neural network. The first layer added is the input layer, the layer added is the output layer. Any layers added between these two layers are the hidden layers. The network structure is stored in the structure member. It is important to call: network.getStructure().FinalizeStructure(); Once the neural network has been completely constructed.
For a list of all members of this type, see BasicNetwork Members .
System.Object
BasicNetwork
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
Assembly: encog-core-cs (in encog-core-cs.dll)