pedr0sorio / DL-ECG-HB-classifier

Deep learning based ECG heart beat classifier: Detection and classification of premature ectopic heartbeats.Signal Preprocessing, CNNs, Residual Learning, Class imbalance, Data syntehsis (SMOTE).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DL-ECG-HB-classifier

Deep learning based ECG heart beat classifier: Detection and classification of premature ectopic heartbeats.

Key Concepts involved:

Signal Preprocessing, CNNs, Residual Learning, Class imbalance, Data syntehsis (SMOTE), K-folds Cross Validation.

Description of contents:

Kfold_ProjAAI.ipynb

  • Contains the code for training the models with the 3-fold cross validation.
  • Does not contain the code for SMOTE.

SMOTE_ProjAAI.ipynb

  • Contains the code for training the models with single fold cross validation.
  • Contains the code for SMOTE.

About

Deep learning based ECG heart beat classifier: Detection and classification of premature ectopic heartbeats.Signal Preprocessing, CNNs, Residual Learning, Class imbalance, Data syntehsis (SMOTE).


Languages

Language:Jupyter Notebook 100.0%