Datasets:
FcmC
/

ArXiv:
License:
FcmC commited on
Commit
b8ccb3c
1 Parent(s): 44cc448

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
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 [Emaptica E4](https://support.empatica.com/hc/en-us/articles/202581999-E4-wristband-technical-specifications):
5
 
6
- - [ADARP](https://arxiv.org/pdf/2206.14568.pdf)
7
- - [BID IDEAS Lab](https://www.nature.com/articles/s41746-021-00465-w)
8
- - [In-Gauge En-Gage](https://www.nature.com/articles/s41597-022-01347-w)
9
- - [Nurses Stress Detection](https://www.nature.com/articles/s41597-022-01361-y)
10
- - [PPG-DaLiA](https://archive.ics.uci.edu/dataset/495/ppg+dalia)
11
- - [SPS](https://www.mdpi.com/1424-8220/22/21/8135)
12
- - [Toadstool](https://dl.acm.org/doi/10.1145/3339825.3394939)
13
- - [UE4W](https://zenodo.org/record/6898244)
14
- - [WEEE](https://www.nature.com/articles/s41597-022-01643-5)
15
- - [WESAD](https://dl.acm.org/doi/10.1145/3242969.3242985)
16
- - [WESD](https://ieeexplore.ieee.org/abstract/document/9744065)
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 a self-supervised learning model (E4mer) is available at [APRIL lab](https://github.com/april-tools/e4selflearning).
 
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).