Uses of Class
org.joone.engine.learning.AbstractTeacherSynapse

Packages that use AbstractTeacherSynapse
org.joone.engine.learning   
 

Uses of AbstractTeacherSynapse in org.joone.engine.learning
 

Subclasses of AbstractTeacherSynapse in org.joone.engine.learning
 class FahlmanTeacherSynapse
           This class extends the normal Teacher synapse and implements the Fahlman 40-20-40 criterion (the values can be changed).
 class 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.
 

Fields in org.joone.engine.learning declared as AbstractTeacherSynapse
protected  AbstractTeacherSynapse TeachingSynapse.theTeacherSynapse
           
 

Methods in org.joone.engine.learning that return AbstractTeacherSynapse
 AbstractTeacherSynapse TeachingSynapse.getTheTeacherSynapse()
           
 



Submit Feedback to pmarrone@users.sourceforge.net