[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-124728-en":3,"doc-seo-124728-105":30,"detail-sidebar-cat-0-en-105":91},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":20,"is_deleted":4,"is_public":20,"is_downloadable":20,"audit_status":20,"page_count":21,"language":22,"language_code":23,"site_id":24,"html_lang":23,"table_of_contents":25,"faqs":26,"seo_title":27,"seo_description":14,"update_tm":28,"read_time":29},124728,16904993612988,"Olivia Brown","https://ap-avatar.wpscdn.com/davatar_a8503ba1806abce46bf441b54a3ca4cd",8,"Research & Report","Effective Early Detection of Epileptic Seizures through EEG Signals Using Classification Algorithms Based on t-Distributed Stochastic Neighbor Embedding and K-Means","Epilepsy is a neurological disorder characterized by seizures, and electroencephalogram (EEG) recordings offer physiological information for seizure detection. Manual EEG interpretation by experts is time-consuming and diagnoses may vary, motivating automated computer-aided diagnosis for early detection. This work extracts discriminative features using discrete wavelet transform (DWT), then applies PCA and t-SNE for dimensionality reduction. K-means clustering combined with PCA or t-SNE forms representative subgroups, and the resulting features train XGBoost, K-NN, decision tree, random forest, and MLP models.","diagnostics  \nArticle  \nEffective Early Detection of Epileptic Seizures through EEG  \nSignals Using Classiﬁcation Algorithms Based on t-Distributed Stochastic Neighbor Embedding and K-Means  \nKhaled M. Alalayah 1,*, Ebrahim Mohammed Senan 2, *, Hany F. Atlam 3, Ibrahim Abdulrab Ahmed 4 and Hamzeh Salameh Ahmad Shatnawi 4  \nCitation: Alalayah, K.M.; Senan, E.M.; Atlam, H.F.; Ahmed, I.A.; Shatnawi, H.S.A. Effective Early Detection of Epileptic Seizures through EEG Signals Using Classiﬁcation Algorithms Based ont-Distributed Stochastic Neighbor Embedding and K-Means.  \nDiagnostics 2023, 13, 1957 . [https://doi.org/10.3390/](https://doi.org/10.3390/)[ ](https://doi.org/10.3390/)diagnostics13111957  \nAcademic Editors: Ayman El-Baz and Sang Kun Lee  \nReceived: 1 April 2023  \nRevised: 22 May 2023  \nAccepted: 2 June 2023  \nPublished: 3 June 2023  \nCopyright: © 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license ([https://](https://)[ ](https://)[creativecommons.org/licenses/by/](creativecommons.org/licenses/by/)[ ](creativecommons.org/licenses/by/)[4.0/](4.0/)) .  \n1 Department of Computer Science, College of Science and Arts, Najran University, Sharurah 68341, Saudi Arabia  \n2 Department of Artiﬁcial Intelligence, Faculty of Computer Science and Information Technology, Alrazi University, Sana'a P.O. Box 1152, Yemen  \n3 Cyber Security Centre, WMG, University of Warwick, Coventry CV4 7AL, UK; [hany.atlam@warwick.ac.uk](hany.atlam@warwick.ac.uk)  \n4 Computer Department, Applied College, Najran University, Najran 66462, Saudi Arabia; [iaalqubati@nu.edu.sa](iaalqubati@nu.edu.sa) (I.A.A.)  \n* Correspondence: [kmalalayah@nu.edu.sa](kmalalayah@nu.edu.sa) (K.M.A.); [senan1710@gmail.com](senan1710@gmail.com) (E.M.S.)  \nAbstract: Epilepsy is a neurological disorder in the activity of brain cells that leads to seizures. An electroencephalogram (EEG) can detect seizures as it contains physiological information of the neural activity of the brain. However, visual examination of EEG by experts is time consuming, and their diagnoses may even contradict each other. Thus, an automated computer-aided diagnosis for EEG diagnostics is necessary. Therefore, this paper proposes an effective approach for the early detection of epilepsy. The proposed approach involves the extraction of important features and classiﬁcation. First, signal components are decomposed to extract the features via the discrete wavelet transform (DWT) method. Principal component analysis (PCA) and the t-distributed stochastic neighbor embedding (t-SNE) algorithm were applied to reduce the dimensions and focus on the most important features. Subsequently, K-means clustering + PCA and K-means clustering + t-SNE were used to divide the dataset into subgroups to reduce the dimensions and focus on the most important representative features of epilepsy. The features extracted from these steps were fed to extreme gradient boosting, K-nearest neighbors (K-NN), decision tree (DT), random forest (RF) and multilayer perceptron (MLP) classiﬁers. The experimental results demonstrated that the proposed approach provides superior results to those of existing studies. During the testing phase, the RFclassiﬁer with DWT and PCA achieved an accuracy of 97.96%, precision of 99.1%, recall of 94.41% and F1 score of 97.41% . Moreover, the RF classiﬁer with DWT and t-SNE attained an accuracy of 98.09%, precision of 99.1%, recall of 93.9% and F1 score of 96.21% . In comparison, the MLP classiﬁer with PCA + K-means reached an accuracy of 98.98%, precision of 99.16%, recall of 95.69% and F1 score of 97 .4% .  \nKeywords: EEG; epileptic seizure; DWT; K-means; PCA; t-SNE; machine learning  \n1. Introduction  \nEpilepsy is one of the most common neurological disorders worldwide. According to the World Health Organization, approximately 50 million people worldwide suffer from this ","cbCaih66mwp00FJo","https://ap.wps.com/l/cbCaih66mwp00FJo","pdf",3313063,1,24,"English","en",105,"# Abstract\n# Introduction\n## Background on epilepsy and seizure risks\n# Methodology\n## Feature extraction with DWT\n## Dimensionality reduction with PCA and t-SNE\n## Clustering with K-means\n## Classifier training and evaluation","[{\"question\":\"Why is automated early detection of epileptic seizures needed?\",\"answer\":\"Expert visual EEG assessment is time-consuming and diagnoses can contradict, so automated computer-aided diagnosis is needed for earlier and more consistent detection.\"},{\"question\":\"How does the proposed method extract and select EEG features?\",\"answer\":\"It decomposes signal components using discrete wavelet transform (DWT), then applies PCA and t-SNE to reduce dimensions and highlight important features.\"},{\"question\":\"Which classifiers are used and how are they evaluated?\",\"answer\":\"The extracted features are fed into multiple classifiers including extreme gradient boosting, K-nearest neighbors, decision tree, random forest, and multilayer perceptron, and results are reported using accuracy, precision, recall, and F1 score.\"}]","Effective Early Detection of Epileptic Seizures through EEG Signals Using Classification Algorithms Based on t-Distributed Stochastic Neighbor Embedding and K-Means | PDF",1785894149,60,{"code":4,"msg":31,"data":32},"ok",{"site_id":24,"language":23,"slug":33,"title":13,"keywords":34,"description":14,"schema_data":35,"social_meta":86,"head_meta":88,"extra_data":90,"updated_unix":28},"effective-early-detection-of-epileptic-seizures-through-eeg-signals-using-classification-algorithms-based-on-t-distributed-stochastic-neighbor-embedding-and-k-means","",{"@graph":36,"@context":85},[37,54,68],{"@type":38,"itemListElement":39},"BreadcrumbList",[40,44,48,51],{"item":41,"name":42,"@type":43,"position":20},"https://docshare.wps.com","Home","ListItem",{"item":45,"name":46,"@type":43,"position":47},"https://docshare.wps.com/document/","Document",2,{"item":49,"name":12,"@type":43,"position":50},"https://docshare.wps.com/document/research-report/",3,{"item":52,"name":13,"@type":43,"position":53},"https://docshare.wps.com/document/effective-early-detection-of-epileptic-seizures-through-eeg-signals-using-classification-algorithms-based-on-t-distributed-stochastic-neighbor-embedding-and-k-means/124728/",4,{"url":52,"name":13,"@type":55,"author":56,"headline":13,"publisher":58,"fileFormat":61,"inLanguage":23,"description":14,"dateModified":62,"datePublished":62,"encodingFormat":61,"isAccessibleForFree":63,"interactionStatistic":64},"DigitalDocument",{"name":9,"@type":57},"Person",{"url":41,"name":59,"@type":60},"DocShare","Organization","application/pdf","2026-08-05",true,{"@type":65,"interactionType":66,"userInteractionCount":20},"InteractionCounter",{"@type":67},"ViewAction",{"@type":69,"mainEntity":70},"FAQPage",[71,77,81],{"name":72,"@type":73,"acceptedAnswer":74},"Why is automated early detection of epileptic seizures needed?","Question",{"text":75,"@type":76},"Expert visual EEG assessment is time-consuming and diagnoses can contradict, so automated computer-aided diagnosis is needed for earlier and more consistent detection.","Answer",{"name":78,"@type":73,"acceptedAnswer":79},"How does the proposed method extract and select EEG features?",{"text":80,"@type":76},"It decomposes signal components using discrete wavelet transform (DWT), then applies PCA and t-SNE to reduce dimensions and highlight important features.",{"name":82,"@type":73,"acceptedAnswer":83},"Which classifiers are used and how are they evaluated?",{"text":84,"@type":76},"The extracted features are fed into multiple classifiers including extreme gradient boosting, K-nearest neighbors, decision tree, random forest, and multilayer perceptron, and results are reported using accuracy, precision, recall, and F1 score.","https://schema.org",{"og:url":52,"og:type":87,"og:title":13,"og:site_name":59,"og:description":14},"article",{"robots":89,"canonical":52},"index,follow",{"doc_id":7,"site_id":24},{"code":4,"msg":5,"data":92},[93,97,101,105,109,114,119,122,127,130,134],{"id":20,"doc_module":4,"doc_module_name":46,"category_name":94,"show_sort_weight":95,"slug":96},"Story & Novel",90,"story-novel",{"id":47,"doc_module":4,"doc_module_name":46,"category_name":98,"show_sort_weight":99,"slug":100},"Literature",80,"literature",{"id":53,"doc_module":4,"doc_module_name":46,"category_name":102,"show_sort_weight":103,"slug":104},"Exam",70,"exam",{"id":106,"doc_module":4,"doc_module_name":46,"category_name":107,"show_sort_weight":29,"slug":108},5,"Comic","comic",{"id":110,"doc_module":4,"doc_module_name":46,"category_name":111,"show_sort_weight":112,"slug":113},6,"Technology",50,"technology",{"id":115,"doc_module":4,"doc_module_name":46,"category_name":116,"show_sort_weight":117,"slug":118},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":46,"category_name":12,"show_sort_weight":120,"slug":121},30,"research-report",{"id":123,"doc_module":4,"doc_module_name":46,"category_name":124,"show_sort_weight":125,"slug":126},9,"Religion & Spirituality",20,"religion-spirituality",{"id":125,"doc_module":4,"doc_module_name":46,"category_name":128,"show_sort_weight":125,"slug":129},"World Cup","world-cup",{"id":131,"doc_module":4,"doc_module_name":46,"category_name":132,"show_sort_weight":131,"slug":133},10,"Lifestyle","lifestyle",{"id":135,"doc_module":4,"doc_module_name":46,"category_name":136,"show_sort_weight":106,"slug":137},19,"General","general"]