public class LossNegativeLogLikelihood extends LossMCXENT
In practice, this is implemented as an alias for LossMCXENT due to the mathematical equivalence
| Constructor and Description |
|---|
LossNegativeLogLikelihood() |
LossNegativeLogLikelihood(INDArray weights) |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
The name of this function
|
String |
toString() |
computeGradient, computeGradientAndScore, computeScore, computeScoreArraypublic LossNegativeLogLikelihood()
public LossNegativeLogLikelihood(INDArray weights)
public String name()
name in interface ILossFunctionname in class LossMCXENTpublic String toString()
toString in class LossMCXENTCopyright © 2017. All rights reserved.