Class ActivationSoftMax
java.lang.Object
com.aidenfavish.javaNeuralNetwork.ActivationFunctions.ActivationSoftMax
- All Implemented Interfaces:
LayerPass
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ActivationSoftMax
public ActivationSoftMax()
-
-
Method Details
-
forward
-
backward
-
getOutput
-
getDInputs
- Specified by:
getDInputsin interfaceLayerPass
-
getJSON
public org.json.simple.JSONObject getJSON() -
toString
-