Giter VIP home page Giter VIP logo

ecg-afib-python's Introduction

AFib Classifier from ECG signals using Spectrogram and Feature Based Approaches

The project consists of a different multiclassifier built following two approaches. The first one, the spectrogram approach, transforms signals into a spectrogram and predicts its class like it was an image. The second one relies on features of Ecgs.

How to run

Feature based approaches

  • Feature signal preprocessing: python AFib.py features preprocessing

  • Feature RNN training with default epochs: python AFib.py features train rnn

  • Feature RNN training with given epochs: python AFib.py features train rnn 30

  • Feature RNN evaluation with default weights: python AFib.py features evaluate rnn

  • Feature RNN evaluation with default weights: python AFib.py features evaluate rnn ./weights.h5

  • Feature CRNN training with default epochs: python AFib.py features train crnn

  • Feature CRNN training with given epochs: python AFib.py features train crnn 30

  • Feature CRNN evaluation with default weights: python AFib.py features evaluate crnn

  • Feature CRNN evaluation with given weights: python AFib.py features evaluate crnn ./weights.h5

Spectrogram based approaches

  • Spectrogram signal preprocessing: python AFib.py spectrogram preprocessing

  • Spectrogram CNN training with default epochs: python AFib.py spectrogram train cnn

  • Spectrogram CNN training with given epochs: python AFib.py spectrogram train cnn 30

  • Spectrogram CNN evaluation with default weights: python AFib.py spectrogram evaluate cnn

  • Spectrogram CNN evaluation with default weights: python AFib.py spectrogram evaluate cnn ./weights.h5

  • Spectrogram CRNN training with default epochs: python AFib.py spectrogram train crnn

  • Spectrogram CRNN training with given epochs: python AFib.py spectrogram train crnn 30

  • Spectrogram CRNN evaluation with default weights: python AFib.py spectrogram evaluate crnn

  • Spectrogram CRNN evaluation with given weights: python AFib.py spectrogram evaluate crnn ./weights.h5

ecg-afib-python's People

Stargazers

 avatar  avatar

Watchers

 avatar

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.