Example #1
0
File: mlp.cpp Project: kenoir/mlp
void mlp::layersUpdate(){
  outputLayer->neuronUpdate();
  hiddenLayer->neuronUpdate();
}