Interface that defines a neural network.
For a list of all members of this type, see INetwork Members .
| Type | Description |
|---|---|
| BasicNetwork | 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. |
Namespace: Encog.Neural.Networks
Assembly: encog-core-cs (in encog-core-cs.dll)