コード例 #1
0
ファイル: mlp.cpp プロジェクト: kenoir/mlp
void mlp::layersUpdate(){
  outputLayer->neuronUpdate();
  hiddenLayer->neuronUpdate();
}