org.ea.javacnn.losslayers
Class SVMLayer
- java.lang.Object
-
- org.ea.javacnn.losslayers.LossLayer
-
- org.ea.javacnn.losslayers.SVMLayer
-
- All Implemented Interfaces:
- java.io.Serializable, Layer
public class SVMLayer extends LossLayer
This layer uses the input area trying to find a line to separate the correct activation from the incorrect ones.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description SVMLayer(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
-
SVMLayer
public SVMLayer(OutputDefinition def)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG