Deep.Net


Measures

Namespace: Models
Parent Module: LossLayer

Difference metrics.

Union Cases

Union CaseDescription
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)

Fork me on GitHub