| Literature DB >> 35990128 |
S Kannan1, G Premalatha2, M Jamuna Rani3, D Jayakumar4, P Senthil5, S Palanivelrajan6, S Devi7, Kibebe Sahile8.
Abstract
This work is implemented for the management of patients with epilepsy, and methods based on electroencephalography (EEG) analysis have been proposed for the timely prediction of its occurrence. The proposed system is used for crisis detection and prediction system; it is useful for both patients and medical staff to know their status easily and more accurately. In the treatment of Parkinson's disease, the affected patients with Parkinson's disease can assess the prognostic risk factors, and the symptoms are evaluated to predict rapid progression in the early stages after diagnosis. The presented seizure prediction system introduces deep learning algorithms into EEG score analysis. This proposed work long short-term memory (LSTM) network model is mainly implemented for the identification and classification of qualitative patterns in the EEG of patients. While compared with other techniques like deep learning models such as convolutional neural networks (CNNs) and traditional machine learning algorithms, the proposed LSTM model plays a significant role in predicting impending crises over 4 different qualifying intervals from 10 minutes to 1.5 hours with very few wrong predictions.Entities:
Mesh:
Year: 2022 PMID: 35990128 PMCID: PMC9385318 DOI: 10.1155/2022/8419308
Source DB: PubMed Journal: Comput Intell Neurosci
Figure 1The basic stages of seizure prediction methodology.
Figure 2Illustration of the discrete 3-level transformation with wavelets.
Figure 3Architecture of a recurrent neural network (RNN) [18].
Figure 4Interconnected memory cells of an LSTM network [20].
Figure 5The proposed LSTM network architectures for crisis prediction.
Figure 6Computational cost of the Adam algorithm compared to corresponding optimization algorithms [24].
Basic parameters of the network.
| Hidden state size LSTM | 32 to 128 |
| LSTM (layer number) levels | 1 to 2 |
| Fully connected layers | 2 (ReLU, softmax) |
| Batch size | 10 |
| Epoch number | 10 |
| Sequence length | 1 to 50 |
| Learning rate | 0.001 |
| Number of classes | Procritic, mesocritical |
Comparison of the proposed crisis forecasting methodology with previous studies.
| Study | Database | No. ofpatients | Number ofseizures | Total durationof EEG (hours) | Exported features | Classifier | Sens (%) | Spec (%) | FPR ( | Qualifyingtime (min) |
|---|---|---|---|---|---|---|---|---|---|---|
| [ | CHB-MIT | 21 | 60 | 10.80 | Phase synchronization | SVM | 82.47 | 82.75 | — | 5 |
| [ | CHB-MIT | 17 | 75 | 645 | Absolute/relative energy distribution | SVM | 98.66 | — | 0.045 | 55 |
| [ | CHB-MIT | 10 | 30 | 60 | Number of zero passages, similarity/dissimilarity coefficient | — | 77.05 | — | 0.16 | 55 |
| [ | CHB-MIT | 3 | 15 | 272 | Number of zero passages, similarity/dissimilarity coefficient | — | 83.86 | — | 0.164 | 35 |
| Private data | 17 | 65 | 285 | Number of zero passages, similarity/dissimilarity coefficient | — | 91.25 | — | 0.06 | 35 | |
|
| ||||||||||
| [ | CHB-MIT | 13 | 120 | 434.4 | Fourier transform | — | 83.33 | — | 0.393 | 85 |
| Private data | 3 | 15 | 148.1 | Fourier transform | — | 77.74 | — | 0.483 | 85 | |
|
| ||||||||||
| [ | CHB-MIT | 13 | 65 | 311.1 | Spectrum images with STFT transform | CNN | 81.20 | — | 0.14 | 5 |
| [ | CHB-MIT | 15 | 15 | 70.4 | Discrete transformation with wavelets | CNN | 83.36 | — | 0.146 | 15 |
| Private data | 12 | 14 | 24.20 | Discrete transformation with wavelets | CNN | 93.33 | — | 0.127 | 15 | |
|
| ||||||||||
| [ | CHB-MIT | 24 | 174 | 982.7 | Eigenvalues of covariate tables | LDA | 81.07 | 60.05 | 0.46 | 65 |
| 87.06 | 50.03 | 0.3 | 95 | |||||||
| 89.07 | 36.01 | 0.37 | 125 | |||||||
|
| ||||||||||
| CNN-LSTM | CHB-MIT | 24 | 180 | 978.2 | Statistical values, number of zero passages,distinct transform. With wavelet, powerdistribution, and correlation between channels | LSTM | 100/99.29 | 99.23 | 0.12 | 10 |
| 100/99.37 | 99.67 | 0.07 | 25 | |||||||
| 100/99.62 | 99.77 | 0.04 | 55 | |||||||
| 100/99.81 | 99.85 | 0.03 | 115 | |||||||
SVM = support vector machine, CNN = convolutional neural network, LDA = linear discriminant analysis, Sens = sensitivity, Spec = specificity, FPR = false prediction rate per recording time. Based on specified assessment field.