Package de.webdings.jannis.neuralnet
BiNeuron | BiNeuron is a concrete subclass of Neuron . |
Coordinator | Coordinator is used to manage the activites of a
feed-forward neural net. |
NeuralNet | NeuralNet is a wrapper for the actual neural net that is
represented in layers .
It provides functionality for setting up, using, training
and reconfiguring the net easily as well as saving it
to an NNML file. |
Neuron | Neurons are the basic units that compose neural nets. |
NeuronIDFinder | NeuronIDFinder is used to find the ID of a given neuron
in a net. |
Pattern | Pattern is used represent an input pattern or output
pattern a neural net processes or produces. |
PatternConverter | PatternConverter is used to convert
java.lang.String s to arrays of Pattern s
and vice versa. |
PatternGiver | PatternGiver is used to present a NeuralNet with
an input Pattern . |
PatternReader | PatternReader is used to read the output
produced by a NeuralNet . |
Synapse | Synapse is used to represent a connection between
two Neuron s. |
Teacher | Teacher is used to train a neural net. |
TrainingCoordinator | TrainingCoordinator is a subclass of Coordinator . |
WeightRandomizer | WeightRandomizer is used to generate random synapse weights. |
© 2005 by Stefan Thesing;
Verbatim copying and redistribution of this entire page are permitted provided this notice is preserved.