Documentation of 'org.ea.javacnn.trainers.NesterovTrainer' Java class
NesterovTrainer
org.ea.javacnn.trainers

Class NesterovTrainer



  • public class NesterovTrainer
    extends Trainer
    Another extension of gradient descent is due to Yurii Nesterov from 1983,[7] and has been subsequently generalized
    • Constructor Summary

      Constructors 
      Constructor and Description
      NesterovTrainer(JavaCNN net, int batch_size, float l2_decay) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void update(int i, int j, double gij, double[] p) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NesterovTrainer

        public NesterovTrainer(JavaCNN net,
                               int batch_size,
                               float l2_decay)
    • Method Detail

      • update

        public void update(int i,
                           int j,
                           double gij,
                           double[] p)
        Specified by:
        update in class Trainer

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.