Class ActivationSoftMaxCCE
java.lang.Object
com.aidenfavish.javaNeuralNetwork.Loss.ActivationSoftMaxCCE
- All Implemented Interfaces:
LayerPass
-
Field Details
-
loss
-
-
Constructor Details
-
ActivationSoftMaxCCE
public ActivationSoftMaxCCE()
-
-
Method Details
-
forward
-
forward
-
backward
-
calculate
public float calculate(int[] yTrue) -
backward
-
getOutput
-
getDInputs
- Specified by:
getDInputsin interfaceLayerPass
-
getJSON
public org.json.simple.JSONObject getJSON() -
toString
-