This repository has information about how the deep convolutional neural network (CNN) can be used to classify human electrocardiogram (ECG) data. The data used in this repository are publicly available from PhysioNet. In this source, you use ECG data gathered from three groups of individuals: those with cardiac arrhythmia (ARR), congestive heart failure (CHF), and normal sinus rhythms (NSR). You utilize a total of 162 ECG recordings from three PhysioNet databases: the MIT-BIH Arrhythmia Database, the MIT-BIH Normal Sinus Rhythm Database, and The BIDMC Congestive Heart Failure Database. In particular, 96 recordings of individuals with arrhythmia, 30 recordings of individuals with congestive heart failure, and 36 recordings of those with normal sinus rhythms. The objective is to train a classifier to differentiate between ARR, CHF, and NSR. GoogleNet, a deep CNN, was first created to categorize photos into 1000 different categories. In order to classify ECG signals using images from the CWT of the time series data, we reuse CNN's network design.
Scalograms