gestion_reseau
Class AlgoRetropropagation

java.lang.Object
  extended bygestion_reseau.AlgoRetropropagation
All Implemented Interfaces:
java.lang.Runnable

public class AlgoRetropropagation
extends java.lang.Object
implements java.lang.Runnable

Implemente l'algorithme de retropropagation pour l'apprentissage du reseau


Constructor Summary
AlgoRetropropagation(Reseau _reseau, GestionImages _gestionImages, InfoApprentissage[] _info)
           
 
Method Summary
 void apprentissage()
          Apprentissage du reseau avec l'algorithme de retropropagation du gradient
 void run()
           
 float testReconnaissance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlgoRetropropagation

public AlgoRetropropagation(Reseau _reseau,
                            GestionImages _gestionImages,
                            InfoApprentissage[] _info)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

apprentissage

public void apprentissage()
Apprentissage du reseau avec l'algorithme de retropropagation du gradient


testReconnaissance

public float testReconnaissance()