Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- es
|
6 |
+
tags:
|
7 |
+
- fatigue
|
8 |
+
- muscle
|
9 |
+
- EMG
|
10 |
+
- Cycling
|
11 |
+
- Biomedical
|
12 |
+
pretty_name: Muscle Fatigue in Cyclist
|
13 |
+
---
|
14 |
+
|
15 |
+
This dataset was created with healthy participants aged between 18 and 25 years old. The participants in this dataset were not frequent athletes.
|
16 |
+
|
17 |
+
The dataset consists of 8 EMG signals recorded from the domineering foot of each participant during a cycling trial. The participants performed exercises on a conditioned cycle, alternating with short periods of high-intensity sprints. When a participant could no longer sustain the sprint intensity, this was considered the first index of fatigue and was labeled as "Transition-to-Fatigue." If the participant was unable to continue the base exercise, it was labeled as "Fatigue."
|
18 |
+
|
19 |
+
For this dataset, it is recommended to work with binary classification models, taking the "Transition-to-Fatigue" state as the positive class, as the data in the "Fatigue" class is significantly limited.
|