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

Class AdaDeltaTrainer



  • public class AdaDeltaTrainer
    extends Trainer
    Adaptive delta will look at the differences between the expected result and the current result to train the network.
    • Constructor Summary

      Constructors 
      Constructor and Description
      AdaDeltaTrainer(JavaCNN net, int batch_size, float l2_decay) 
    • Constructor Detail

      • AdaDeltaTrainer

        public AdaDeltaTrainer(JavaCNN net,
                               int batch_size,
                               float l2_decay)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.