org.ea.javacnn.data
Class BackPropResult
- java.lang.Object
-
- org.ea.javacnn.data.BackPropResult
-
public class BackPropResult extends java.lang.ObjectWhen 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 Summary
Constructors Constructor and Description BackPropResult(double[] w, double[] dw, double l1_decay_mul, double l2_decay_mul)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description double[]getGradients()doublegetL1DecayMul()doublegetL2DecayMul()double[]getWeights()
-
DataMelt 3.0 © DataMelt by jWork.ORG