Имя | Описание |
---|---|
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. |
PruneSelective | Prune a neural network selectivly. This class allows you to either add or remove neurons from layers of a neural network. |