Exemplo n.º 1
0
Arquivo: mlp.cpp Projeto: kenoir/mlp
void mlp::layersUpdate(){
  outputLayer->neuronUpdate();
  hiddenLayer->neuronUpdate();
}