Classes in org.joone.engine.learning used by org.joone.engine.learning |
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. |