| Package | Description |
|---|---|
| org.joone.engine.learning | |
| org.joone.net |
| Class and Description |
|---|
| AbstractTeacherSynapse
This class provides a framework to extend in order to implement various teachers,
just by overriding or implementing certain functions different functionality can
easily implemented.
|
| ComparingElement
This interface describes an element that can compare the output of the layer to which it
is connected, with another input derivating from a StreamInputSynapse named 'desired'.
|
| ComparisonSynapse
Final element of a neural network; it permits to compare
the outcome of the neural net and the input patterns
from a StreamInputSynapse connected to the 'desired'
property.
|
| TeacherSynapse
Final element of a neural network; it permits to calculate
both the error of the last training cycle and the vector
containing the error pattern to apply to the net to
calculate the backprop algorithm.
|
| Class and Description |
|---|
| ComparingElement
This interface describes an element that can compare the output of the layer to which it
is connected, with another input derivating from a StreamInputSynapse named 'desired'.
|
Submit Feedback to pmarrone@users.sourceforge.net