GithubHelp home page GithubHelp logo

psg-tcn's Introduction

项目结构介绍

本项目的主要功能是识别PSG数据中的睡眠障碍事件

项目的结构树如下:

.
├─ cnn_claaifier.ipynb                血氧通道,使用CNN分类
├─ ml_classfier.ipynb                 血氧通道,使用传统机器学习模型分类
├─ data                               数据
│  ├─ train                           数据集
│  ├─ cnn_dataset.py                  用于CNN的dataset
│  └─ ml_dataset.py                   用于传统机器学习模型的dataset
├─ models                             CNN模型
│  ├─ dense.py
│  ├─ google_net.py
│  ├─ nasnet.py
│  ├─ psgnet.py
│  ├─ resnet.py
│  ├─ tcn.py
│  └─ vgg16.py
├─ checkpoints                        存放训练好的模型
└─ utils                              工具模块
   ├─ logger.py                       日志模块
   └─ ml_detector.py                  异常检测

如何运行

jupyter notebook打开ml_classfier, cnn_claaifier任意一个可直接运行

准备数据集

本项目使用的 PSG 数据位于data/train目录下,我们放置了一份数据包放在百度云盘里,链接为:https://pan.baidu.com/s/1NUL4I8rKDFTxBjC-uE82nQ 出于保密原因,密码请联系管理员获取。

一份完整的数据(一个病人)包括XX_脉搏.txt, XX_事件.txt 两个文件。

psg-tcn's People

Contributors

yinghongzhang avatar

Stargazers

 avatar

Watchers

 avatar  avatar

psg-tcn's Issues

Dataset

Where did you find the dataset?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.