arturjordao / WearableSensorData

This repository provides the codes and data used in our paper "Human Activity Recognition Based on Wearable Sensor Data: A Standardization of the State-of-the-Art", where we implement and evaluate several state-of-the-art approaches, ranging from handcrafted-based methods to convolutional neural networks.
97 stars 26 forks source link

How to caculate the mean accuracy? #4

Closed ZQhaha closed 2 years ago

ZQhaha commented 2 years ago

Hi, I have done some experiments on HAR, and find that the mean accuracy varies from different subjects. In your experiment, have you compute the mean value for different users or just leave the first subject for test.

arturjordao commented 2 years ago

Dear @ZQhaha ,

We compute the mean value for different users (i.e., mean of the mean).

Best regards, Artur Jordão.

ZQhaha commented 2 years ago

Dear @arturjordao , Thanks for your answer. It helps me a lot. I used to be confused about this problem for a long time. Thank you! ZQhaha.