|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.neuroph.core | |
---|---|
org.neuroph.core | Provides base classes and basic building components for neural networks. |
org.neuroph.core.input | Provides common neuron input functions |
org.neuroph.core.learning | Provides base classes for neural network learning algorithms. |
org.neuroph.nnet | Provides out-of-the-box neural networks |
org.neuroph.nnet.comp | Provides components for the specific neural network models. |
org.neuroph.nnet.comp.layer | Provides various specific layer types |
org.neuroph.nnet.comp.neuron | Provides various specific neuron types |
org.neuroph.nnet.learning | Provides implementations of specific neural network learning algorithms. |
org.neuroph.util | Provides various utility classes for creating neural networks, type codes, parsing vectors, etc. |
org.neuroph.util.io | Provides input/output adapters for file, JDBC, URL, stream |
org.neuroph.util.plugins | Provides various plugins for neural networks. |
org.neuroph.util.random | Provides weights randomization techniques |
Classes in org.neuroph.core used by org.neuroph.core | |
---|---|
Connection
Weighted connection to another neuron. |
|
Layer
Layer of neurons in a neural network. |
|
NeuralNetwork
Base class for artificial neural networks. |
|
Neuron
Basic general neuron model according to McCulloch-Pitts neuron model. |
|
Weight
Neuron connection weight. |
Classes in org.neuroph.core used by org.neuroph.core.input | |
---|---|
Connection
Weighted connection to another neuron. |
Classes in org.neuroph.core used by org.neuroph.core.learning | |
---|---|
NeuralNetwork
Base class for artificial neural networks. |
Classes in org.neuroph.core used by org.neuroph.nnet | |
---|---|
NeuralNetwork
Base class for artificial neural networks. |
Classes in org.neuroph.core used by org.neuroph.nnet.comp | |
---|---|
Connection
Weighted connection to another neuron. |
|
Neuron
Basic general neuron model according to McCulloch-Pitts neuron model. |
Classes in org.neuroph.core used by org.neuroph.nnet.comp.layer | |
---|---|
Layer
Layer of neurons in a neural network. |
Classes in org.neuroph.core used by org.neuroph.nnet.comp.neuron | |
---|---|
Connection
Weighted connection to another neuron. |
|
Neuron
Basic general neuron model according to McCulloch-Pitts neuron model. |
Classes in org.neuroph.core used by org.neuroph.nnet.learning | |
---|---|
NeuralNetwork
Base class for artificial neural networks. |
|
Neuron
Basic general neuron model according to McCulloch-Pitts neuron model. |
|
Weight
Neuron connection weight. |
Classes in org.neuroph.core used by org.neuroph.util | |
---|---|
Layer
Layer of neurons in a neural network. |
|
NeuralNetwork
Base class for artificial neural networks. |
|
Neuron
Basic general neuron model according to McCulloch-Pitts neuron model. |
|
Weight
Neuron connection weight. |
Classes in org.neuroph.core used by org.neuroph.util.io | |
---|---|
NeuralNetwork
Base class for artificial neural networks. |
Classes in org.neuroph.core used by org.neuroph.util.plugins | |
---|---|
NeuralNetwork
Base class for artificial neural networks. |
Classes in org.neuroph.core used by org.neuroph.util.random | |
---|---|
NeuralNetwork
Base class for artificial neural networks. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |