Click or drag to resize
Accord.NET (logo)

BinaryCrossEntropyLossLoss Method

Overload List
  NameDescription
Public methodLoss(Boolean)
Computes the loss between the expected values (ground truth) and the given actual values that have been predicted.
(Overrides LossBaseTInput, TScore, TLossLoss(TScore).)
Public methodLoss(Double)
Computes the loss between the expected values (ground truth) and the given actual values that have been predicted.
Public methodLoss(Double)
Computes the loss between the expected values (ground truth) and the given actual values that have been predicted.
Public methodLoss(Int32)
Computes the loss between the expected values (ground truth) and the given actual values that have been predicted.
Top
See Also