Articles tagged with MachineLearning
-
-
-
Out-of-domain data
When data is provided to a model that is significantly different from what it was trained on, it's referred to as out-of-domain data.
-
Mean Absolute Difference - L1 Loss
Mean Absolute Difference (MAE) is a function for assessing Regression predictions. It's also as L1 Loss because it takes the L1 Norm of the error …