[Missing <summary> documentation for N:Encog.Neural.Networks]
| C# | Visual Basic | Visual C++ |
namespace Encog.Neural.Networks
Namespace Encog.Neural.Networks
namespace Encog.Neural.Networks
| All Types | Classes | Interfaces |
| Icon | Type | Description |
|---|---|---|
| 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.
|