Mean absolute error
For two given tensors, returns the mean of the absolute value of the difference of each cell.
Inputs
-
Predictions — Tensor
2D tensor (a table) where each row is a prediction of one or multiple fields.
-
Target — Tensor
Ground truth.
Outputs
-
Result — Float
Mean absolute error between the predictions and the ground truth.