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