This document discusses using a convolutional neural network and continuous wavelet transform to classify electrocardiogram (ECG) data into different categories like arrhythmias (ARR), congestive heart failure (CHF), and normal sinus rhythm (NSR). The continuous wavelet transform is used to convert the ECG signals into 2D scalogram images that represent the time-frequency components. These images are then input into a convolutional neural network called AlexNet which extracts visual features to classify the ECG readings. The method achieved 70.75% positive predictive value, 67.47% sensitivity, 68.76% F1-score, and 98.74% accuracy on the MITBIH arrhythmia database, outperforming