Documentation of 'org.encog.neural.freeform.training.FreeformResilientPropagation' Java class
FreeformResilientPropagation
org.encog.neural.freeform.training

Class FreeformResilientPropagation

    • Field Detail

      • TEMP_GRADIENT

        public static final int TEMP_GRADIENT
        Temp value #0: the gradient.
        See Also:
        Constant Field Values
      • TEMP_LAST_GRADIENT

        public static final int TEMP_LAST_GRADIENT
        Temp value #1: the last gradient.
        See Also:
        Constant Field Values
      • TEMP_UPDATE

        public static final int TEMP_UPDATE
        Temp value #2: the update.
        See Also:
        Constant Field Values
      • TEMP_LAST_WEIGHT_DELTA

        public static final int TEMP_LAST_WEIGHT_DELTA
        Temp value #3: the the last weight delta.
        See Also:
        Constant Field Values
    • Constructor Detail

      • FreeformResilientPropagation

        public FreeformResilientPropagation(FreeformNetwork theNetwork,
                                            MLDataSet theTraining)
        Construct the RPROP trainer, Use default intiial update and max step.
        Parameters:
        theNetwork - The network to train.
        theTraining - The training set.
      • FreeformResilientPropagation

        public FreeformResilientPropagation(FreeformNetwork theNetwork,
                                            MLDataSet theTraining,
                                            double initialUpdate,
                                            double theMaxStep)
        Construct the RPROP trainer.
        Parameters:
        theNetwork - The network to train.
        theTraining - The training set.
        initialUpdate - The initial update.
        theMaxStep - The max step.
    • Method Detail

      • pause

        public TrainingContinuation pause()
        Pause the training to continue later.
        Specified by:
        pause in interface MLTrain
        Returns:
        A training continuation object.
      • resume

        public void resume(TrainingContinuation state)
        Resume training.
        Specified by:
        resume in interface MLTrain
        Parameters:
        state - The training continuation object to use to continue.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.