예제 #1
0
파일: mlp.cpp 프로젝트: kenoir/mlp
void mlp::layersUpdate(){
  outputLayer->neuronUpdate();
  hiddenLayer->neuronUpdate();
}