GithubHelp home page GithubHelp logo

liu-weiyi / auto_ecg_classifier Goto Github PK

View Code? Open in Web Editor NEW
25.0 1.0 10.0 13 KB

Use resnet34 structure, identify wavelet in ECG. (采用resnet34架构,识别ECG(心电图)中的波形)

Python 100.00%

auto_ecg_classifier's Introduction

Auto_ECG_Classifier

Use resnet32 structure, identify wavelet in ECG. (采用resnet32架构,识别ECG(心电图)中的波形)

Usage:

训练网络

python3 main.py --train_flag True

�验证结果

python3 main.py --test_flag True

Tips

采用1D的卷积层

1. filter的输出channels的个数自己给定

2. filter的输出channels确定了下一层conv的channel的输入

  1. training Sample: [batch, input_width, input_channels]
  2. training Filter: [filter_width, input_channels, output_channels]

auto_ecg_classifier's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

auto_ecg_classifier's Issues

数据问题

心电的数据貌似是空的,弱弱的问一下数据哪里来的?

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.