|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectneuronespack.Reseau
neuronespack.ReseauFF
neuronespack.ReseauBP
bprecchiffreapp.ReseauBPRecChiffre
Title: Réseau BP reconnaissance chiffres
Description: Réseau BP pour la reconnaissance de chiffres.
Field Summary | |
(package private) double[][] |
donneesApprentissage
Tableau des données d'apprentissage |
static double |
ETA
|
(package private) static int |
it
Itération |
static int |
MAX_NEURONES
|
(package private) int |
maxIteration
Nb maximum d'itérations autorisées |
static double |
MOMENT
|
static int |
NB_COUCHES_CACHEES
|
static int |
NON_RECONNU
|
(package private) BPRecChiffreProcess |
processBP
Pointeur sur processus |
(package private) double |
seuilConvergence
Seuil de convergence (erreur totale acceptable) |
static int[] |
TAILLE_COUCHES_CACHEES
|
Fields inherited from class neuronespack.Reseau |
CNX_BIAIS, CNX_COUCHE, CNX_ENTREE, CNX_SORTIE |
Constructor Summary | |
ReseauBPRecChiffre(BPRecChiffreProcess p,
int nbcc,
int[] tailleCouches,
double eta,
double moment)
Construit le réseau au sein d'un processus |
Method Summary | |
void |
apprentissage()
Apprentissage |
double |
iteration()
Itération. |
int |
reconnaissance(double[] val)
Reconnaissance |
Methods inherited from class neuronespack.ReseauBP |
apprend, calcErreurCachee, calcErreurSortie, construitReseau, construitReseau, corrigePoids, getMomentum, setMomentum |
Methods inherited from class neuronespack.ReseauFF |
ajouteCouche, getEta, propagation, setEta |
Methods inherited from class neuronespack.Reseau |
addCouche, ajouteConnexionsBiais, ajouteConnexionsCouches, ajouteConnexionsEntrees, ajouteConnexionsSorties, construitConnexionsBiais, construitConnexionsCouches, construitConnexionsCouchesComplete, construitConnexionsEntrees, construitConnexionsEntreesDirectes, construitConnexionsSorties, construitConnexionsSortiesDirectes, getConnexions, getCouche, getDonneesCourantes, getLeBiais, getLesConnexions, getLesCouches, getNbCouches, getResultats, setDonneesCourantes, setFichierEntree, setFichierResultat, setPoidsConnexions, setResultat |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int NON_RECONNU
public static int NB_COUCHES_CACHEES
public static int[] TAILLE_COUCHES_CACHEES
public static double ETA
public static double MOMENT
public static int MAX_NEURONES
static int it
BPRecChiffreProcess processBP
int maxIteration
double seuilConvergence
double[][] donneesApprentissage
Constructor Detail |
public ReseauBPRecChiffre(BPRecChiffreProcess p, int nbcc, int[] tailleCouches, double eta, double moment)
Method Detail |
public void apprentissage()
public int reconnaissance(double[] val)
public double iteration()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |