Does an LSTM-based machine learning method with SAX preprocessing improve the accuracy and response time of heart disease classification from ECG signals compared to baseline techniques?
An LSTM-based deep learning approach with SAX preprocessing improves the accuracy and speed of automated heart disease classification from ECG signals.
Heart disease classification based on electrocardiogram(ECG) signal has become a priority topic in the diagnosis of heart diseases because it can be obtained with a simple diagnostic tool of low cost. Since early detection of heart disease can enable us to ease the treatment as well as save people's lives, accurate detection of heart disease using ECG is very important. In this paper, we propose a classification method of heart diseases based on ECG by adopting a machine learning method, called Long Short-Term Memory (LSTM), which is a state-of-the-art technique analyzing time series sequences in deep learning. As suitable data preprocessing, we also utilize symbolic aggregate approximation (SAX) to improve the accuracy. Our experiment results show that our approach not only achieves significantly better accuracy but also classifies heart diseases correctly in smaller response time than baseline techniques.
Liu et al. (Sun,) studied this question.