Package one.empty3.neuralnetwork
Class LossFunction
- java.lang.Object
-
- one.empty3.neuralnetwork.LossFunction
-
public class LossFunction extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LossFunction()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Matrix
crossEntropy(Matrix expected, Matrix actual)
-