Package org.apache.commons.math4.neuralnet
Neural networks.
-
Interface Summary Interface Description DistanceMeasure Interface for distance measures between two n-dimensional vectors.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 EuclideanDistance Euclidean distance measures of n-dimensional vectors.FeatureInitializerFactory Creates functions that will select the initial values of a neuron's features.MapRanking Utility for ranking the units (neurons) of a network.MapUtils Utilities for network maps.Network Neural network, composed ofNeuron
instances and the links between them.Neuron Describes a neuron element of a neural network. -
Enum Summary Enum Description SquareNeighbourhood Defines neighbourhood types.