Package ml.shifu.guagua.example.nn
Class Weight
- java.lang.Object
-
- ml.shifu.guagua.example.nn.Weight
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]calculateWeights(double[] weights, double[] gradients)
-
-
-
Constructor Detail
-
Weight
public Weight(int numWeight, double numTrainSize, double rate, String algorithm)
-
-