Package org.apache.commons.math3.ml.neuralnet
Neural networks.
-
Interface Summary Interface Description FeatureInitializer Defines how to assign the first value of a neuron's feature.UpdateAction Describes how to update the network in response to a training sample. -
Class Summary Class Description FeatureInitializerFactory Creates functions that will select the initial values of a neuron's features.MapUtils Utilities for network maps.Network Neural network, composed ofNeuron
instances and the links between them.Network.NeuronIdentifierComparator Comparator that prescribes an order of the neurons according to the increasing order of their identifier.Neuron Describes a neuron element of a neural network. -
Enum Summary Enum Description SquareNeighbourhood Defines neighbourhood types.