| Documentation For Encog 2.x |
|
Encog.Neural.Networks.Prune Namespace
Namespace Hierarchy
Classes
| Class |
Description |
|
HiddenLayerParams
|
Specifies the minimum and maximum neuron counts for a layer. |
|
PruneIncremental
|
This class is used to help determine the optimal configuration for the hidden
layers of a neural network. It can accept a pattern, which specifies the type
of neural network to create, and a list of the maximum and minimum hidden
layer neurons. It will then attempt to train the neural network at all
configurations and see which hidden neuron counts work the best.
@author jheaton |
|
PruneSelective
|
Prune a neural network selectivly. This class allows you to either add or remove neurons from layers of a neural network. |
Enumerations
| Enumeration |
Description |
|
NetworkPattern
|
Specify which network pattern to use. |