Skip to content

An official PyTorch implementation of 'Deep Learning for Cardiologist-level Myocardial Infarction Detection in Electrocardiograms'

Notifications You must be signed in to change notification settings

arjung128/mi_detection

Repository files navigation

Deep Learning for Cardiologist-level Myocardial Infarction Detection in Electrocardiogram

This repository includes a PyTorch implementation of 'Deep Learning for Cardiologist-level Myocardial Infarction Detection in Electrocardiograms' which can be found here. Our code makes use of the Physikalisch-Technische Bundesanstalt (PTB) database, available here, and is based on the ConvNetQuake architecture, as described here.

The architecture of the model is as follows:

test_img

Requirements

  • Python 2.7
  • NumPy 1.16.1 (or later)
  • PyTorch 0.4.1 (or later)
  • Matplotlib
  • wfdb

Train the network

A reasonable set of hyperparameters is provided in train.sh. To train your own model:

mkdir results
./train.sh

About

An official PyTorch implementation of 'Deep Learning for Cardiologist-level Myocardial Infarction Detection in Electrocardiograms'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages