Update README.md
Browse files
README.md
CHANGED
@@ -1,20 +1,20 @@
|
|
1 |
---
|
2 |
license: cc
|
3 |
---
|
4 |
-
E4SelfLearning is a collection of the following open-access datasets recording with an [
|
5 |
|
6 |
-
- [ADARP](https://
|
7 |
-
- [BID IDEAS Lab](https://
|
8 |
-
- [In-Gauge En-Gage](https://
|
9 |
-
- [Nurses Stress Detection](https://www.
|
10 |
-
- [PPG-DaLiA](https://archive.ics.uci.edu/dataset/495/ppg+dalia)
|
11 |
-
- [SPS](https://
|
12 |
-
- [Toadstool](https://
|
13 |
-
- [UE4W](https://zenodo.org/record/6898244)
|
14 |
-
- [WEEE](https://
|
15 |
-
- [WESAD](https://
|
16 |
-
- [WESD](https://
|
17 |
|
18 |
E4SelfLearning was used in the following article: ''[Wearable data from students, teachers or subjects with alcohol use disorder help detect acute mood episodes via self-supervised learning](https://arxiv.org/abs/2311.04215)''.
|
19 |
|
20 |
-
The codebase to pre-process E4SelfLearning and use it for training
|
|
|
1 |
---
|
2 |
license: cc
|
3 |
---
|
4 |
+
E4SelfLearning is a collection of the following open-access datasets recording with an [Empatica E4](https://support.empatica.com/hc/en-us/articles/202581999-E4-wristband-technical-specifications):
|
5 |
|
6 |
+
- [ADARP](https://zenodo.org/records/6640290) - [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/legalcode)
|
7 |
+
- [BID IDEAS Lab](https://physionet.org/content/big-ideas-glycemic-wearable/1.0.0/) - [Open Data Commons Attribution License v1.0](https://physionet.org/content/big-ideas-glycemic-wearable/view-license/1.0.0/)
|
8 |
+
- [In-Gauge En-Gage](https://physionet.org/content/in-gauge-and-en-gage/1.0.0/) - [Open Data Commons Attribution License v1.0](https://physionet.org/content/in-gauge-and-en-gage/view-license/1.0.0/)
|
9 |
+
- [Nurses Stress Detection](https://www.kaggle.com/datasets/priyankraval/nurse-stress-prediction-wearable-sensors) - [ODC Database Contents License (DbCL) v1.0](https://www.ebi.ac.uk/ols4/ontologies/swo/classes/http%3A%2F%2Fwww.ebi.ac.uk%2Fswo%2Flicense%2FSWO_1000097?iri=http%3A%2F%2Fwww.ebi.ac.uk%2Fswo%2Flicense%2FSWO_1000097)
|
10 |
+
- [PPG-DaLiA](https://archive.ics.uci.edu/dataset/495/ppg+dalia) - [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/)
|
11 |
+
- [SPS](https://github.com/italha-d/Stress-Predict-Dataset/tree/main) - [MIT License](https://github.com/italha-d/Stress-Predict-Dataset/blob/main/LICENSE)
|
12 |
+
- [Toadstool](https://www.kaggle.com/datasets/hugohammer/toadstool) - [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/)
|
13 |
+
- [UE4W](https://zenodo.org/record/6898244) - [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/)
|
14 |
+
- [WEEE](https://zenodo.org/records/6420886) - [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/)
|
15 |
+
- [WESAD](https://archive.ics.uci.edu/dataset/465/wesad+wearable+stress+and+affect+detection) - [licence details](https://www.eti.uni-siegen.de/ubicomp/home/datasets/icmi18/index.html.en?lang=en)
|
16 |
+
- [WESD](https://physionet.org/content/wearable-exam-stress/1.0.0/) - [Open Data Commons Attribution License v1.0](https://physionet.org/content/wearable-exam-stress/view-license/1.0.0/)
|
17 |
|
18 |
E4SelfLearning was used in the following article: ''[Wearable data from students, teachers or subjects with alcohol use disorder help detect acute mood episodes via self-supervised learning](https://arxiv.org/abs/2311.04215)''.
|
19 |
|
20 |
+
The codebase to pre-process E4SelfLearning and use it for training an E4-tailored self-supervised learning [Transformer](https://arxiv.org/abs/1706.03762) model (E4mer) is available at [APRIL lab](https://github.com/april-tools/e4selflearning).
|