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.Helper data structure holding a (Neuron, double) pair.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.Serialization.Describes a neuron element of a neural network.Serialization.Defines neighbourhood types.Describes how to update the network in response to a training sample.