tensorflow
/
org.jetbrains.kotlinx.dl.api.core.loss
/
Losses
/
MAE
MAE
MAE
()
Content copied to clipboard
Computes the mean of absolute difference between labels and predictions.
loss = abs(y_true - y_pred)
Properties
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard