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