Their data

  1. five data set, 100 single channel of EEG signals, each channel EEG has 4097 data point.
  2. to reduce the computation time, they segment each channel with 1024 data sample points per segment.
    4 segment with 1024 data samples.
    Figure 2 showed the examples of time series data of five subsets.

Methodology

transformation of time series EEG signals to complex networks

  1. add nodes: each data smple point is seen as a node
  2. add edges with direction: visibility properties.
  3. add weight: 根据边与水平线的夹角.

$$ \omega_ab = arctan\frac{x_tb - x_ta}{tb - ta}, a < b $$

This paper showed two tables with nodes examples and edge examples, respectively.

Feature extraction

The feature extraction process compresses the large volume EEG data into relevant and important feature vector set at the cost of minimum loss of information.

  1. In this paper, we have extracted two statistical properties of network named as modularity and the average weighted degree of network as features from the weighted visibility graph as these features are able to focus on how the valuable information about the time series can be acquired by analysis the structural pattern of complex networks.

Classification

  1. use two classifier: SVM and KNN classifier by using Euclidean distance.
  2. 这是有监督的学习,而能源的数据是没有分类的.

Performance evaluation

true positive, true negative, false positive, false negative.

Experiments

4097 data points, 4 segments. they investigated that there is not much difference in the accuracy performance when considering segmented and non-segmented approach of EEG signal. Then there is not much difference in the accuracy performance when considering segmented and non-segmented approach of EEG signa

最新文章

  1. jQuery鼠标经过显示大图
  2. 用SQL语句建库建表建约束(用SQl语句在指定盘符创建文件夹)
  3. 总结新系统部署时,Oracle的一些注意事项:
  4. istream, outstream使用及常见错误
  5. springboot+maven快速构建项目
  6. 单击改变input的边框颜色
  7. sql server备份相关
  8. JSP小实例--计算器
  9. Node.js how to respond to an upgrade request?
  10. 关于pagerank算法的一点点总结
  11. C#入门经典(2-重置窗体布局,界面介绍,错误列表)
  12. form 表单 enctype 属性-(转自w3c)
  13. 自己开发轻量级ORM(一)
  14. Punycode
  15. selenium java maven testNg环境搭建
  16. php函数xml转化数组
  17. 用VerilogHDL设计一个与门逻辑,并进行前仿和后仿
  18. hdu6363 bookshelf 容斥+数列+数论gcd定理(也可以M&#246;bius)
  19. 移动硬盘插到台式机,外接网卡无法连接wifi处理
  20. maven deploy distributionManagement

热门文章

  1. python 复习 day1
  2. Java中Thread方法启动线程
  3. 最新2019Pycharm安装教程,亲测!最新2019pycharm安装!如何安装Pycharm2019版本!如何安装2019Pycharm永久教程!2019Pycharm永久安装!
  4. spring中JdbcTemplate使用
  5. 使用 VMware Workstation Pro 安装新的虚拟机
  6. PHP0003:PHP基础2
  7. 基于单片机的心型LED灯的设计与实现
  8. 硬核干货 | C++后台开发学习路线
  9. babel环境安装与编译
  10. vue 项目