ECG classification programs based on ML/DL methods
ECG classification programs based on ML/DL methods. There are two datasets:
1) Execute the training2017.zip and MIT-BH.zip files into folders training2017/ and MIT-BH/ respectively
2) If you want to use 2D Convolutional Neural Network for ECG classification then run the file CNN_ECG.py with the following commands:
python CNN_ECG.py cinc
3) If you want to use 1D Convolutional Neural Network for ECG classification then run the file Conv1D_ECG.py with the following commands:
python CNN_ECG.py mit
python Conv1D_ECG.py
If you use my repo - then, please, cite my paper. This is a BibTex citation:
@article{pyakillya_kazachenko_mikhailovsky_2017,
author = {Boris Pyakillya, Natasha Kazachenko, Nick Mikhailovsky},
title = {Deep Learning for ECG Classification},
journal = {Journal of Physics: Conference Series},
year = {2017},
volume = {913},
pages = {1-5},
DOI={10.1088/1742-6596/913/1/012004},
url = {http://iopscience.iop.org/article/10.1088/1742-6596/913/1/012004/pdf}
}