#include "reseau.h" reseau::reseau(int In, int Hid, int Out) { Ocouche=OutputCouche(In,&Hcouche); Hcouche=HiddenCouche(Hid,&Ocouche); Icouche=InputCouche(Out,&Hcouche); initshm(); } reseau::~reseau() { } void reseau::forward(bool input[],bool target[]) { std::vector tmp; /* on active les couches */ for(unsigned i=0;i hidDelta; std::vector outDelta; /* Calcul des delta pour la couche OUPUT */ for(unsigned i=0;i