org.neuroph.nnet.learning
Class ConvolutionalBackpropagation
- java.lang.Object
-
- org.neuroph.core.learning.LearningRule
-
- org.neuroph.core.learning.IterativeLearning
-
- org.neuroph.core.learning.SupervisedLearning
-
- org.neuroph.nnet.learning.LMS
-
- org.neuroph.nnet.learning.BackPropagation
-
- org.neuroph.nnet.learning.MomentumBackpropagation
-
- org.neuroph.nnet.learning.ConvolutionalBackpropagation
-
- All Implemented Interfaces:
- java.io.Serializable
public class ConvolutionalBackpropagation extends MomentumBackpropagation
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.neuroph.nnet.learning.MomentumBackpropagation
MomentumBackpropagation.MomentumTrainingData
-
-
Constructor Summary
Constructors Constructor and Description ConvolutionalBackpropagation()
-
Method Summary
-
Methods inherited from class org.neuroph.nnet.learning.MomentumBackpropagation
getMomentum, setMomentum, updateNeuronWeights
-
Methods inherited from class org.neuroph.core.learning.SupervisedLearning
doLearningEpoch, getErrorFunction, getMaxError, getMinErrorChange, getMinErrorChangeIterationsCount, getMinErrorChangeIterationsLimit, getPreviousEpochError, getTotalNetworkError, isBatchMode, learn, learn, setBatchMode, setErrorFunction, setMaxError, setMinErrorChange, setMinErrorChangeIterationsLimit
-
Methods inherited from class org.neuroph.core.learning.IterativeLearning
doOneLearningIteration, getCurrentIteration, getLearningRate, getMaxIterations, isIterationsLimited, isPausedLearning, learn, learn, pause, resume, setLearningRate, setMaxIterations
-
Methods inherited from class org.neuroph.core.learning.LearningRule
addListener, getNeuralNetwork, getTrainingSet, isStopped, removeListener, setNeuralNetwork, setTrainingSet, stopLearning
-
-
DMelt 3.0 © DataMelt by jWork.ORG