Measures
Namespace: Models
Parent Module: LossLayer
Union Cases
Union Case | Description |
BinaryCrossEntropy
Signature:
|
binary cross entropy
|
CrossEntropy
Signature:
|
multi-class cross entropy
|
MSE
Signature:
|
mean-squared error
|
SoftMaxCrossEntropy
Signature:
|
soft-max followed by multi-class cross entropy
(use with identity transfer function in last layer)
|