Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.16 KB

README.md

File metadata and controls

18 lines (16 loc) · 1.16 KB

Data Augmentation for 12-Lead Imbalanced ECG Beat Classification Using Time Series ResNet

This repository contains supplementary materials from a research project for classifying ECG beat segments into diagnostic classes defined by PhysioBank. Thus far, the following materials have been uploaded.

  1. A paper published at SN Computer Science (pdf)
  2. Full 12 lead ECG segments of an RBBB beat from the original ECG data set (link).
  3. Full 12 lead ECG segments of an RBBB beat randomly altered during ECG data augmentation (link).
  4. Test results in the four augmentation scenarios (EXP 1 - 4) (link).
  5. Detailed_results.xlsx: details of the training accuracy and test accuracy in ECG segment classification (link).
  6. ECG filtering and segmentation (README).
  7. ECG augmentation (README).
    Sample segment:
    AugTest
  8. ResNet model (link).
    ResNet architecture:
    ResNetArch
  9. Class activation mapping (link).