1 namespace SpikingNeuronNetwork.Lib.Training
 
   14             throw new NotImplementedException();
 
Training Algorithm Interface 
 
Error Derivative Parameters Interface 
 
Training Statistics Class 
 
void UpdateWeights(TrainingStats trainingStats, IErrorDerivativeParameters errorDerivativeParameters, IErrorDerivativeParameters previousErrorDerivativeParameters)
Update the weights in the current network according to the training algorithm 
 
Quick Prop Training Class, inherits from ITrainingAlgorithm