1 Star 0 Fork 0

Lindsay.Lu丶 / sleep_apnea

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

ECG Sleep Apnea Detection

Keras implementation for ECG sleep apnea detection

Prerequisites

  • Keras: the 'Merge' layer is deprecated in Keras versions newer than 2.0. This code maintains the 'Merge' layer, and therefore needs the older versions of Keras. To install Keras version 2.0 (it still runs the 'Merge' layer):
pip install keras==2.0

ECG Sleep Apnea Dataset

  • The data in the directory have been contributed by Dr. Thomas Penzel of Phillips-University, Marburg, Germany.
  • 35 records (a01 through a20, b01 through b05, and c01 through c10)
  • 7 hours to 10 hours of ECG signal, a set of apnea annotations, a set of machine-generated QRS annotations
  • .dat files: ECG signal (16 bits per sample, Fs=100Hz)
  • .apn files: binary annotation files containing an annotation for each minute of each recording the presence or absence of apnea
  • .qrs files: machine generated binary annotation files, made using sqrs125
wget -r -np http://www.physionet.org/physiobank/database/apnea-ecg/

Getting Started

Pre-processing

  • RR Interval: extracting the time intervals between consecutive heart beats
  • QRS Amplitude: calculates the amplitude of R-peak
  • Age and Sex
python pre_proc.py

Train

  • Train a model:
python train.py 

空文件

简介

ECG Sleep Apnea Detection 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lindsaylu/sleep_apnea.git
git@gitee.com:lindsaylu/sleep_apnea.git
lindsaylu
sleep_apnea
sleep_apnea
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891