public class SigmoidDeltaRule extends LMS
LMS,
Serialized FormmaxError, previousEpochErrorcurrentIteration, learningRate, stopConditionslisteners, neuralNetwork, trainingSet| Constructor and Description |
|---|
SigmoidDeltaRule()
Creates new SigmoidDeltaRule
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
calculateWeightChanges(double[] outputError)
This method implements weight update procedure for the whole network for
this learning rule
|
calculateWeightChangesafterEpoch, beforeEpoch, doBatchWeightsUpdate, doLearningEpoch, getErrorFunction, getMaxError, getMinErrorChange, getMinErrorChangeIterationsCount, getMinErrorChangeIterationsLimit, getPreviousEpochError, getTotalNetworkError, isBatchMode, learn, learn, learnPattern, onStart, setBatchMode, setErrorFunction, setMaxError, setMinErrorChange, setMinErrorChangeIterationsLimitdoOneLearningIteration, getCurrentIteration, getLearningRate, getMaxIterations, hasReachedStopCondition, isIterationsLimited, isPausedLearning, learn, learn, pause, resume, setLearningRate, setMaxIterationsaddListener, fireLearningEvent, getNeuralNetwork, getTrainingSet, isStopped, onStop, removeListener, setNeuralNetwork, setTrainingSet, stopLearningprotected void calculateWeightChanges(double[] outputError)
calculateWeightChanges in class LMSoutputError - output error vectorlearnPatternCopyright © 2019 Neuroph Project. All rights reserved.