|
a |
|
b/README.md |
|
|
1 |
# Stress and Affect detection using WESAD dataset |
|
|
2 |
Stress and Affect detection using WESAD dataset |
|
|
3 |
Using **WEarable Stress and Affect Detection** (WESAD) dataset, training machine learning models such as Gaussian Mixture Model classifier, |
|
|
4 |
Random forests to classify Stress vs. Non-stress and also Stress vs. Neutral vs. Amusement. |
|
|
5 |
|
|
|
6 |
Binary classification problem: **Stress vs. Non-stress** |
|
|
7 |
Logistic regression can be used to approximate non linear decision boundary. |
|
|
8 |
|
|
|
9 |
3 class classification problem: **Stress vs. Neutral vs. Amusement** |
|
|
10 |
Clustering using GMM and classifying using GMM classifier, |
|
|
11 |
Training Random forests for classification |
|
|
12 |
|
|
|
13 |
Different modalities: **Chest vs. Wrist** |
|
|
14 |
Evaluating the performance of the classifier based on different modalities |
|
|
15 |
|
|
|
16 |
This dataset and idea is from the paper below: |
|
|
17 |
Philip Schmidt, Attila Reiss, Robert Duerichen, Claus Marberger, Kristof Van Laerhoven, |
|
|
18 |
"Introducing WESAD, a multimodal dataset for Wearable Stress and Affect Detection", ICMI 2018, Boulder, USA, 2018 |