Encog 1.1 for DotNet
Encog.Neural.Networks Namespace
NamespacesEncog.Neural.Networks

[Missing <summary> documentation for N:Encog.Neural.Networks]

Declaration Syntax
C#Visual BasicVisual C++
namespace Encog.Neural.Networks
Namespace Encog.Neural.Networks
namespace Encog.Neural.Networks
Types
All TypesClassesInterfaces
IconTypeDescription
BasicNetwork
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 final layer added is the output layer. Any layers added between these two layers are the hidden layers.

ILayer
This interface defines all necessary methods for a neural network layer.

INetwork
Interface that defines a neural network.