Uses of Package
org.apache.commons.math3.ml.neuralnet
Packages that use org.apache.commons.math3.ml.neuralnet
Package
Description
Neural networks.
One-dimensional neural networks.
Self Organizing Feature Map.
Two-dimensional neural networks.
Utilities to visualize two-dimensional neural networks.
-
Classes in org.apache.commons.math3.ml.neuralnet used by org.apache.commons.math3.ml.neuralnetClassDescriptionDefines how to assign the first value of a neuron's feature.Neural network, composed of
Neuron
instances and the links between them.Describes a neuron element of a neural network.Defines neighbourhood types. -
Classes in org.apache.commons.math3.ml.neuralnet used by org.apache.commons.math3.ml.neuralnet.onedClassDescriptionDefines how to assign the first value of a neuron's feature.Neural network, composed of
Neuron
instances and the links between them. -
Classes in org.apache.commons.math3.ml.neuralnet used by org.apache.commons.math3.ml.neuralnet.sofmClassDescriptionNeural network, composed of
Neuron
instances and the links between them.Describes how to update the network in response to a training sample. -
Classes in org.apache.commons.math3.ml.neuralnet used by org.apache.commons.math3.ml.neuralnet.twodClassDescriptionDefines how to assign the first value of a neuron's feature.Neural network, composed of
Neuron
instances and the links between them.Describes a neuron element of a neural network.Defines neighbourhood types. -