/Sleep-Stage-Analysis

A creative lab code

Primary LanguageMercury

Sleep-Stage-Analyse

Creative lab 2 code

Sleep Analysis Data

File name

Every file name contains its data and time, each file contains about one minutes of sleep data.

For example, in File:

20190127T013836.mat

It represents about one miniutes data from year 2019 Janauary 27th, 1:38:36 a.m.

The data of each file has two attributes: savedata1 and time.

time is usually as same as the name of current file.

savedata1 contains 4 columns, the first three column is

  • x_dis the distance from in x direction

  • y_dis the distance from radar in y direction

  • speed

  • snr value

  • snr value

4.11

  • 收集更多的数据,解决数据的unbalance问题.

  • SVM: 需要提取更多的特征, 对于每一分钟的数据,可以提取100%, 前90%,前80% etc max 的数据进行分析. 需要更加全面的测试

  • Nurual netowrk: 可以对每一分钟的数据进行均匀采样,然后使用神经网络进行训练

5.21

About SVM

  • SVM 无法去除环境的差异(角度和距离)在现有数据的情况下. 有两种解决方案

  • 1.测更多的包含不同环境下的数据, 使SVM在学习过程中可以忽略这种环境差异.

  • 2.对不同环境测量的数据, 提取特征的过程中设置不同的参数(阈值等).

  • 除此之外, 应该去观察SVM表现不好的数据有什么特征, 看是否是数据发生了异常.

  • 烧入纯C写的SVM,尽力使板子可以正常工作.

About CNN

  • 尝试每个窗口只有一个ground truth.
  • 数据过拟合严重,暂时无法解决.