Ejemplo n.º 1
0
Archivo: mlp.cpp Proyecto: kenoir/mlp
void mlp::layersUpdate(){
  outputLayer->neuronUpdate();
  hiddenLayer->neuronUpdate();
}