Interface | Description |
---|---|
NeuralMethod |
This is an interface used to create classes that can be used by the
neuralnode to perform all it's computations.
|
Class | Description |
---|---|
LinearUnit |
This can be used by the
neuralnode to perform all it's computations (as a Linear unit).
|
NeuralConnection |
Abstract unit in a NeuralNetwork.
|
NeuralNode |
This class is used to represent a node in the neuralnet.
|
SigmoidUnit |
This can be used by the
neuralnode to perform all it's computations (as a sigmoid unit).
|