Class Summary |
FeedForwardNeuralNetwork |
An interface for using a backpropagation feedforward neural network that is
actually implemented as a LinkedNodes object. |
HiddenNode |
Objects of this class represent the hidden nodes of a neural network. |
InputNode |
Objects of this class represent the inputs to a neural network. |
LinkedNodes |
Objects of this class represent complete backprop neural networks. |
NeuralNetworkJFrame |
Dialog box used to hold and edit the basic parameters of new feedforward neural
networks. |
OutputNode |
Objects of this class represent the outputs of a neural network. |