International Journal of Fuzzy Logic and Intelligent Systems 2020; 20(2): 138-144
Published online June 25, 2020
https://doi.org/10.5391/IJFIS.2020.20.2.138
© The Korean Institute of Intelligent Systems
Urtnasan Erdenebayar1 , Jong-Uk Park1
, SooYong Lee2
, Eun-Yeon Joo3
, and Kyoung-Joung Lee1
1Department of Biomedical Engineering, College of Health Science, Yonsei University, Wonju, Korea
2Department of Liberal Education, Yonsei University, Wonju, Korea
3Department of Neurology, Samsung Medical Center, Sungkyunkwan University School of Medicine, Seoul, Korea
Correspondence to :
Kyoung-Joung Lee (lkj5809@yonsei.ac.kr)
This is an Open Access article distributed under the terms of the Creative Commons Attribution Non-Commercial License (http://creativecommons.org/licenses/by-nc/3.0/) which permits unrestricted noncommercial use, distribution, and reproduction in any medium, provided the original work is properly cited.
In this study, we demonstrated a novel method to predict a patient with periodic limb movements (PLMs) based on a deep learning model using an electrocardiogram (ECG) signal. A convolutional neural network (CNN) model was used to distinguish between the PLM and control subjects through morphological analysis of an ECG signal. The constructed CNN model consisted of convolutional, pooling, and fully connected layers. For this study, polysomnography (PSG) data that were measured from 14 subjects at the Samsung Medical Center were used. The subjects were divided into control group (4 males, 3 females) and PLM group (4 males, 3 females). To train and evaluate the CNN model, the ECG dataset was collected during the PSG study, and it was normalized and segmented at a duration of 10 s. The training and test sets consisted of 30,324 and 7,582 segments, respectively. The CNN model presented a prediction performance with an F1-score of 100.0% for the test sets. We obtained robust results that demonstrated the possibility of the automatic screening of PLM patients using the CNN model with an ECG signal.
Keywords: Periodic limb movement disorder, Convolutional neural network, Deep learning, Electrocardiogram
Periodic limb movements (PLMs) are regarded as repetitive and episodic movements caused by specific muscle atonia during sleep. PLM episodes are repeated four or more times consecutively, with the duration of one episode that ranges from 0.5 to 5 seconds. The interval between two episodes is from 5 to 90 seconds. Frequent occurrence of PLMs (e.g., the average number of PLMs per hour) may be lead to arousal or sleep fragmentation, which can affect personal health and wellbeing [1]. Furthermore, PLMs are known to be related to several other disorders, including cardiovascular disease, hypertension, depression, narcolepsy, rapid eye movement disorder, and Parkinson’s disease [2–6]. Thus, early and easy diagnosis of PLMs is clinically crucial to prevent other associated diseases.
Nocturnal polysomnography (PSG) is the standard diagnostic test for sleep disorders, including PLMs and restless legs syndrome. In PSG, various equipment are attached to the body of the patient to measure various bio-signals, such as electroencephalogram (EEG), electrooculogram (EOG), electrocardiogram (ECG), and electromyogram (EMG). In addition, the PSG test can accurately and objectively diagnose all sleep-related disorders based on the bio-signals recorded during sleep [7]. However, PSG tests are expensive and inconvenient and require sleep experts. Most importantly, sleep experts require annotating the PLMs manually, which is a remarkable task, and the annotation results may differ according to the experience and proficiency of the sleep expert.
A few studies have proposed alternative methods for scoring PLMs based on accelerometry, EMG, and film sensors [8–11]. King et al. [9] proposed a novel approach to measure PLMs using an Actiwatch (Cambridge Neuro-Technology Ltd., Cambridge, UK). They demonstrated the potential of the continuous measurement of PLMs for monitoring and treatment. Prill and Fahrenberg [10] investigated a method based on multiple accelerometry for PLM assessment. However, these studies required additional devices or multiple sensors and their performance was not sufficient. Finally, Wetter et al. [11] developed an automatic scoring method based on an EMG signal during PSG. They achieved an accuracy of 92.5% for PLM episodes. Portable PSG is essentially used for home sleep monitoring to diagnose sleep disorders [12]. Portable or home PSG only requires four channel physiological signals: ECG, respiratory, SpO2, and photoplethysmography. Therefore, a novel algorithm based on a single-lead ECG signal is required for PLM monitoring in laboratory and home.
In this study, using a single-lead ECG signal, we proposed a novel approach for the automatic prediction of PLM patients by deep learning. A convolutional neural network (CNN) was used as the deep learning model. For the performance evaluation, a clinical dataset obtained from control and patient groups with PLMs was used.
For this study, 14 subjects were enrolled, and all of them underwent nocturnal PSG recordings. All the PSG recordings were obtained by using a polygraphic amplifier (N7000; Embla, Iceland) over an average period of 7.5 hours at the Samsung Medical Center, Seoul, Korea (Table 1). The PSG data comprise numerous biosignals, including EEG, EOG, EMG, ECG, chest and abdominal respiration, airflow, oxygen saturation, and snoring. The signals were recorded at a sampling rate of 200 Hz and segmented into units of 30 seconds. Sleep disorders, including PLMs, were labeled according to the criteria of the American Association of Sleep Medicine [13]. All the PSG recordings were approved by the Institutional Review Board of Samsung Medical Center (IRB No. 2012-01-063).
The ECG signals of the subjects in each group were collected using a single-lead transducer and then resampled at 100 Hz; they consisted of 1,000 samples per episode. The study population was randomly divided into training (10 subjects, 30,324 events) and test (4 subjects, 7,582 events) sets to train and evaluate the constructed deep learning model (Table 2).
Deep learning can be useful for modeling the characteristics of human sleep patterns, particularly sleep-related movements during sleep, such as PLMs. A CNN is a most common deep learning model known to present outstanding performance in computer vision and pattern recognition [14]. In this study, an optimal CNN model for PLM prediction was designed and optimized via trial and error. Thus, the proposed deep learning model comprised a three-layer CNN model.
The proposed CNN model used one-dimensional (1D) convolutional and pooling layers. In this layer, feature maps were extracted from the ECG signal. The 1D convolutional filters were applied in different sizes and numbers to each layer. A 1D convolution layer can be represented by the convolution operation expressed in
where
A pooling layer performs logical functions to increase the discriminative power of the features and reduces the amount of data. Pooling or sub-sampling has several methods. The proposed CNN model performed max-pooling in the pooling layers for the intermediate feature map reduction. The pooling layers have no training parameters. However, there were several hyperparameters, including the window size
A rectified linear unit (ReLU) was used as the activation function of each layer of the proposed deep learning model; it can be represented as follows:
where
Dropout and batch normalization were conducted to reduce overfitting in the proposed CNN model for the automatic prediction of PLMs using a single-lead ECG. To reduce overfitting in the network model, dropout randomly eliminates nodes in a network, thereby preventing complex adaptations on the training data [17]. In this study, batch normalization was conducted on the input ECG signal before training the proposed CNN model, as expressed in
where
The proposed deep learning model was a three-layer structure comprising three convolutional and pooling layers in the CNN (Figure 1). The first convolutional layer had 20 filters with the size of 50 × 1 array, and the output feature map has the size of 951 × 20 array. The second convolutional layer had 16 filters with the size of 30 × 1 array, and the output feature map was 446 × 16 array. The last convolutional layer had eight filters with the size of 10 × 1, and the output of this layer has the size of 214×8 array. Subsequently, we used a fully connected layer with the softmax activation as a final discriminator for the PLM prediction from a single-lead ECG signal. ReLU activation and max pooling (2 × 1) were used for all the layers. For real-time implementation, we attempted to design a simple and easy model of the CNN.
For this study, the PSG data were processed using MATLAB (ver. R2018b) software. The proposed deep learning model was implemented using the Keras library [19] with TensorFlow [20] backend. A workstation with Intel CPU (i9-9900X @3.5 GHz) and Nvidia GPU (GeForce RTX 2080 Ti) was used to train and evaluate the deep learning model.
For the assessment of the proposed deep learning model for PLM prediction using a single-lead ECG signal, the following evaluation measures were used: precision, recall, and F1-score. The F1-score evaluates the prediction accuracy of a class according to the class equality. To obtain the F1-score, two evaluation measures, precision and recall, are combined. These are defined as follows:
where TP, FP, and FN denote true positive, false positive, and false negative, respectively. They are determined for each periodic leg movement event.
The F1-score, which is known to be appropriate for an unbalanced dataset, is computed based on the sample proportion of the precision and recall as follows:
Table 3 shows the results of the proposed deep learning model for the automatic prediction of PLM patients using a single-lead ECG signal. The performance of the proposed deep learning model was represented by the recall, precision, F1-score, and accuracy for the training and the test set.
Figure 2 shows the graphs of the learning accuracy and the losses of the proposed deep learning model for PLM prediction. We achieved stable and robust performances for the training and the test set.
This study proposed a novel approach for the automatic prediction of PLM patients by deep learning using a single-lead ECG signal. A CNN model was used for the deep learning, and its performance was evaluated using a clinical dataset measured from a control group and patients with PLMs. We achieved a high performance with an accuracy of 99.8% on the training set and 99.2% on the test set.
PLMs are considered prevalent in old people above 60 years; however, no prediction method is available for PLM patients yet. This study is an alternative study in which a CNN is applied to an intelligent system for PLM prediction using a single-lead ECG signal. The proposed approach has some advances, such as a strong performance, simultaneous usability in laboratory and home sleep monitoring, and easy implementation. Owing to motion artifacts in ECG signals, the proposed approach can precisely discriminate between normal and abnormal ECGs for the automatic prediction of PLMs based on deep learning. An ECG signal is an essential and important clinical information source for not only nocturnal PGS study at a sleep laboratory but also for portable PSG for home sleep monitoring. The proposed approach for the automatic prediction of PLM suggested a simple CNN architecture that can be easily implemented with real-world data.
However, this study has several limitations, including the small amount of data and the high computational power. For this study, we used the ECG signals of only 14 subjects. In a further study, a comparatively larger study population should be used to overcome this limitation. To calculate high-dimensional data abstraction, a CNN model requires a relatively high computational power than conventional machine learning methods. Therefore, in this study, we constructed and optimized a CNN model with a simple and small structure.
In summary, we proposed a novel method for the automatic prediction of PLM patients by a deep learning model using an ECG signal. The deep CNN model was constructed and evaluated by the dataset of the control and PLM patients for this study. We obtained very satisfactory performances on the training and test sets. In addition, we proposed an alternative method to predict PLM patients. Our results demonstrated the possibility of using the deep learning model with an ECG signal for PLM prediction. In addition, it showed that a single-lead ECG signal can be used as a discriminative and alternative signal for PLM patients. The proposed approach can be used as a sufficient and helpful prediction tool for sleep-related movements, including PLMs. In further studies, comparatively more diverse patients and larger datasets are required for insightful results.
No potential conflict of interest relevant to this article was reported.
Table 1. Characteristics of the study population.
Measures | Control ( | PLM ( | |
---|---|---|---|
Sex | |||
Male | 4 | 4 | |
Female | 3 | 3 | |
Age (yr) | 49.4±5.9 | 49.6±5.9 | NS |
Body mass index (kg/m2) | 22.2±1.8 | 22.4±1.9 | NS |
PLM index (/hr) | 0.0±0.0 | 22.9±6.5 | |
Total sleep time (hr) | 6.9±0.4 | 6.3±0.6 | NS |
Sleep efficiency (%) | 88.1±4.9 | 88.7±5.6 | NS |
Values are presented as mean±standard deviation..
NS, not significant..
Table 2. Information of the training and test sets.
Dataset | Training set | Test set | Total |
---|---|---|---|
Number of subjects | 10 | 4 | 14 |
Control group | 5 | 2 | 7 |
PLM group | 5 | 2 | 7 |
Age (yr) | 48.5±6.7 | 52.0±3.8 | 49.5±6.1 |
Body mass index (kg/m2) | 22.5±2.1 | 21.9±1.6 | 22.3±2.0 |
PLM index (/hr) | 10.6±12.2 | 13.6±16.0 | 11.5±12.8 |
Total sleep time (hr) | 6.5±0.7 | 6.8±0.5 | 6.6±0.6 |
Total episodes | 30,324 | 7,582 | 37,906 |
Values are presented as mean±standard deviation..
Table 3. Performance of the proposed deep learning model for PLM prediction.
Datasets | Episodes | Precision | Recall | F1-score | Accuracy |
---|---|---|---|---|---|
Training set | CTR | 1.00 | 1.00 | 1.00 | 0.998 |
PLM | 1.00 | 1.00 | 1.00 | ||
Test set | CTR | 1.00 | 1.00 | 1.00 | 0.992 |
PLM | 1.00 | 1.00 | 1.00 |
E-mail: edenbyra@yonsei.ac.kr
E-mail: pjwwhite01@naver.com
E-mail: 0691@yonsei.ac.kr
E-mail: eunyeon.joo@gmail.com
E-mail: lkj5809@yonsei.ac.kr
International Journal of Fuzzy Logic and Intelligent Systems 2020; 20(2): 138-144
Published online June 25, 2020 https://doi.org/10.5391/IJFIS.2020.20.2.138
Copyright © The Korean Institute of Intelligent Systems.
Urtnasan Erdenebayar1 , Jong-Uk Park1
, SooYong Lee2
, Eun-Yeon Joo3
, and Kyoung-Joung Lee1
1Department of Biomedical Engineering, College of Health Science, Yonsei University, Wonju, Korea
2Department of Liberal Education, Yonsei University, Wonju, Korea
3Department of Neurology, Samsung Medical Center, Sungkyunkwan University School of Medicine, Seoul, Korea
Correspondence to:Kyoung-Joung Lee (lkj5809@yonsei.ac.kr)
This is an Open Access article distributed under the terms of the Creative Commons Attribution Non-Commercial License (http://creativecommons.org/licenses/by-nc/3.0/) which permits unrestricted noncommercial use, distribution, and reproduction in any medium, provided the original work is properly cited.
In this study, we demonstrated a novel method to predict a patient with periodic limb movements (PLMs) based on a deep learning model using an electrocardiogram (ECG) signal. A convolutional neural network (CNN) model was used to distinguish between the PLM and control subjects through morphological analysis of an ECG signal. The constructed CNN model consisted of convolutional, pooling, and fully connected layers. For this study, polysomnography (PSG) data that were measured from 14 subjects at the Samsung Medical Center were used. The subjects were divided into control group (4 males, 3 females) and PLM group (4 males, 3 females). To train and evaluate the CNN model, the ECG dataset was collected during the PSG study, and it was normalized and segmented at a duration of 10 s. The training and test sets consisted of 30,324 and 7,582 segments, respectively. The CNN model presented a prediction performance with an F1-score of 100.0% for the test sets. We obtained robust results that demonstrated the possibility of the automatic screening of PLM patients using the CNN model with an ECG signal.
Keywords: Periodic limb movement disorder, Convolutional neural network, Deep learning, Electrocardiogram
Periodic limb movements (PLMs) are regarded as repetitive and episodic movements caused by specific muscle atonia during sleep. PLM episodes are repeated four or more times consecutively, with the duration of one episode that ranges from 0.5 to 5 seconds. The interval between two episodes is from 5 to 90 seconds. Frequent occurrence of PLMs (e.g., the average number of PLMs per hour) may be lead to arousal or sleep fragmentation, which can affect personal health and wellbeing [1]. Furthermore, PLMs are known to be related to several other disorders, including cardiovascular disease, hypertension, depression, narcolepsy, rapid eye movement disorder, and Parkinson’s disease [2–6]. Thus, early and easy diagnosis of PLMs is clinically crucial to prevent other associated diseases.
Nocturnal polysomnography (PSG) is the standard diagnostic test for sleep disorders, including PLMs and restless legs syndrome. In PSG, various equipment are attached to the body of the patient to measure various bio-signals, such as electroencephalogram (EEG), electrooculogram (EOG), electrocardiogram (ECG), and electromyogram (EMG). In addition, the PSG test can accurately and objectively diagnose all sleep-related disorders based on the bio-signals recorded during sleep [7]. However, PSG tests are expensive and inconvenient and require sleep experts. Most importantly, sleep experts require annotating the PLMs manually, which is a remarkable task, and the annotation results may differ according to the experience and proficiency of the sleep expert.
A few studies have proposed alternative methods for scoring PLMs based on accelerometry, EMG, and film sensors [8–11]. King et al. [9] proposed a novel approach to measure PLMs using an Actiwatch (Cambridge Neuro-Technology Ltd., Cambridge, UK). They demonstrated the potential of the continuous measurement of PLMs for monitoring and treatment. Prill and Fahrenberg [10] investigated a method based on multiple accelerometry for PLM assessment. However, these studies required additional devices or multiple sensors and their performance was not sufficient. Finally, Wetter et al. [11] developed an automatic scoring method based on an EMG signal during PSG. They achieved an accuracy of 92.5% for PLM episodes. Portable PSG is essentially used for home sleep monitoring to diagnose sleep disorders [12]. Portable or home PSG only requires four channel physiological signals: ECG, respiratory, SpO2, and photoplethysmography. Therefore, a novel algorithm based on a single-lead ECG signal is required for PLM monitoring in laboratory and home.
In this study, using a single-lead ECG signal, we proposed a novel approach for the automatic prediction of PLM patients by deep learning. A convolutional neural network (CNN) was used as the deep learning model. For the performance evaluation, a clinical dataset obtained from control and patient groups with PLMs was used.
For this study, 14 subjects were enrolled, and all of them underwent nocturnal PSG recordings. All the PSG recordings were obtained by using a polygraphic amplifier (N7000; Embla, Iceland) over an average period of 7.5 hours at the Samsung Medical Center, Seoul, Korea (Table 1). The PSG data comprise numerous biosignals, including EEG, EOG, EMG, ECG, chest and abdominal respiration, airflow, oxygen saturation, and snoring. The signals were recorded at a sampling rate of 200 Hz and segmented into units of 30 seconds. Sleep disorders, including PLMs, were labeled according to the criteria of the American Association of Sleep Medicine [13]. All the PSG recordings were approved by the Institutional Review Board of Samsung Medical Center (IRB No. 2012-01-063).
The ECG signals of the subjects in each group were collected using a single-lead transducer and then resampled at 100 Hz; they consisted of 1,000 samples per episode. The study population was randomly divided into training (10 subjects, 30,324 events) and test (4 subjects, 7,582 events) sets to train and evaluate the constructed deep learning model (Table 2).
Deep learning can be useful for modeling the characteristics of human sleep patterns, particularly sleep-related movements during sleep, such as PLMs. A CNN is a most common deep learning model known to present outstanding performance in computer vision and pattern recognition [14]. In this study, an optimal CNN model for PLM prediction was designed and optimized via trial and error. Thus, the proposed deep learning model comprised a three-layer CNN model.
The proposed CNN model used one-dimensional (1D) convolutional and pooling layers. In this layer, feature maps were extracted from the ECG signal. The 1D convolutional filters were applied in different sizes and numbers to each layer. A 1D convolution layer can be represented by the convolution operation expressed in
where
A pooling layer performs logical functions to increase the discriminative power of the features and reduces the amount of data. Pooling or sub-sampling has several methods. The proposed CNN model performed max-pooling in the pooling layers for the intermediate feature map reduction. The pooling layers have no training parameters. However, there were several hyperparameters, including the window size
A rectified linear unit (ReLU) was used as the activation function of each layer of the proposed deep learning model; it can be represented as follows:
where
Dropout and batch normalization were conducted to reduce overfitting in the proposed CNN model for the automatic prediction of PLMs using a single-lead ECG. To reduce overfitting in the network model, dropout randomly eliminates nodes in a network, thereby preventing complex adaptations on the training data [17]. In this study, batch normalization was conducted on the input ECG signal before training the proposed CNN model, as expressed in
where
The proposed deep learning model was a three-layer structure comprising three convolutional and pooling layers in the CNN (Figure 1). The first convolutional layer had 20 filters with the size of 50 × 1 array, and the output feature map has the size of 951 × 20 array. The second convolutional layer had 16 filters with the size of 30 × 1 array, and the output feature map was 446 × 16 array. The last convolutional layer had eight filters with the size of 10 × 1, and the output of this layer has the size of 214×8 array. Subsequently, we used a fully connected layer with the softmax activation as a final discriminator for the PLM prediction from a single-lead ECG signal. ReLU activation and max pooling (2 × 1) were used for all the layers. For real-time implementation, we attempted to design a simple and easy model of the CNN.
For this study, the PSG data were processed using MATLAB (ver. R2018b) software. The proposed deep learning model was implemented using the Keras library [19] with TensorFlow [20] backend. A workstation with Intel CPU (i9-9900X @3.5 GHz) and Nvidia GPU (GeForce RTX 2080 Ti) was used to train and evaluate the deep learning model.
For the assessment of the proposed deep learning model for PLM prediction using a single-lead ECG signal, the following evaluation measures were used: precision, recall, and F1-score. The F1-score evaluates the prediction accuracy of a class according to the class equality. To obtain the F1-score, two evaluation measures, precision and recall, are combined. These are defined as follows:
where TP, FP, and FN denote true positive, false positive, and false negative, respectively. They are determined for each periodic leg movement event.
The F1-score, which is known to be appropriate for an unbalanced dataset, is computed based on the sample proportion of the precision and recall as follows:
Table 3 shows the results of the proposed deep learning model for the automatic prediction of PLM patients using a single-lead ECG signal. The performance of the proposed deep learning model was represented by the recall, precision, F1-score, and accuracy for the training and the test set.
Figure 2 shows the graphs of the learning accuracy and the losses of the proposed deep learning model for PLM prediction. We achieved stable and robust performances for the training and the test set.
This study proposed a novel approach for the automatic prediction of PLM patients by deep learning using a single-lead ECG signal. A CNN model was used for the deep learning, and its performance was evaluated using a clinical dataset measured from a control group and patients with PLMs. We achieved a high performance with an accuracy of 99.8% on the training set and 99.2% on the test set.
PLMs are considered prevalent in old people above 60 years; however, no prediction method is available for PLM patients yet. This study is an alternative study in which a CNN is applied to an intelligent system for PLM prediction using a single-lead ECG signal. The proposed approach has some advances, such as a strong performance, simultaneous usability in laboratory and home sleep monitoring, and easy implementation. Owing to motion artifacts in ECG signals, the proposed approach can precisely discriminate between normal and abnormal ECGs for the automatic prediction of PLMs based on deep learning. An ECG signal is an essential and important clinical information source for not only nocturnal PGS study at a sleep laboratory but also for portable PSG for home sleep monitoring. The proposed approach for the automatic prediction of PLM suggested a simple CNN architecture that can be easily implemented with real-world data.
However, this study has several limitations, including the small amount of data and the high computational power. For this study, we used the ECG signals of only 14 subjects. In a further study, a comparatively larger study population should be used to overcome this limitation. To calculate high-dimensional data abstraction, a CNN model requires a relatively high computational power than conventional machine learning methods. Therefore, in this study, we constructed and optimized a CNN model with a simple and small structure.
In summary, we proposed a novel method for the automatic prediction of PLM patients by a deep learning model using an ECG signal. The deep CNN model was constructed and evaluated by the dataset of the control and PLM patients for this study. We obtained very satisfactory performances on the training and test sets. In addition, we proposed an alternative method to predict PLM patients. Our results demonstrated the possibility of using the deep learning model with an ECG signal for PLM prediction. In addition, it showed that a single-lead ECG signal can be used as a discriminative and alternative signal for PLM patients. The proposed approach can be used as a sufficient and helpful prediction tool for sleep-related movements, including PLMs. In further studies, comparatively more diverse patients and larger datasets are required for insightful results.
Architecture of the proposed deep learning model for PLM prediction.
(a) Accuracy and (b) loss functions of the proposed deep learning model for PLM prediction.
Table 1 . Characteristics of the study population.
Measures | Control ( | PLM ( | |
---|---|---|---|
Sex | |||
Male | 4 | 4 | |
Female | 3 | 3 | |
Age (yr) | 49.4±5.9 | 49.6±5.9 | NS |
Body mass index (kg/m2) | 22.2±1.8 | 22.4±1.9 | NS |
PLM index (/hr) | 0.0±0.0 | 22.9±6.5 | |
Total sleep time (hr) | 6.9±0.4 | 6.3±0.6 | NS |
Sleep efficiency (%) | 88.1±4.9 | 88.7±5.6 | NS |
Values are presented as mean±standard deviation..
NS, not significant..
Table 2 . Information of the training and test sets.
Dataset | Training set | Test set | Total |
---|---|---|---|
Number of subjects | 10 | 4 | 14 |
Control group | 5 | 2 | 7 |
PLM group | 5 | 2 | 7 |
Age (yr) | 48.5±6.7 | 52.0±3.8 | 49.5±6.1 |
Body mass index (kg/m2) | 22.5±2.1 | 21.9±1.6 | 22.3±2.0 |
PLM index (/hr) | 10.6±12.2 | 13.6±16.0 | 11.5±12.8 |
Total sleep time (hr) | 6.5±0.7 | 6.8±0.5 | 6.6±0.6 |
Total episodes | 30,324 | 7,582 | 37,906 |
Values are presented as mean±standard deviation..
Table 3 . Performance of the proposed deep learning model for PLM prediction.
Datasets | Episodes | Precision | Recall | F1-score | Accuracy |
---|---|---|---|---|---|
Training set | CTR | 1.00 | 1.00 | 1.00 | 0.998 |
PLM | 1.00 | 1.00 | 1.00 | ||
Test set | CTR | 1.00 | 1.00 | 1.00 | 0.992 |
PLM | 1.00 | 1.00 | 1.00 |
Urtnasan Erdenebayar, Yeewoong Kim, Joung-Uk Park, SooYong Lee, and Kyoung-Joung Lee
International Journal of Fuzzy Logic and Intelligent Systems 2020; 20(3): 181-187 https://doi.org/10.5391/IJFIS.2020.20.3.181Nishant Chauhan and Byung-Jae Choi
International Journal of Fuzzy Logic and Intelligent Systems 2019; 19(4): 315-322 https://doi.org/10.5391/IJFIS.2019.19.4.315Chan Sik Han and Keon Myung Lee
International Journal of Fuzzy Logic and Intelligent Systems 2021; 21(4): 317-337 https://doi.org/10.5391/IJFIS.2021.21.4.317Architecture of the proposed deep learning model for PLM prediction.
|@|~(^,^)~|@|(a) Accuracy and (b) loss functions of the proposed deep learning model for PLM prediction.