Пример #1
0
 public void UpdateWeights(IWeightUpdater weightUpdater)
 {
     OutputLayer.UpdateWeights(weightUpdater);
     HiddenLayer.UpdateWeights(weightUpdater);
 }