org.ea.javacnn.losslayers
Class SoftMaxLayer
- java.lang.Object
-
- org.ea.javacnn.losslayers.LossLayer
-
- org.ea.javacnn.losslayers.SoftMaxLayer
-
- All Implemented Interfaces:
- java.io.Serializable, Layer
public class SoftMaxLayer extends LossLayer
This layer will squash the result of the activations in the fully connected layer and give you a value of 0 to 1 for all output activations.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description SoftMaxLayer(OutputDefinition def)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublebackward(int y)DataBlockforward(DataBlock db, boolean training)-
Methods inherited from class org.ea.javacnn.losslayers.LossLayer
backward, getBackPropagationResult, getOutAct
-
-
-
-
Constructor Detail
-
SoftMaxLayer
public SoftMaxLayer(OutputDefinition def)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG