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