Skip to main content

A computational clinical decision-supporting system to suggest effective anti-epileptic drugs for pediatric epilepsy patients based on deep learning models using patient’s medical history

Abstract

Background

Epilepsy, a chronic brain disorder characterized by abnormal brain activity that causes seizures and other symptoms, is typically treated using anti-epileptic drugs (AEDs) as the first-line therapy. However, due to the variations in their modes of action, identification of effective AEDs often relies on ad hoc trials, which is particularly challenging for pediatric patients. Thus, there is significant value in computational methods capable of assisting in the selection of AEDs, aiming to minimize unnecessary medication and improve treatment efficacy.

Results

In this study, we collected 7,507 medical records from 1,000 pediatric epilepsy patients and developed a computational clinical decision-supporting system for AED selection. This system leverages three multi-channel convolutional neural network (CNN) models tailored to three specific AEDs (vigabatrin, prednisolone, and clobazam). Each CNN model predicts whether a respective AED is effective on a given patient or not. The CNN models showed AUROCs of 0.90, 0.80, and 0.92 in 10-fold cross-validation, respectively. Evaluation on a hold-out test dataset further revealed positive predictive values (PPVs) of 0.92, 0.97, and 0.91 for the three respective CNN models, representing that suggested AEDs by our models would be effective in controlling epilepsy with a high accuracy and thereby reducing unnecessary medications for pediatric patients.

Conclusion

Our CNN models in the system demonstrated high PPVs for the three AEDs, which signifies the potential of our approach to support the clinical decision-making by assisting doctors in recommending effective AEDs within the three AEDs for patients based on their medical history. This would result in a reduction in the number of unnecessary ad hoc attempts to find an effective AED for pediatric epilepsy patients.

Background

Epilepsy is an intractable chronic neurological disease that involves abnormal brain activity such as seizures and other symptoms, posing significant challenges to patients worldwide. According to the World Health Organization, approximately 50 million individuals worldwide are suffering from epilepsy, with an estimated five million new diagnoses annually [1]. Notably, in the United States alone, there are three million adult epilepsy patients and 470,000 pediatric epilepsy patients [2].

Generally, anti-epileptic drugs (AEDs) serve as a primary therapy for symptom management in the majority of epilepsy patients [3]. However, it is often necessary to adopt an ad hoc trial-and-error approach to identify effective AEDs due to the diverse causes of epilepsy and the variations of AEDs in their modes of action [4, 5]. Such empirical strategies may have a detrimental effect on the quality of life provided to patients, particularly pediatric epilepsy patients, due to the inherent risks and potential adverse effects associated with clinical trials [69]. Therefore, the minimization of the trials to find out effective AEDs is crucial in epilepsy treatment and there is a continuous demand for computational methods to suggest an effective AED for pediatric patients, minimizing the ad hoc trials.

With the rapid advance of machine learning methods, such as convolutional neural network (CNN) [10] and long short-term memory network [11], there is a newfound opportunity to develop computational methods for predicting individual seizure occurrences and surgical outcomes based on medical data, comprising primarily textual and visual information [1215]. However, there are few studies on precise patient-specific drug suggestion methods for epilepsy patients, and there have been no studies that develop personalized drug suggestion models for pediatric epilepsy patients [1618]. Previous studies have utilized electronic health records (EHR) and genomic data to predict drug outcomes [1618]. However, the high costs associated with genetic testing present a significant financial barrier to the practical application of these models for the selection of personalized drugs [19, 20]. Although EHR-based drug recommendation approach does not mandate additional costly tests, the reported performances, with F1-scores ranging from 0.20 to 0.40, undermine its practical utility [16]. Consequently, despite the previous studies on patient-specific drug suggestion methods, there is a continued demand for cost-effective and precise methods.

In this study, we developed a computational clinical decision-supporting system tailored for pediatric epilepsy patients based on their medical history. Our system relies on three multi-channel CNN models dedicated to vigabatrin, prednisolone, and clobazam, respectively. These CNN models in our system predict the efficacy of specific AEDs for a given pediatric epilepsy patient based solely on medical history, encompassing prescription histories and EEG interpretation reports. This signifies the potential of our system to support doctors in prescribing effective and personalized AEDs for individual patients, thereby enhancing clinical decision-making processes in the treatment of pediatric epilepsy.

Results and discussion

Aim of study

The primary objective of this study is to develop a system that assists doctors in making clinical decisions regarding the AED selection for pediatric epileptic patients based on their medical history. The system conducts a comprehensive analysis of each patient’s medical history and provides recommendations on the potentially effective AEDs based on the predictions of effectiveness of vigabatrin, prednisolone, and clobazam. The system identifies patterns within the medical history associated with the efficacy of AED, thereby providing suggestions about personalized and optimal AED for individual patients.

Patient data analysis and processing

We collected the medical history data of 1,000 pediatric epilepsy patients from the Epilepsy Research Institute, Severance Children’s Hospital, Republic of Korea. Figure 1 presents the statistics of the compiled medical data, which includes age, gender, prescribed AEDs, and EEG interpretation reports. A significant proportion of the patients, 81%, were notably within the age of zero to five years (Fig. 1a). The rest, 19%, were aged between six and 28 years. As for the gender distribution, it was balanced with 554 males and 446 females (Fig. 1b).

Fig. 1
figure 1

The data distribution of age, gender, and AED. a The distribution of patient age. b The distribution of patient gender. c The number of patients prescribed each AED. d The number of EEG interpretation reports corresponds to the ten most frequently prescribed AEDs. In (c) and (d), the top ten highly prescribed AEDs are shown and the target three AEDs of our drug suggestion system are colored in blue

A total of 52 AEDs were prescribed to the 1,000 pediatric epilepsy patients, and 7,507 post-medication EEG interpretation reports were collected. Among these AEDs, the ten most frequently prescribed drugs were vigabatrin (840 patients with 1,937 EEG reports), prednisolone (665 patients with 785 EEG reports), clobazam (600 patients with 1,078 EEG reports), topiramate (517 patients with 625 EEG reports), levetiracetam (422 patients with 481 EEG reports), phenobarbital (419 patients with 492 EEG reports), zonisamide (376 patients with 588 EEG reports), valproate (373 patients with 443 EEG reports), divalproex (316 patients with 368 EEG reports), and midazolam (267 patients with 46 EEG reports) (Fig. 1c and d).

Given the necessity for sufficient training data to develop accurate machine learning models, it was observed that the majority of drugs in our dataset lacked sufficient quantification in terms of both prescribed patients and medical data. As a result, due to the limited availability of data, only the three most frequently prescribed AEDs (vigabatrin, prednisolone, and clobazam) were suitable for the model construction. Thus, we focused on developing individual CNN models dedicated to predicting the efficacy of each of those AEDs for pediatric epilepsy patients. Specifically, counts of EEG interpretation reports for these AEDs were 1,937 (70 relieved and 1,867 non-relieved), 784 (15 relieved and 770 non-relieved), and 1,078 (18 relieved and 1,060 non-relieved), respectively (Table 1). As epilepsy is a seizure disease, there are diverse types of epilepsy and, in certain people, their causes are not known yet, which makes ad hoc trials and errors inevitable in the search for effective AEDs. Therefore, less than 5% of patients experienced symptom relief after medication, leading to highly imbalanced datasets (Table 1).

Table 1 The number of patients who were prescribed an AED and the corresponding EEG interpretation reports

As illustrated in Fig. 2, the collected data comprised various types, including textual (EEG interpretation reports), numerical (age, total number of prescribed AEDs and their doses), and categorical (gender) data. The numerical and categorical data were directly utilized as features, while the textual data underwent preprocessing for featurization. The featurization involved several steps: extraction of redundant terms from EEG interpretation reports using WordNetLemmatizer from the Natural Language Toolkit (NLTK) [21], encoding of each lemma into a numerical 1D vector through Tokenizer [22], pre-padding of vectors with zeros to maintain consistency, and mapping of padded vectors to pretrained GloVe word embedding for semantic enrichment [23]. Subsequently, the EEG interpretation reports were transformed into embedding matrices tailored to vigabatrin, prednisolone, and clobazam, respectively, with dimensions 194, 190, and 208. These embedding matrices served as the input features for corresponding CNN models.

Fig. 2
figure 2

The schematic illustration of our clinical decision-supporting system. Our clinical decision-supporting system is comprised of three multi-channel CNN models, which predict the outcome of respective AED: vigabatrin, prednisolone, and clobazam. a The comprehensive overview of our clinical decision-supporting system. b The processes of pediatric epilepsy patient data collection and construction of the datasets, generation of an embedding matrix using an interpretation report of EEG, and architecture of our CNN models in the clinical decision-supporting system

Model construction

Given that our target AEDs consisted of three drugs, we considered two approaches: developing a single multi-class model to predict the efficacy of all three AEDs simultaneously or developing three independent binary classification models, each dedicated to predicting the efficacy of a single AED. However, due to the limited number of patients prescribed all three AEDs (only 103 patients), there was insufficient data to construct a robust multi-class model. Consequently, three distinct multi-channel CNN models were constructed, each tailored to a single AED. These models formed the foundation of our AED suggestion system (Fig. 2a).

The architectural overview of our models is illustrated in Fig. 2b. Briefly, as described in Methods, each CNN model features dedicated channels responsible for extracting features from the patient’s medical history data. These features are then aggregated via max-pooling, combined, flattened, and subsequently passed through a dropout layer equipped with softmax activation to predict the efficacy of a specific AED for the queried patient. As a result, our decision-supporting system comprises three individual CNN models, with each model predict the potential efficacy of single AED for a given patient. During a hyperparameter tuning phase, we optimized several parameters as follows (Table 2): the number of channels was set to three, with corresponding filter sizes of three, four, and five. A dropout value of 0.5 was employed, coupled with a learning rate of 0.001 and an epoch size of 100. Furthermore, batch sizes were set to 128, 32, and 32 for vigabatrin, prednisolone, and clobazam, respectively.

Table 2 The ranges of parameters in hyperparameter optimization

Prediction performance

We conducted ten iterations of 10-fold cross-validation and performance assessment on a hold-out dataset to ensure robustness. For the comparison with other algorithms, we constructed models employing conventional algorithms such as k-nearest neighbors (KNN), logistic regression, naïve Bayes, random forest, and LightGBM. This comparison was crucial due to the relatively small patient population in our dataset, where conventional machine learning algorithms might exhibit superior performances compared with advanced deep learning algorithms.

The results of 10-fold cross-validation are shown in Table 3. Our CNN models for vigabatrin, prednisolone, and clobazam achieved AUROCs of 0.90, 0.80, and 0.92, respectively, along with positive predictive values (PPVs) of 0.94, 0.91, and 0.90. Notably, our CNN models consistently outperformed other models. For instance, KNN models achieved AUROCs of 0.79, 0.67, and 0.67, and LightGBM achieved AUROCs of 0.82, 0.61, and 0.69 for the three AEDs, respectively. The validation results on hold-out test datasets, as shown in Table 4, demonstrated the superiority of our CNN models. Across the all metrics, our models showed either better or comparable performance. Notably, the PPVs of our models were 0.92, 0.97, and 0.91 for the three AEDs, while those of KNN were 0.60, 0.50, and 0.35, and LightGBM resulted in 0.65, 0.30, and 0.50, respectively.

Table 3 The results of 10-fold cross-validation of our models and conventional machine learning models for each AED.
Table 4 Performance test results of our models and models trained using conventional algorithms

In this study, as the primary goal is to suggest the efficacies of AEDs through the system, particular emphasis is placed on PPVs. PPV holds paramount importance in clinical decision-supporting systems, as it directly reflects the accuracy of drug suggestion and determines the practical applicability of the model in making clinical decisions [24]. Given that our system aimed to support clinical decisions by predicting the drug outcomes of three AEDs, PPV is a critical metric. Our CNN models achieved exceptionally high PPVs exceeding 0.9, as listed in Tables 3 and 4. This highlights their effectiveness in identifying effective AEDs. In contrast, conventional models achieved lower PPVs. This contrast underscores the practical applicability of our clinical decision-supporting system, built upon three multi-channel CNN models, in the field of clinical decision-supporting. The high PPVs enable our system to assist the doctors in selecting an effective AED, thereby reducing the need for unnecessary trial and error in drug selection processes.

Limitations of our models

Current drug suggestion models often rely on costly techniques such as whole-genome sequencing, which are not feasible for many healthcare settings [1618]. Similarly, other omics data such as transcriptomic and proteomic data face similar limitations due to their associated costs [25]. To overcome these limitations, we have proposed a computational clinical decision-supporting system based on deep learning models that utilize patient medical history data. This offers a more practical and cost-effective alternative to expensive omics experiments. In addition to the practical implications, we have demonstrated the effectiveness of the multi-channel CNN method in extracting valuable information from unstructured textual data for prediction tasks.

Although our CNN models showed high accuracy in predicting drug efficacies for the three AEDs, they were developed from limited and highly imbalanced datasets for pediatric epilepsy patients. There are many other AEDs (52 AEDs in our collected dataset) that were not sufficiently prescribed in our dataset, which prevented us from building models for the remaining 49 AEDs. Additionally, due to variations in the mode of action among AEDs, effective AEDs for individuals are scarce, resulting in highly imbalanced datasets. Finally, since our focus was on pediatric epilepsy patients, the number of patients was significantly lower. To develop more reliable and accurate prediction models covering all available AEDs, a larger patient dataset is necessary, which could be achieved through collaboration across many hospitals worldwide.

Conclusion

Our study presents a novel computational clinical decision-supporting system designed to assist the personalized selection of AEDs for pediatric patients. Using multi-channel CNN models and patient medical history data, our system offers a practical and cost-effective alternative to existing methodologies, which often rely on expensive techniques such as whole-genome sequencing. The analysis and validation of our models have demonstrated the effectiveness of our approach in identifying effective AEDs, as evidenced by high PPVs exceeding 0.9. Despite the challenges associated with limited patient data and specific AEDs, our system demonstrated its robustness and potential, paving the way for the future advancements in the field of personalized AED selection. In conclusion, our study contributes to the enhancement of clinical decision-making processes in the treatment of pediatric epilepsy patients and holds promise for the improvement of treatment processes with the minimization of unnecessary trials in drug selection.

Methods

Data preparation

The medical history and drug response dataset of 1,000 pediatric epilepsy patients was obtained from the Epilepsy Research Institute, Severance Hospital in Seoul, Republic of Korea. The data was collected between 2010 and 2021, and 808 patients were aged between zero and five years. The data includes prescription records for 52 AEDs and 7,507 medical reports. The following data were extracted from patient information and medical reports: age, gender, dose of prescribed AED, total number of prescribed AEDs, EEG interpretation report, and EEG impression report.

The EEG impression report was a crucial determinant in assessing whether a prescribed AED alleviated the epileptic symptoms. It was used exclusively for this determination. For this assessment, we analyzed EEG impression reports that were documented within a maximum duration of a month post-prescription. If the impression report indicated normalized EEG patterns or symptom relief post-medication, the prescribed AED was classified as effective. Conversely, if such improvements were not observed, the AED was categorized as ineffective. In the development of our models, we utilized effective AEDs as positive instances and ineffective AEDs as negative instances.

Data preprocessing and data embedding

Features extracted from medical history were categorized into three groups based on their data types: textual data (EEG interpretation report), numerical data (age, total number of prescribed AEDs and their doses), and categorical data (gender). The EEG interpretation reports were written in a freeform text by doctors. However, the text was unstructured and contained numerous stopwords, such as ‘a’, ‘an’, and ‘the’, potentially introducing bias into the model [26, 27]. To address this issue, the textual data was preprocessed using NLP methods such as WordNetLemmatizer of NLTK and Tokenizer of Keras [21, 22]. For instance, “This is an abnormal tracing due to slow disorganized background rhythm.” would be transformed into “abnormal trace due slow disorganize background rhythm” after lemmatization and removal of stopwords such as “This”, “is”, “an”, and “to”. Subsequently, the processed sentence would be tokenized, resulting in a sequence vector such as [17, 79, 3, 48, 23, 7, 10]. Given the variable length of textual data, the tokenized text would be pre-padded with zeros to maintain consistency, resulting in a 1D vector representation of the textual data (e.g. [0, 17, 79, 3, 48, 23, 7, 10]). These preprocessing steps ensured the conversion of text into a machine-interpretable format. Furthermore, during the preprocessing, the lemmatization and removal of stopwords enhanced the quality of the textual features, and the preprocessed textual features were subsequently transformed into matrices using precomputed GloVe embedding [23].

Construction of clinical decision-supporting system

We developed three multi-channel CNN models as part of a clinical decision-supporting system, each dedicated to predicting the effectiveness of a specific AED (vigabatrin, prednisolone, and clobazam). Inspired by the success of CNNs in various fields, such as image and text processing, we adapted CNN for medical text classification, using its inherent ability to learn features from text data in a position-independent manner [2830]. By treating text as an image and employing 1D vector, CNN can capture meaningful word combinations regardless of their position. This automatic feature extraction enables the identification of complex relationships and enhances accuracy, even with varying sentence structures.

Our CNN models employed three filters of different sizes to extract various features. Each model comprised three different convolutional layers and corresponding max-pooling layers. The features extracted by these convolutional and pooling layers were then concatenated and flattened into a 1D vector, which was subsequently processed by a dropout layer to prevent overfitting. The flattened feature vector was passed to a fully connected output layer with a softmax activation function to predict the effectiveness of the AED.

In order to train the respective CNN models, the dataset was divided into a training set and a testing set in a 9:1 ratio, respectively. Various performance metrics, including AUROC, PPV, negative predictive value (NPV), sensitivity (SEN), and specificity (SPE), were calculated. To address the imbalance of the dataset, each class in the dataset was weighted based on the number of samples and balanced accuracy (BAL-ACC) was calculated in order to provide a more robust metric of the predictive performances [31]. The data splitting and evaluation processes were repeated ten times to ensure the robustness of the models. Both averaged performance metrics and standard errors were calculated via iteration. Additionally, hyperparameters were optimized via 10-fold cross-validation, and the ranges of the hyperparameters are listed in Table 2.

Other machine learning models

To facilitate a comprehensive comparison, five additional models were constructed using widely employed conventional machine learning algorithms, including KNN, logistic regression, naïve Bayes, random forest, and LightGBM [32]. These models were built using the same features and the dataset utilized for our CNN models, ensuring fair comparison and performance across different algorithms. The ten times iteration process of data splitting and evaluation was conducted in the same manner as for our CNN models. The same metrics were calculated consistently to evaluate the predictive performances of the models and enable the comparison with our CNN models.

Abbreviations

AED:

Anti-epileptic drug

AUROC:

Area under the receiver-operating characteristic curve

BAL-ACC:

Balanced accuracy

CNN:

Convolutional neural network

EEG:

Electroencephalogram

EHR:

Electronic health record

KNN:

k-nearest neighbors

NLP:

Natural language processing

NLTK:

Natural language toolkit

NPV:

Negative predictive value

PPV:

Positive predictive value

SEN:

Sensitivity

SPE:

Specificity

References

  1. World Health Organization (WHO). Epilepsy. 2023. https://www.who.int/news-room/fact-sheets/detail/epilepsy. Accessed 27 Oct 2023.

  2. Zack MM, Kobau R. National and state estimates of the numbers of adults and children with active epilepsy - United States, 2015. MMWR Morb Mortal Wkly Rep. 2017;66:821–5.

    Article  PubMed  PubMed Central  Google Scholar 

  3. Eatock J, Baker GA. Managing patient adherence and quality of life in epilepsy. Neuropsychiatr Dis Treat. 2007;3:117–31.

    Article  PubMed  PubMed Central  Google Scholar 

  4. Yoshida S, Sugawara T, Nishio T, Kaneko S. [Personalized medicine for epilepsy based on the pharmacogenomic testing]. Brain Nerve Shinkei Kenkyu No Shinpo. 2011;63:295–9.

    CAS  PubMed  Google Scholar 

  5. Sonmezturk HH, Arain AM, Paolicchi JM, Abou-Khalil BW. Similar response to anti-epileptic medications among epileptic siblings. Epilepsy Res. 2012;98:187–93.

    Article  CAS  PubMed  Google Scholar 

  6. Coleman JJ, Pontefract SK. Adverse drug reactions. Clin Med. 2016;16:481–5.

    Article  Google Scholar 

  7. Reséndiz-Aparicio JC, Padilla-Huicab JM, Martínez-Juárez IE, Hernández-Martínez G, López-Correa E, Vázquez-Juárez B, et al. Clinical guideline: antiepileptic drugs of choice for epileptic syndromes and epilepsies in pediatric patients. Rev Mex Neurocienc. 2021;20:1987.

    Google Scholar 

  8. Kaushik S, Chopra D, Sharma S, Aneja S. Adverse drug reactions of anti-epileptic drugs in children with epilepsy: a cross-sectional study. Curr Drug Saf. 2019;14:217–24.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  9. Egunsola O, Sammons HM, Ojha S, Whitehouse W, Anderson M, Hawcutt D, et al. Protocol for a prospective observational study of adverse drug reactions of anti-epileptic drugs in children in the UK. BMJ Paediatr Open. 2017;1:e000116.

    Article  PubMed  PubMed Central  Google Scholar 

  10. LeCun Y, Boser B, Denker JS, Henderson D, Howard RE, Hubbard W, et al. Backpropagation applied to handwritten zip code recognition. Neural Comput. 1989;1:541–51.

    Article  Google Scholar 

  11. Hochreiter S, Schmidhuber J. Long short-term memory. Neural Comput. 1997;9:1735–80.

    Article  CAS  PubMed  Google Scholar 

  12. Goldenholz DM, Jow A, Khan OI, Bagić A, Sato S, Auh S, et al. Preoperative prediction of temporal lobe epilepsy surgery outcome. Epilepsy Res. 2016;127:331–8.

    Article  PubMed  PubMed Central  Google Scholar 

  13. Ibrahim GM, Sharma P, Hyslop A, Guillen MR, Morgan BR, Wong S, et al. Presurgical thalamocortical connectivity is associated with response to vagus nerve stimulation in children with intractable epilepsy. NeuroImage Clin. 2017;16:634–42.

    Article  PubMed  PubMed Central  Google Scholar 

  14. Kaur T, Diwakar A, Kirandeep, Mirpuri P, Tripathi M, Chandra PS, et al. Artificial intelligence in epilepsy. Neurol India. 2021;69:560.

    Article  PubMed  Google Scholar 

  15. Kerr W, Nguyen S, Cho A, Lau E, Silverman D, Douglas P et al. Computer-aided diagnosis and localization of lateralized temporal lobe epilepsy using interictal FDG-PET. Front Neurol. 2013;4:31.

  16. Chen C, Zhang L, Fan X, Wang Y, Xu C, Liu R. A epilepsy drug recommendation system by implicit feedback and crossing recommendation. In: 2018 IEEE SmartWorld, Ubiquitous Intelligence & Computing, Advanced & Trusted Computing, Scalable Computing & Communications, Cloud & Big Data Computing, Internet of People and Smart City Innovation (SmartWorld/SCALCOM/UIC/ATC/CBDCom/IOP/SCI). IEEE; 2018. pp. 1134–9.

  17. Petrovski S, Szoeke CE, Sheffield LJ, D’souza W, Huggins RM, O’brien TJ. Multi-SNP pharmacogenomic classifier is superior to single-SNP models for predicting drug outcome in complex diseases. Pharmacogenet Genomics. 2009;19:147–52.

    Article  CAS  PubMed  Google Scholar 

  18. Shazadi K, Petrovski S, Roten A, Miller H, Huggins RM, Brodie MJ, et al. Validation of a multigenic model to predict seizure control in newly treated epilepsy. Epilepsy Res. 2014;108:1797–805.

    Article  PubMed  Google Scholar 

  19. Sánchez Fernández I, Loddenkemper T, Gaínza-Lein M, Sheidley BR, Poduri A. Diagnostic yield of genetic tests in epilepsy. Neurology. 2019;92:e418–28.

    Article  PubMed  PubMed Central  Google Scholar 

  20. Akbar F, Saleh R, Kirmani S, Chand P, Mukhtiar K, Jan F, et al. Utility of genetic testing in pediatric epilepsy: experience from a low to middle-income country. Epilepsy Behav Rep. 2022;20:100575.

    Article  PubMed  PubMed Central  Google Scholar 

  21. Steven B, Ewan K, Edward L. Natural language processing with Python: analyzing text with the natural language toolkit. O’Reily Media, Inc.; 2009.

    Google Scholar 

  22. Keras CF. GitHub. 2015. http://github.com/fchollet/keras.

  23. Pennington J, Socher R, Manning CD. GloVe: global vectors for word representation. In: Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP). ACL Anthology; 2014. p. 1532–43.

  24. Simon R. Sensitivity, specificity, PPV, and NPV for predictive biomarkers. JNCI J Natl Cancer Inst. 2015;107:djv153.

    Article  PubMed  Google Scholar 

  25. Yang S, Wang B, Han X. Models for predicting treatment efficacy of antiepileptic drugs and prognosis of treatment withdrawal in epilepsy patients. Acta Epileptol. 2021;3:1.

    Article  CAS  Google Scholar 

  26. Ladani DJ, Desai NP. Stopword identification and removal techniques on TC and IR applications: a survey. In: 2020 6th International Conference on Advanced Computing and Communication Systems (ICACCS). IEEE; 2020. p. 466–72.

  27. Esther Hannah M, Mukherjee S, Balaramar S. A redundancy elimination approach towards summary refinement. IERI Procedia. 2014;10:245–51.

    Article  Google Scholar 

  28. Kim Y. Convolutional neural networks for sentence classification. In: Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP). ACL Anthology; 2014. p. 1746–51.

  29. Hughes M, Li I, Kotoulas S, Suzumura T. Medical text classification using convolutional neural networks. Stud Health Technol Inf. 2017;235:246–50.

    Google Scholar 

  30. Yao L, Mao C, Luo Y. Clinical text classification with rule-based features and knowledge-guided convolutional neural networks. BMC Med Inf Decis Mak. 2019;19(Suppl 3):71.

    Article  CAS  Google Scholar 

  31. Japkowicz N, Stephen S. The class imbalance problem: a systematic study. Intell Data Anal. 2002;6:429–49.

    Article  Google Scholar 

  32. Kavitha M, Prabhavathy P. A review on machine learning techniques for text classification. In: 2021 4th International Conference on Computing and Communications Technologies (ICCCT). IEEE; 2021. p. 605–10.

Download references

Acknowledgements

Not applicable.

About this supplement

This article has been published as part of BMC Medical Informatics and Decision Making Volume 24 Supplement 2, 2024: Proceedings of the 16th International Conference on Data and Text Mining in Biomedical Informatics (DTMBIO 2022): medical informatics and decision making. The full contents of the supplement are available online at https://bmcmedinformdecismak.biomedcentral.com/articles/supplements/volume-24-supplement-2.

Funding

This work was supported by the National Research Foundation of Korea (NRF) grant funded by the Korea government (MSIT) (NRF-2023R1A2C1008156). This research was also supported by the Chung-Ang University Research Scholarship Grants in 2024. The funding bodies played no role in the design of the study and collection, analysis, and interpretation of data and in writing the manuscript.

Author information

Authors and Affiliations

Authors

Contributions

DC constructed the prediction models and conducted the evaluation of the models and wrote the manuscript; MSY helped to write manuscript; JS, HCK, and SHK prepared and curated the dataset; JL and YK revised the manuscript; DN supervised the entire project; All authors read and approved the final manuscript.

Corresponding authors

Correspondence to Se Hee Kim or Dokyun Na.

Ethics declarations

Ethics approval and consent to participate

The study protocol was approved by the Institutional Review Board of Yonsei University Health System (IRB number: 4-2021-1163).

Consent for publication

Not applicable.

Competing interests

Not applicable.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Cho, D., Yu, MS., Shin, J. et al. A computational clinical decision-supporting system to suggest effective anti-epileptic drugs for pediatric epilepsy patients based on deep learning models using patient’s medical history. BMC Med Inform Decis Mak 24 (Suppl 2), 149 (2024). https://doi.org/10.1186/s12911-024-02552-w

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12911-024-02552-w

Keywords