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.
|
Class and Description |
---|
FeatureInitializer
Defines how to assign the first value of a neuron's feature.
|
Network
Neural network, composed of
Neuron instances and the links
between them. |
Neuron
Describes a neuron element of a neural network.
|
SquareNeighbourhood
Defines neighbourhood types.
|
Class and Description |
---|
FeatureInitializer
Defines how to assign the first value of a neuron's feature.
|
Network
Neural network, composed of
Neuron instances and the links
between them. |
Class and Description |
---|
Network
Neural network, composed of
Neuron instances and the links
between them. |
UpdateAction
Describes how to update the network in response to a training
sample.
|
Class and Description |
---|
FeatureInitializer
Defines how to assign the first value of a neuron's feature.
|
Network
Neural network, composed of
Neuron instances and the links
between them. |
Neuron
Describes a neuron element of a neural network.
|
SquareNeighbourhood
Defines neighbourhood types.
|
Class and Description |
---|
Neuron
Describes a neuron element of a neural network.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.