Uses of Package
org.apache.commons.math3.ml.neuralnet
-
Packages that use org.apache.commons.math3.ml.neuralnet Package Description org.apache.commons.math3.ml.neuralnet Neural networks.org.apache.commons.math3.ml.neuralnet.oned One-dimensional neural networks.org.apache.commons.math3.ml.neuralnet.sofm Self Organizing Feature Map.org.apache.commons.math3.ml.neuralnet.twod Two-dimensional neural networks.org.apache.commons.math3.ml.neuralnet.twod.util Utilities to visualize two-dimensional neural networks. -
Classes in org.apache.commons.math3.ml.neuralnet used by org.apache.commons.math3.ml.neuralnet Class Description FeatureInitializer Defines how to assign the first value of a neuron's feature.Network Neural network, composed ofNeuron
instances and the links between them.Neuron Describes a neuron element of a neural network.SquareNeighbourhood Defines neighbourhood types. -
Classes in org.apache.commons.math3.ml.neuralnet used by org.apache.commons.math3.ml.neuralnet.oned Class Description FeatureInitializer Defines how to assign the first value of a neuron's feature.Network Neural network, composed ofNeuron
instances and the links between them. -
Classes in org.apache.commons.math3.ml.neuralnet used by org.apache.commons.math3.ml.neuralnet.sofm Class Description Network Neural network, composed ofNeuron
instances and the links between them.UpdateAction 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.twod Class Description FeatureInitializer Defines how to assign the first value of a neuron's feature.Network Neural network, composed ofNeuron
instances and the links between them.Neuron Describes a neuron element of a neural network.SquareNeighbourhood Defines neighbourhood types. -
Classes in org.apache.commons.math3.ml.neuralnet used by org.apache.commons.math3.ml.neuralnet.twod.util Class Description Neuron Describes a neuron element of a neural network.