165 research outputs found

    Brief review on electrocardiogram analysis and classification techniques with machine learning approaches

    Get PDF
    Electrocardiogram captures the electrical activity of the heart. The signal obtained can be used for various purposes such as emotion recognition, heart rate measuring and the main one, cardiac disease diagnosis. But ECG analysis and classification require experienced specialists once it presents high variability and suffers interferences from noises and artefacts. With the increase of data amount on long term records, it might lead to long term dependencies and the process become exhaustive and error prone. Automated systems associated with signal processing techniques aim to help on these tasks by improving the quality of data, extracting meaningful features, selecting the most suitable and training machine learning models to capture and generalize its behaviour. This review brings a brief stage sense of how data flows into these approaches and somewhat techniques are most used. It ends by presenting some of the countless applications that can be found in the research community.info:eu-repo/semantics/publishedVersio

    HARDC : A novel ECG-based heartbeat classification method to detect arrhythmia using hierarchical attention based dual structured RNN with dilated CNN

    Get PDF
    In this paper have developed a novel hybrid hierarchical attention-based bidirectional recurrent neural network with dilated CNN (HARDC) method for arrhythmia classification. This solves problems that arise when traditional dilated convolutional neural network (CNN) models disregard the correlation between contexts and gradient dispersion. The proposed HARDC fully exploits the dilated CNN and bidirectional recurrent neural network unit (BiGRU-BiLSTM) architecture to generate fusion features. As a result of incorporating both local and global feature information and an attention mechanism, the model's performance for prediction is improved.By combining the fusion features with a dilated CNN and a hierarchical attention mechanism, the trained HARDC model showed significantly improved classification results and interpretability of feature extraction on the PhysioNet 2017 challenge dataset. Sequential Z-Score normalization, filtering, denoising, and segmentation are used to prepare the raw data for analysis. CGAN (Conditional Generative Adversarial Network) is then used to generate synthetic signals from the processed data. The experimental results demonstrate that the proposed HARDC model significantly outperforms other existing models, achieving an accuracy of 99.60\%, F1 score of 98.21\%, a precision of 97.66\%, and recall of 99.60\% using MIT-BIH generated ECG. In addition, this approach substantially reduces run time when using dilated CNN compared to normal convolution. Overall, this hybrid model demonstrates an innovative and cost-effective strategy for ECG signal compression and high-performance ECG recognition. Our results indicate that an automated and highly computed method to classify multiple types of arrhythmia signals holds considerable promise.Comment: 23 page

    An Ensemble of Deep Learning-Based Multi-Model for ECG Heartbeats Arrhythmia Classification

    Get PDF
    An automatic system for heart arrhythmia classification can perform a substantial role inmanaging and treating cardiovascular diseases. In this paper, a deep learning-based multi-model system is proposed for the classification of electrocardiogram (ECG) signals. Two different deep learning bagging models are introduced to classify heartbeats into different arrhythmias types. The first model (CNN-LSTM) is based on a combination of a convolutional neural network (CNN) and long short-term memory (LSTM) network to capture local features and temporal dynamics in the ECG data. The second model (RRHOS-LSTM) integrates some classical features, i.e. RR intervals and higher-order statistics (HOS), with LSTM model to effectively highlight abnormality heartbeats classes. We create a bagging model from the CNN-LSTM and RRHOS-LSTM networks by training each model on a different sub-sampling dataset to handle the high imbalance distribution of arrhythmias classes in the ECG data. Each model is also trained using a weighted loss function to provide high weight for not sufficiently represented classes. These models are then combined using a meta-classifier to form a strong coherent model. The meta-classifier is a feedforward fully connected neural network that takes the different predictions of bagging models as an input and combines them into a final prediction. The result of the meta-classifier is then verified by another CNN-LSTM model to decrease the false positive of the overall system. The experimental results are acquired by evaluating the proposed method on ECG data from the MIT-BIH arrhythmia database. The proposedmethod achieves an overall accuracy of 95.81% in the ‘‘subject-oriented’’ patient independent evaluation scheme. The averages of F1 score and positive predictive value are higher than all other methods by more than 3% and 8% respectively. The experimental results show the superiority of the proposed method for ECG heartbeats classification compared to many state-of-the-art methods

    TSFEDL: A python library for time series spatio-temporal feature extraction and prediction using deep learning

    Get PDF
    The combination of convolutional and recurrent neural networks is a promising framework. This arrangement allows the extraction of high-quality spatio-temporal features together with their temporal dependencies. This fact is key for time series prediction problems such as forecasting, classification or anomaly detection, amongst others. In this paper, the TSFEDL library is introduced. It compiles 22 state-of-the-art methods for both time series feature extraction and prediction, employing convolutional and recurrent deep neural networks for its use in several data mining tasks. The library is built upon a set of Tensorflow + Keras and PyTorch modules under the AGPLv3 license. The performance validation of the architectures included in this proposal confirms the usefulness of this Python package.This work has been partially supported by the Contract UGRAM OTRI-4260 and the Regional Government of Andalusia, under the program ‘‘Personal Investigador Doctor”, reference DOC_00235. This work was also supported by project PID2020-119478 GB-I00 granted by Ministerio de Ciencia, Innovación y Universidades, and projects P18-FR-4961 and P18-FR-4262 by Proyectos I + D+i Junta de Andalucia 2018
    corecore