C# (CSharp) Encog.Neural.Prune Namespace

Classes

Name Description
HiddenLayerParams
PruneIncremental
PruneSelective Prune a neural network selectively. This class allows you to either add or remove neurons from layers of a neural network. You can also randomize or stimulate neurons. No provision is given for removing an entire layer. Removing a layer requires a totally new set of weights between the layers before and after the removed one. This essentially makes any remaining weights useless. At this point you are better off just creating a new network of the desired dimensions.