Package engine.neural.activations
Class Softmax
java.lang.Object
engine.neural.activations.Softmax
- All Implemented Interfaces:
Activation,Reconstructible
-
Constructor Details
-
Softmax
public Softmax()
-
-
Method Details
-
function
public float function(float x) - Specified by:
functionin interfaceActivation
-
derivative
public float derivative(float x) - Specified by:
derivativein interfaceActivation
-