- Notifications
You must be signed in to change notification settings - Fork115
ankur219/ECG-Arrhythmia-classification
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository is an implementation of the paperECG arrhythmia classification using a 2-Dconvolutional neural network in which we classify ECG into seven categories, one being normal and the other six being different types of arrhythmia using deep two-dimensional CNN with grayscale ECG images. By transforming one-dimensional ECG signals into two-dimensional ECG images, noise filtering and feature extraction are no longer required. This is important since some of ECG beats are ignored in noise filtering and feature extraction. In addition, training data can be enlarged by augmenting the ECG images which results in higher classification accuracy. Data augmentation is hard to be applied in 1-d signals since the distortion of 1-d ECG signal could downgrade the performance of the classifier. However, augmenting two-dimensional ECG images with different cropping methods helps the CNN model to train with different viewpoints of the single ECG images. Using ECG image as an input data of the ECG arrhythmia classification also benefits in the sense of robustness.
Here is the link to the model:Link
- Clone my repository.
- Clone thisrepository.
- Download the weights.
- Replace app.py in the other repository you have downloaded with theapp.py from my repository.
- Replace index.html as well that is present in the other repository with theindex.html that is provided in my repo.If you face any other problem related to deploying you can check thisrepository.
The model works only if your data is similar tosample.csv
You can find all the procedures regarding training your own model and other details of this project on myMedium post.
About
ECG arrhythmia classification using a 2-D convolutional neural network
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.