Documentation of 'org.encog.neural.networks.training.propagation.sgd.update.RMSPropUpdate' Java class
RMSPropUpdate
org.encog.neural.networks.training.propagation.sgd.update

Class RMSPropUpdate

  • All Implemented Interfaces:
    UpdateRule


    public class RMSPropUpdate
    extends java.lang.Object
    implements UpdateRule
    Created by jeffh on 7/15/2016.
    • Constructor Detail

      • RMSPropUpdate

        public RMSPropUpdate()
    • Method Detail

      • update

        public void update(double[] gradients,
                           double[] weights)
        Specified by:
        update in interface UpdateRule
      • getEps

        public double getEps()
      • setEps

        public void setEps(double eps)
      • getDecayRate

        public double getDecayRate()
      • setDecayRate

        public void setDecayRate(double decayRate)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.