Hello,

I am working on machine learning algorithms using EMG and IMU (Inputs) to map joint angles (outputs). I have used RMSE to evaluate model performance because RMSE penalizes outliers more heavily compared to MAE.

However, I am also curious if there are metrics to determine the performance of the predicted slopes (flexion vs. extension). For example, if a user is performing knee flexion, then the predicted slope should follow the same direction as knee flexion. Conversely, if the predicted slope was in the opposite direction of knee flexion by incorrectly predicting knee extension, how would we 'penalize' this prediction? In this case, should I use a binary classifier (flexion/extension) and plot a Receiver Operator Characteristic (ROC) Curve?

More David Stephen Hollinger's questions See All
Similar questions and discussions