Documentation of 'org.ea.javacnn.data.BackPropResult' Java class
BackPropResult
org.ea.javacnn.data

Class BackPropResult



  • public class BackPropResult
    extends java.lang.Object
    When we have done a back propagation of the network we will receive a result of weight adjustments required to learn. This result set will contain the data used by the trainer.
    • Constructor Detail

      • BackPropResult

        public BackPropResult(double[] w,
                              double[] dw,
                              double l1_decay_mul,
                              double l2_decay_mul)
    • Method Detail

      • getL1DecayMul

        public double getL1DecayMul()
      • getL2DecayMul

        public double getL2DecayMul()
      • getWeights

        public double[] getWeights()
      • getGradients

        public double[] getGradients()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.