Zgadzam się
Nasza strona zapisuje niewielkie pliki tekstowe, nazywane ciasteczkami (ang. cookies) na Twoim urządzeniu w celu lepszego dostosowania treści oraz dla celów statystycznych. Możesz wyłączyć możliwość ich zapisu, zmieniając ustawienia Twojej przeglądarki. Korzystanie z naszej strony bez zmiany ustawień oznacza zgodę na przechowywanie cookies w Twoim urządzeniu.
This paper refers to the method of using the deep neural long-short-term memory (LSTM)network for the problem of electrocardiogram (ECG) signal classification. ECG signals contain a lot ofsubtle information analyzed by doctors to determine the type of heart dysfunction. Due to the largenumber of signal features that are difficult to identify, raw ECG data is usually not suitable for use inmachine learning. The article presents how to transform individual ECG time series into spectralimages for which two characteristics are determined, which are instantaneous frequency and spectralentropy. Feature extraction consists of converting the ECG signal into a series of spectral images usingshort-term Fourier transformation. Then the images were converted using Fourier transform again totwo signals, which includes instantaneous frequency and spectral entropy. The data set transformedin this way was used to train the LSTM network. During the experiments, the LSTM networks weretrained for both raw and spectrally transformed data. Then, the LSTM networks trained in this waywere compared with each other. The obtained results prove that the transformation of input signalsinto images can be an effective method of improving the quality of classifiers based on deep learning.