You can find the codes from this
.(This project has been transformed to industrial application. Therefore, we only can provide you the help of educational aspects, not commercial.)
1.Using LSTM for SLEEP SCORING based on HRV
You can download the dataset from: http://www.ofai.at/siesta/.
The aim of this project is to develop a system to monitor SLEEP STAGEs. In order to improve the accuracy rate, I used two kinds of LSTM networks (regression and classification). The regression LSTM is used to follow the trend of the SLEEP STAGEs line, while due to a weakness of the above LSTM to accurately locate and predict the state of sleep, I applied the classification LSTM to assist the monitoring.
- Tips: you can arrage the list of SLEEP stage from {AWAKE REM S1 S2 S3 S4} to {AWAKE S1 S2 S3 S4 REM}, as REM is not a stable stage, and scoring the REM stage is a difficult task.
2.Stress Evaluation by HRV
Compared these two groups (healthy controls and depressive patiens), we can statistic the distribution of these HRV features by regions evaluation.
notes:
either you can utilize these matab codes to simulate or test the performanc of these exteacted features, or you can develope some new features from HRV which has been proved to be effective for detecting SLEEP stages. BUT, this projects is just a simple framework. More practical SLEEP data should be added into this model. If you need any help, just email me via kangkangsome@gmail.com .
Contributors
Contributor | |
---|---|
Cheng Kang | kangchen@fel.cvut.cz [PREFER] and kangkangsome@gmail.com |
Qingyun Yang | qingyunyang512@gmail.com |