Wearable IoT and Artificial Intelligence Techniques for Leveraging the Human Activity Analysis
, y
15 jun 2024
Acerca de este artículo
Categoría del artículo: Article
Publicado en línea: 15 jun 2024
Páginas: 31 - 45
Recibido: 05 mar 2024
Aceptado: 05 mar 2024
DOI: https://doi.org/10.2478/jsiot-2024-0003
Palabras clave
© 2023 Lina Sheker et al., published by Sciendo
This work is licensed under the Creative Commons Attribution 4.0 International License.
Figure 1:

Figure 2:

Figure 3:

Figure 4:

Figure 5:

Figure 6:

Figure 7:

Comparative Analysis between the Different Models in recognizing activities_
Algorithm | Accuracy (%) | Sensitivity (%) | Specificity (%) | Precision (%) | F1-Score (%) |
---|---|---|---|---|---|
ANN | 84.6% | 85.8% | 83.6% | 83.4% | 85.9% |
GRU | 86.1% | 86.4% | 85.6% | 85.8% | 85.8% |
LSTM | 88.3% | 87.5% | 86.7% | 86.7% | 87.8% |
CNN | 92% | 91.3% | 89.1% | 90% | 91.8% |
Proposed Model | 99.4% | 98.6% | 99.3% | 99% | 98.2% |
Dataset Attribute Description
Attribute | Type | Description |
---|---|---|
User | Nominal | Identifier for participants, ranging from 1 to 36. |
Activity | Nominal | The activity performed, classified into six categories: Walking, Jogging, Sitting, Standing, Upstairs, Downstairs. |
Timestamp | Numeric | Device uptime in nanoseconds, representing the timing of recorded motion. |
x-Acceleration | Numeric | Acceleration along the x-axis in m/s2, including gravitational acceleration. |
y-Acceleration | Numeric | Acceleration along the y-axis in m/s2, including gravitational acceleration. |
z-Acceleration | Numeric | Acceleration along the z-axis in m/s2, including gravitational acceleration. |
Evaluation Metrics utilized for assessment
SL.NO | Performance Measures | Expression |
---|---|---|
1 | Accuracy |
|
2 | Recall |
|
3 | Specificity |
|
4 | Precision |
|
5 | F1-Score |
|