<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>of Epileptic Seizure Using Supervised and Unsupervised Algorithms</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ananthakrishnan Gopalakrishnan</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sharon Priya Surendran</string-name>
          <email>sharonpriya@crescent.education</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Aisha Banu Wahab</string-name>
          <email>aisha@crescent.education</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Aarthi Gopalakrishnan</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yogesh Kumar Balaji</string-name>
          <email>yyogeshkumar996@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="editor">
          <string-name>Electroencephalogram (EEG), Machine Learning, Epileptic Seizure, Supervised Learning, Unsupervised</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>B.S.Abdur Rahman Crescent Institute of Science and Technology</institution>
          ,
          <addr-line>Chennai</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Learning, Discrete Wavelet Transform (DWT), Support Vector Machine(SVM)</institution>
          ,
          <addr-line>Random Forest Classifier</addr-line>
        </aff>
      </contrib-group>
      <fpage>35</fpage>
      <lpage>46</lpage>
      <abstract>
        <p>This study is dedicated to advancing the accuracy of epileptic seizure identification using electroencephalogram (EEG) data, a crucial tool in epilepsy diagnosis. Traditionally, medical experts have relied on visually assessing EEG waveforms, a time-consuming and error-prone process. Numerous pattern identification approaches have been developed in response to these dificulties, including techniques like the Discrete Wavelet Transform (DWT) for removing important patterns from EEG data. The overarching goal is to enhance seizure detection precision by translating EEG data into numerical values via DWT. The dataset used in this study comprises 668 columns representing brainwave readings, signal standard deviations from individual electrodes, and a binary representation of illness presence. To distinguish epileptic episodes, four classifiers were employed: Support Vector Machine (SVM), Random Forest Classification, K Nearest Neighbor (KNN), and K-means clustering. Remarkably, the unsupervised K-means clustering method outperformed supervised methods, achieving an impressive 98.1% classification accuracy. This finding is significant as it suggests that unsupervised learning techniques may ofer a more eficient and accurate alternative to traditional methods for identifying epileptic seizures. Additionally, the study proposes future research into deep learning approaches, renowned for their enhanced classification accuracy in epilepsy detection. This research sets the stage for further investigations into leveraging advanced machine learning techniques to refine seizure identification systems, potentially revolutionizing the field of epilepsy diagnosis and management. k-means classifier, k-nearest Neighbor(KNN) ACI'23: Workshop on Advances in Computational Intelligence at ICAIDS 2023, December 29-30, 2023, Hyderabad, India ∗Corresponding author. †These authors contributed equally.</p>
      </abstract>
      <kwd-group>
        <kwd>Algorithms</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>One of the most serious neurological conditions that have an impact on human existence is
epilepsy. Analyzing the Electroencephalogram (EEG) signal patterns, a common method for
identifying brain abnormalities, can be used to detect this disease. To investigate epilepsy,
medical professionals and researchers frequently employ EEG signals. Since epileptic seizures
result in aberrant changes in the brain, experienced doctors have long used traditional methods
CEUR
Workshop
Proceedings</p>
      <p>
        ceur-ws.org
ISSN1613-0073
to identify unexpected epileptic seizures [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Visual examination of the EEG waves is a common
method used by experts to spot irregularities. This process typically requires a lot of time and
is subject to human error.
      </p>
      <p>
        The most common technique for detecting epileptic seizures is pattern recognition, which
entails sifting through EEG for hidden patterns. Researchers have employed a range of feature
extraction methods, including DWT, IDFT, FT, CWT, FFT, DFT, and STFT, to extract the hidden
patterns from EEG data [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Other methods, such as Particle Swarm Optimization (PSO),
Simulated Annealing (SA), Ant Colony Optimization (ACO), and many others, have also been
investigated to determine the best qualities. To identify epileptic episodes from the EEG signals,
the researchers looked at several classifiers, including support vector machines, decision trees,
knearest neighbors (k-NN), Naive Bayes (NB), and Gaussian mixture [
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ]. All the aforementioned
pattern recognition techniques combine diferent feature extraction, selection, and classification
techniques to increase the precision of diagnosing epileptic episodes.
      </p>
      <p>The goal of this research is to increase detection accuracy for a dataset of EEG signals which is
converted into numerical values using Discrete Wavelet Transform (DWT). The dataset consists
of 668 columns. It is a public dataset available on Kaggle. The standard deviation of the signal
from the T5 and T6 electrodes as well as the brain waves detected at the FP1, FP2, F3, and
F4 electrodes are among these characteristics. The disease is depicted in binary form in the
ifnal column. To determine whether the output is an epileptic seizure, the four classifiers are
analyzed in conjunction with the selected characteristics.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Literature Survey</title>
      <p>
        Several AI in healthcare state of the art works are recently published and researchers applied
machine learning models to detect and diagnose several human diseases [
        <xref ref-type="bibr" rid="ref5 ref6 ref7 ref8">5, 6, 7, 8</xref>
        ]. Here, we
analysed some recent research contributions done for epileptic seizure detection.
      </p>
      <p>
        Classification of Hadi Ratham This study presents a unique method for feature
extracepileptic EEG signals Al Ghayab . tion and selection from multi-channel EEG signals using
based on simple ran- Yan Li . et.al. sequential feature selection (SFS) and simple random
dom sampling and sampling (SRS) approaches. It achieves impressive
classequential feature sification accuracy, sensitivity, and specificity of 99.90%,
selection [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] 99.80%, and 100%, respectively, showcasing its potential
for EEG-based disease diagnosis and treatment in
medical applications.
      </p>
      <p>
        A review of epileptic Mohammad The dificult task of seizure identification and
classifiseizure detection us- Khubeb cation in EEG and ECoG signals is covered in-depth in
ing machine learning Siddiqui1 this work through machine learning-based methods. It
classifiers [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] , Ruben divides these methods into ”black-box” and
”non-blackMorales- box” categories based on statistical characteristics and
Menendez1 machine learning classifiers, providing insights into the
et.al changing seizure detection and localization environment.
      </p>
      <p>
        This study provides insight into the state-of-the-art and
potential prospects for epilepsy-related signal analysis
research
Machine Learning Andreas Mil- This comprehensive systematic review delves into the
Algorithms for tiadous , Ka- realm of automated epilepsy detection through EEG
sigEpilepsy Detection terina D. Tzi- nal analysis. It assesses 190 studies, highlighting trends
Based on Published mourta et.al. such as the increasing use of Convolutional Neural
NetEEG Databases: works and Time-Frequency decomposition methodology
A Systematic Re- in this field. This research serves as a valuable resource
view [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] for understanding the landscape of machine-learning
approaches for epilepsy diagnosis, making it an essential
reference for future work in this domain.
      </p>
      <p>
        Detection of Epilep- Muhammad This paper addresses the challenge of epilepsy detection
tic Seizures from Zubair ID using EEG signals and introduces innovative
dimensionEEG Signals by et.al. ality reduction techniques (SPPCA and SUBXPCA)
apCombining Dimen- plied after the Discrete Wavelet Transform (DWT). These
sionality Reduction methods choose essential time-frequency domain
variAlgorithms with ables associated with epileptic seizures, which improve
Machine Learning the classification precision of machine-learning models.
Models [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] Results indicate that SPPCA achieves 97% accuracy with
the CatBoost classifier, while SUBXPCA reaches 98%
accuracy with the random forest classifier, surpassing other
state-of-the-art approaches in both accuracy and
computational eficiency.
      </p>
      <p>
        Machine Learn- Khansa The use of artificial intelligence (AI) and machine
learning for Predicting Rasheed1 ing (ML) in healthcare is examined in this research, with
Epileptic Seizures , Adnan an emphasis on the early diagnosis and prediction of
Using EEG Signals: Qayyum1 , epilepsy, a disorder marked by unpredictable and
repetA Review [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] Junaid Qadir1 itive convulsions. Despite historical challenges, recent
, et.al. ML-based algorithms show promise in revolutionizing
seizure prediction. The paper conducts a thorough
review of current ML techniques using EEG signals for
early seizure prediction, highlighting existing gaps,
challenges, and potential future directions in this critical area
of research.
      </p>
      <p>Identifying Re- Yuhang Lin,
fractory Epilepsy Peishan Du,
Without Structural Hongze Sun
Abnormalities by et.al.</p>
      <p>
        Fusing the Common
Spatial Patterns
of Functional and
Efective EEG
Networks [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]
Enhanced Detection
of Epileptic Seizure
Using EEG Signals in
Combination With
Machine Learning
Classifiers [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]
      </p>
      <sec id="sec-2-1">
        <title>A Unified Framework</title>
        <p>
          and Method for
EEGBased Early
Epileptic Seizure Detection
and Epilepsy
Diagnosis [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Mapping Propaga</title>
        <p>
          tion of Interictal
Spikes, Ripples,
and Fast Ripples in
Intracranial EEG of
Children with
Refractory Epilepsy [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ]
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>Simple Detection of</title>
        <p>
          Epilepsy From EEG
Signal Using Local
Binary Pattern
Transition Histogram [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ]
Wail Mar- The architecture for automated epileptic seizure
identidini, Muneer fication from EEG signals is presented in this research
Masadeh to improve accuracy while lowering processing costs. It
Bani Yas- makes use of the Genetic Algorithm (GA), four machine
seinet.al. learning classifiers (SVM, KNN, ANN, and NB), as well as
a 54-DWT mother wavelet analysis. The findings show
that ANN outperformed the other classifiers in terms
of accuracy, proving its eficacy in identifying epileptic
episodes using the statistical features derived from the
54-DWT mother wavelets in EEG signals.
        </p>
        <p>Zixu Chen, In this study, we present a unified framework for
elecGuoliang Lu, troencephalogram (EEG) data-based epilepsy
diagnoZhaohong sis and early epileptic episode detection. The
autoXie, Wei regressive moving average (ARMA) model is used to
exShang et al. amine EEG dynamics and find anomalies suggestive of
epileptic seizures. Experiments conducted on publicly
available EEG databases demonstrate impressive
classification accuracy of 93% and 94%, highlighting the
framework’s potential for real clinical applications, especially
in scenarios where EEG data may contain various brain
disorders alongside epilepsy.</p>
        <p>This study explores the use of spatial pattern of
network (SPN) features extracted from resting-state scalp
electroencephalogram (EEG) data to diferentiate
between drug-refractory epilepsy patients without
significant structural abnormalities (RE-no-SA) and medically
controlled epilepsy patients (MCE). The SPN features,
particularly when combining functional and efective
EEG networks, exhibited high accuracy, reaching 96.67%,
with 100% sensitivity and 92.86% specificity. These
findings suggest that fused SPN features can serve as reliable
tools for distinguishing between these patient groups and
ofer new insights into the complex neurophysiology of
refractory epilepsy.</p>
        <p>Saeed To find accurate biomarkers for the epileptogenic zone
Jahromi; (EZ). The study suggests a novel approach to calculate
Margherita the timing of the spread of epilepsy biomarkers across
A.G. Matar- diferent brain regions and evaluates their common
beginrese; et.al. ning. Moreover, this study provides preliminary evidence
that fast ripples also propagate across large brain
regions. These findings ofer valuable insights into epilepsy
biomarker detection and EZ localization using icEEG
data.</p>
        <p>Muhammad The Local Binary Pattern Transition Histogram (LBPTH)
Yazid, Fahmi and Local Binary Pattern Mean Absolute Deviation
(LBPFahmi, Erwin MAD) are unique features that this research introduces
Sutanto et.al. as an efective feature extraction method for epilepsy
identification from EEG signals. This method surpasses
99.6% accuracy in identifying ictal from non-ictal EEG
data utilizing Support Vector Machine (SVM) and
knearest neighbor (KNN) classification, It is suited for
transportable, low-power, and reasonably priced
wearable medical devices for epilepsy detection since it retains
more than 99.1% SVM classification accuracy even with
brief input data (2.95 seconds).</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Machine Learning Techniques</title>
      <p>With the use of the EEG signals that are gathered with the aid of electrodes, machine learning
algorithms are utilized to categorize the data into epilepsy positive or negative. The classification
is implemented using the following Machine learning algorithms:
1. K- Means Clustering
2. Support Vector Machines (SVM)
3. Random Forest classifier
4. k-nearest Neighbors (KNN).</p>
      <p>A brief introduction of the above-said algorithms is presented in this subsection. Certainly, here
is a rewritten version of the provided information:</p>
      <sec id="sec-3-1">
        <title>3.1. K-Means Clustering:</title>
        <p>K-Means clustering is a fundamental unsupervised machine learning technique known for its
simplicity and efectiveness in grouping data into distinct clusters. Its primary objective is
to minimize the variation within each cluster. The technique accomplishes this by updating
centroids until convergence and iteratively allocating data points to the closest cluster centroid.</p>
        <p>
          K-Means finds applications in various fields, including image segmentation, customer
segmentation, and anomaly detection, due to its ease of use and scalability. Researchers and
professionals value its ability to reveal hidden patterns within data without relying on
prelabeled data [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ].
        </p>
        <p>The simplicity and speed of K-Means have solidified its status as a foundational clustering
approach, advancing our understanding of data structures and pattern recognition in the domain
of unsupervised learning.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Support Vector Machines (SVM):</title>
        <p>Support Vector Machines (SVMs) are a versatile and widely used machine learning technique
applicable to various domains. They excel in handling both linear and nonlinear classification
and regression tasks, particularly when data separation is not obvious.</p>
        <p>
          By maximizing the margin—the distance between the closest data points and the decision
boundary (the support vectors), SVMs seek to identify the best hyperplane. This reduces
classification errors and enhances the generalization of new data [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ]. SVMs can be customized
using diferent kernel functions (linear, radial basis, polynomial) to handle complex decision
boundaries encountered in real-world datasets.
        </p>
        <p>
          SVMs are valued for their ability to handle high-dimensional data and nonlinear
relationships, making them suitable for tasks such as image classification, text categorization, and
bio-informatics [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ]. Their track record of accuracy and resilience has significantly contributed
to predictive modeling in various research and application domains.
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Random Forest Classifier:</title>
        <p>
          The Random Forest classifier is a sophisticated and adaptable machine learning method widely
accepted in data science and predictive modeling [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ]. It falls under the umbrella of ensemble
learning, which combines forecasts from various decision trees to produce a reliable and precise
model. To reduce over-fitting and increase generalization, each decision tree in the Random
Forest is built using a random subset of the training data and a random selection of features.
        </p>
        <p>
          Random Forest excels in both classification and regression tasks, making it suitable for a
broad range of applications. It ofers feature relevance scores and handles high-dimensional
data efectively, making it valuable for feature selection and data exploration [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ]. Random
Forest is a key tool for machine learning practitioners, enabling the development of robust
prediction models by handling complex interactions within data and demonstrating resilience
to outliers and noise.
        </p>
      </sec>
      <sec id="sec-3-4">
        <title>3.4. k-Nearest Neighbors (KNN):</title>
        <p>
          A fundamental and simple machine learning algorithm that is frequently used in classification
and regression issues is called k-nearest neighbors (KNN). According to the proximity principle,
which governs how it operates, [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ] a new data point’s prediction is based on the average value
or majority class of its k-nearest neighbors in the training dataset.
        </p>
        <p>
          KNN is a powerful tool, especially for small to medium-sized datasets, owing to its simplicity
and ease of implementation [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ]. It makes no assumptions about the underlying data
distribution, making it a non-parametric approach suitable for diverse data types. However, the
efectiveness of KNN depends on factors like the number of neighbors (k) and the selected
distance measure, necessitating careful adjustment [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ]. Despite being straightforward, KNN
may produce outstanding results in situations where local patterns and neighborhood links are
crucial, making it a crucial part of the machine learning toolkit [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ].
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Methodology</title>
      <p>To implement the above-mentioned machine learning algorithms on the dataset, data should be
cleaned, analyzed, and pre-processed for extracting the important features. Fig. 1 shows the
methodology of work carried out in this paper.</p>
      <sec id="sec-4-1">
        <title>4.1. Data Collection:</title>
        <p>The dataset was obtained from Kaggle and comprises EEG signals converted into numerical
values. It includes readings of alpha, beta, and gamma brainwaves measured through various
electrodes, along with the standard deviation of these signals, obtained through Discrete Wavelet
Transform (DWT). The dataset consists of 668 columns and 2216 rows, with the last column
serving as the target variable, indicating ’0’ or ’1’.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Feature Engineering:</title>
        <p>Feature engineering is the process of transforming unstructured data into informative input
variables for machine learning models. It involves three main steps:</p>
        <p>
          Missing Values Imputation Dealing with missing data is crucial for model performance.
Strategies include removing rows with missing values, filling them with mean, median, or
mode [
          <xref ref-type="bibr" rid="ref28">28</xref>
          ] values, or using forward/backward fill [
          <xref ref-type="bibr" rid="ref29">29</xref>
          ].
        </p>
        <p>Handling Categorical Data. Categorical data, which consists of limited, fixed categories,
can be processed using techniques like Label Encoding [30], One-Hot Encoding, or Binary
Encoding [31].</p>
        <p>Outlier Detection and Feature Scaling. Outliers are data points significantly diferent
from the majority. Feature scaling standardizes [32] numerical features to ensure they have
comparable magnitudes. This step is important for algorithms sensitive to feature scale, such as
K-Means [33].</p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Splitting Dataset:</title>
        <p>The 2216 rows of the dataset are divided in an 80:20 ratio. The model is trained using 80% of the
data, and its accuracy is tested and validated using the remaining 20%. This division enables
evaluation of the model’s performance on unknown data.</p>
      </sec>
      <sec id="sec-4-4">
        <title>4.4. Model Building:</title>
        <p>After data pre-processing, machine learning models are constructed using Python and relevant
libraries. The following methods are employed to evaluate model accuracy:</p>
        <p>K-Means Clustering K-Means is used to create clusters with a silhouette average of 98.1%,
indicating strong clustering significance.</p>
        <p>Support Vector Machines (SVM) The accuracy, precision, recall, and F1 score [34] of
SVM for binary classification (epilepsy vs. non-epilepsy) are 83.5%, 70.8%, 54.2%, and 40.3%
respectively.</p>
        <p>Random Forest The Random Forest model classifies epilepsy patients and non-epilepsy
patients with an accuracy of 83.5%, precision of 83.6%, recall of 83.5%, and F1 score of 83.5%.</p>
        <p>k-Nearest Neighbors (KNN) A non-parametric supervised learning technique called
KNN [35] achieves classification accuracy, precision, recall, and F1 score of around 80%
respectively.</p>
        <p>These results provide insights into the performance of various machine-learning approaches
in classifying patients with and without epilepsy based on EEG signals and derived features.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Result and Discussion</title>
      <p>To categorize whether a patient has epilepsy or not, many types of machine learning algorithms
are used and evaluated. The bar graph in Fig. 2 shows the Precision value of diferent algorithms
on the dataset.</p>
      <p>From fig. 2 it is clear that the random forest algorithm shows the highest precision value of
83.6% followed by KNN with 80.7% when compared with other supervised algorithms.</p>
      <p>Fig. 3 represents the variation in recall values concerning the supervised algorithms used.</p>
      <p>From the graph in fig. 3, it is evident that SVM’s recall value, which stands at 54.2%, is the
lowest, just like the precision score. With a recall rating of 83.5%, the random forest method
tops KNN, which comes in at 80.6%.</p>
      <p>Fig. 4 shows the F1 score of the algorithms while used on the dataset.</p>
      <p>SVM gives a very low F1 score of 40.3%, KNN shows 80.5%, and the Supervised algorithm
that gives the highest F1 score is Random Forest with 83.5%.</p>
      <p>As supervised algorithms did not give a significantly good prediction, Unsupervised models
were created and executed with the same dataset for better accuracy. The accuracy of k-means
clustering, an unsupervised technique, is 98.1%, which is significantly higher than that of any
supervised algorithms previously employed. A clear comparison of the algorithms and the
corresponding accuracy values has been mentioned in the table 3.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion and Future Work</title>
      <p>In this study, brainwaves measured from several EEG electrodes are used to classify whether a
patient is experiencing an epilepsy seizure or not using a range of machine learning methods. The
supervised algorithms used are Support Vector Machine (SVM), Random Forest Classification,
K Nearest Neighbor (KNN), and K-means clustering an unsupervised algorithm is also used. On
comparing the accuracy of each algorithm, it is quite clear that K-Means clustering (unsupervised
algorithm) gives a better classification accuracy of 98.1% than supervised algorithms. Deep
learning methods, which are more accurate than other ML classifiers, can be used to broaden
this proposed study in the future.
[30] M. G. Tsipouras, Spectral information of EEG signals with respect to epilepsy classification,</p>
      <p>EURASIP J. Adv. Signal Process. 2019 (2019).
[31] W. Mardini, M. M. Bani Yassein, R. Al-Rawashdeh, S. Aljawarneh, Y. Khamayseh, O.
Meqdadi, Enhanced detection of epileptic seizure using EEG signals in combination with
machine learning classifiers, IEEE Access 8 (2020) 24046–24055.
[32] T. Liu, M. Z. H. Shah, X. Yan, D. Yang, Unsupervised feature representation based on deep
boltzmann machine for seizure detection, IEEE Trans. Neural Syst. Rehabil. Eng. 31 (2023)
1624–1634.
[33] T. Wen, Z. Zhang, Deep convolution neural network and autoencoders-based unsupervised
feature learning of EEG signals, IEEE Access 6 (2018) 25399–25410.
[34] S. Jahan, F. Nowsheen, M. M. Antik, M. S. Rahman, M. S. Kaiser, A. S. M. S. Hosen, I.-H.</p>
      <p>Ra, AI-based epileptic seizure detection and prediction in internet of healthcare things: A
systematic review, IEEE Access 11 (2023) 30690–30725.
[35] Y. Zhang, Y. Savaria, S. Zhao, G. Mordido, M. Sawan, F. Leduc-Primeau, Tiny CNN for
seizure prediction in wearable biomedical devices, in: 2022 44th Annual International
Conference of the IEEE Engineering in Medicine &amp; Biology Society (EMBC), IEEE, 2022.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>F.</given-names>
            <surname>Ahmad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>U.</given-names>
            <surname>Hariharan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Karthick</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V. E.</given-names>
            <surname>Pawar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. Sharon</given-names>
            <surname>Priya</surname>
          </string-name>
          ,
          <article-title>Optimized lung nodule prediction model for lung cancer using contour features extraction</article-title>
          ,
          <source>Opt. Mem. Neural Netw</source>
          .
          <volume>32</volume>
          (
          <year>2023</year>
          )
          <fpage>126</fpage>
          -
          <lpage>136</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>G.</given-names>
            <surname>Muneeswari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sajithra</surname>
          </string-name>
          <string-name>
            <surname>Varun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Hegde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. Sharon</given-names>
            <surname>Priya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Josephin Shermila</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Prasanth</surname>
          </string-name>
          ,
          <article-title>Self-diagnosis platform via IOT-based privacy preserving medical data</article-title>
          ,
          <source>Measur. Sens</source>
          .
          <volume>25</volume>
          (
          <year>2023</year>
          )
          <fpage>100636</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>P.</given-names>
            <surname>Josephinshermila</surname>
          </string-name>
          , S. Sharon priya, K. Malarvizhi,
          <string-name>
            <given-names>R.</given-names>
            <surname>Hegde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. Gokul</given-names>
            <surname>Pran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Veerasamy</surname>
          </string-name>
          ,
          <article-title>Accident detection using automotive smart Black-Box based monitoring system</article-title>
          ,
          <source>Measur. Sens</source>
          .
          <volume>27</volume>
          (
          <year>2023</year>
          )
          <fpage>100721</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A.</given-names>
            <surname>Shankhdhar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. K.</given-names>
            <surname>Verma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Agrawal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Madaan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Gupta</surname>
          </string-name>
          ,
          <article-title>Quality analysis for reliable complex multiclass neuroscience signal classification via electroencephalography</article-title>
          ,
          <source>International Journal of Quality &amp; Reliability Management</source>
          <volume>39</volume>
          (
          <year>2022</year>
          )
          <fpage>1676</fpage>
          -
          <lpage>1703</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>P.</given-names>
            <surname>Agrawal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Gupta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Sharma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Madaan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Joshi</surname>
          </string-name>
          ,
          <source>Machine Learning and Data Science: Fundamentals and Applications</source>
          , John Wiley &amp; Sons,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>S.</given-names>
            <surname>Sharma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Madaan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Agrawal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. K.</given-names>
            <surname>Garg</surname>
          </string-name>
          ,
          <article-title>Heart disease prediction using fuzzy system</article-title>
          , in: Advanced Informatics for Computing Research: Second International Conference, ICAICR 2018, Shimla, India,
          <source>July 14-15</source>
          ,
          <year>2018</year>
          ,
          <string-name>
            <given-names>Revised</given-names>
            <surname>Selected</surname>
          </string-name>
          <string-name>
            <surname>Papers</surname>
          </string-name>
          ,
          <source>Part I 2</source>
          , Springer Singapore,
          <year>2019</year>
          , pp.
          <fpage>424</fpage>
          -
          <lpage>434</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>A.</given-names>
            <surname>Sharma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Agrawal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Madaan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Goyal</surname>
          </string-name>
          ,
          <article-title>Prediction on diabetes patient's hospital readmission rates</article-title>
          ,
          <source>in: International Conference on Advanced Informatics for Computing Research</source>
          , ACM ICPS Digital Library (https://dl.acm.org/citation.cfm?
          <source>doid=3339311.3339349)</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>DOI</fpage>
          -10.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>R.</given-names>
            <surname>Kaur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Madaan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Agrawal</surname>
          </string-name>
          ,
          <article-title>Diagnosis of arthritis using k-nearest neighbor approach</article-title>
          , in: International Conference on Advanced Informatics for Computing Research, https://link.springer.com/chapter/10.1007/
          <fpage>978</fpage>
          -981-15-0108-1_
          <fpage>16</fpage>
          ,
          <year>2019</year>
          , pp.
          <fpage>160</fpage>
          -
          <lpage>171</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>H. R. A.</given-names>
            <surname>Ghayab</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Abdulla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Diykh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wan</surname>
          </string-name>
          ,
          <article-title>Classification of epileptic EEG signals based on simple random sampling and sequential feature selection</article-title>
          ,
          <source>Brain Inform</source>
          .
          <volume>3</volume>
          (
          <year>2016</year>
          )
          <fpage>85</fpage>
          -
          <lpage>91</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>M. K. Siddiqui</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Morales-Menendez</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Hussain</surname>
          </string-name>
          ,
          <article-title>A review of epileptic seizure detection using machine learning classifiers</article-title>
          ,
          <source>Brain Inform</source>
          .
          <volume>7</volume>
          (
          <issue>2020</issue>
          )
          <article-title>5</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>A.</given-names>
            <surname>Miltiadous</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. D.</given-names>
            <surname>Tzimourta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Giannakeas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. G.</given-names>
            <surname>Tsipouras</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Glavas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Kalafatakis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. T.</given-names>
            <surname>Tzallas</surname>
          </string-name>
          ,
          <article-title>Machine learning algorithms for epilepsy detection based on published EEG databases: A systematic review</article-title>
          ,
          <source>IEEE Access 11</source>
          (
          <year>2023</year>
          )
          <fpage>564</fpage>
          -
          <lpage>594</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>M.</given-names>
            <surname>Zubair</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. V.</given-names>
            <surname>Belykh</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. U. K. Naik</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. F. M. Gouher</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Vishwakarma</surname>
            ,
            <given-names>S. R.</given-names>
          </string-name>
          <string-name>
            <surname>Ahamed</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Kongara</surname>
          </string-name>
          ,
          <article-title>Detection of epileptic seizures from EEG signals by combining dimensionality reduction algorithms with machine learning models</article-title>
          ,
          <source>IEEE Sens. J</source>
          .
          <volume>21</volume>
          (
          <year>2021</year>
          )
          <fpage>16861</fpage>
          -
          <lpage>16869</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>K.</given-names>
            <surname>Rasheed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Qayyum</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Qadir</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sivathamboo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Kwan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Kuhlmann</surname>
          </string-name>
          ,
          <string-name>
            <surname>T. O'Brien</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Razi</surname>
          </string-name>
          ,
          <article-title>Machine learning for predicting epileptic seizures using EEG signals: A review</article-title>
          ,
          <source>IEEE Rev. Biomed. Eng</source>
          .
          <volume>14</volume>
          (
          <year>2021</year>
          )
          <fpage>139</fpage>
          -
          <lpage>155</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>W.</given-names>
            <surname>Mardini</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. M. Bani Yassein</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Al-Rawashdeh</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Aljawarneh</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Khamayseh</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          <string-name>
            <surname>Meqdadi</surname>
          </string-name>
          ,
          <article-title>Enhanced detection of epileptic seizure using EEG signals in combination with machine learning classifiers</article-title>
          ,
          <source>IEEE Access 8</source>
          (
          <year>2020</year>
          )
          <fpage>24046</fpage>
          -
          <lpage>24055</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Xie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Shang</surname>
          </string-name>
          ,
          <article-title>A unified framework and method for EEG-based early epileptic seizure detection and epilepsy diagnosis</article-title>
          ,
          <source>IEEE Access 8</source>
          (
          <year>2020</year>
          )
          <fpage>20080</fpage>
          -
          <lpage>20092</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Du</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Liang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Cui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Xia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Yao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <article-title>Identifying refractory epilepsy without structural abnormalities by fusing the common spatial patterns of functional and efective EEG networks</article-title>
          ,
          <source>IEEE Trans. Neural Syst. Rehabil. Eng</source>
          .
          <volume>29</volume>
          (
          <year>2021</year>
          )
          <fpage>708</fpage>
          -
          <lpage>717</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>S.</given-names>
            <surname>Jahromi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A. G.</given-names>
            <surname>Matarrese</surname>
          </string-name>
          , E. Tamilia,
          <string-name>
            <given-names>M. S.</given-names>
            <surname>Perry</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. R.</given-names>
            <surname>Madsen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. L.</given-names>
            <surname>Pearl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Papadelis</surname>
          </string-name>
          ,
          <article-title>Mapping propagation of interictal spikes, ripples, and fast ripples in intracranial EEG of children with refractory epilepsy</article-title>
          ,
          <source>in: 2021 43rd Annual International Conference of the IEEE Engineering in Medicine &amp; Biology Society (EMBC)</source>
          , IEEE,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>M.</given-names>
            <surname>Yazid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Fahmi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Sutanto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Shalannanda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Shoalihin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.-J.</given-names>
            <surname>Horng</surname>
          </string-name>
          , Aripriharta,
          <article-title>Simple detection of epilepsy from EEG signal using local binary pattern transition histogram</article-title>
          ,
          <source>IEEE Access 9</source>
          (
          <year>2021</year>
          )
          <fpage>150252</fpage>
          -
          <lpage>150267</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>M.</given-names>
            <surname>Brahma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Rejula</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Srinivasan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. N.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. A.</given-names>
            <surname>Banu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Malarvizhi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. S.</given-names>
            <surname>Priya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <article-title>Learning impact of recent ICT advances based on virtual reality IoT sensors in a metaverse environment</article-title>
          ,
          <source>Measur. Sens</source>
          .
          <volume>27</volume>
          (
          <year>2023</year>
          )
          <fpage>100754</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>S.</given-names>
            <surname>Sridhar</surname>
          </string-name>
          ,
          <article-title>Comparative study of ant colony OptimizationAnd gang scheduling</article-title>
          ,
          <source>International Journal For Trends In Engineering &amp;Technology</source>
          <volume>3</volume>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>M. K. Siddiqui</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Morales-Menendez</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Hussain</surname>
          </string-name>
          ,
          <article-title>A review of epileptic seizure detection using machine learning classifiers</article-title>
          ,
          <source>Brain Inform</source>
          .
          <volume>7</volume>
          (
          <issue>2020</issue>
          )
          <article-title>5</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>E.</given-names>
            <surname>Kabir</surname>
          </string-name>
          , Siuly,
          <string-name>
            <surname>Y. Zhang,</surname>
          </string-name>
          <article-title>Epileptic seizure detection from EEG signals using logistic model trees</article-title>
          ,
          <source>Brain Inform</source>
          .
          <volume>3</volume>
          (
          <year>2016</year>
          )
          <fpage>93</fpage>
          -
          <lpage>100</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>A.</given-names>
            <surname>Şengür</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Akbulut</surname>
          </string-name>
          ,
          <article-title>Time-frequency texture descriptors of EEG signals for eficient detection of epileptic seizure</article-title>
          ,
          <source>Brain Inform</source>
          .
          <volume>3</volume>
          (
          <year>2016</year>
          )
          <fpage>101</fpage>
          -
          <lpage>108</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mengoni</surname>
          </string-name>
          ,
          <article-title>Seizure classification with selected frequency bands and EEG montages: a natural language processing approach</article-title>
          , Brain Inform.
          <volume>9</volume>
          (
          <year>2022</year>
          )
          <fpage>11</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>A. A.</given-names>
            <surname>Ein Shoka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. H.</given-names>
            <surname>Alkinani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. S.</given-names>
            <surname>El-Sherbeny</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>El-Sayed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. M.</given-names>
            <surname>Dessouky</surname>
          </string-name>
          ,
          <article-title>Automated seizure diagnosis system based on feature extraction and channel selection using EEG signals</article-title>
          ,
          <source>Brain Inform</source>
          .
          <volume>8</volume>
          (
          <issue>2021</issue>
          )
          <article-title>1</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>E. I.</given-names>
            <surname>Zacharaki</surname>
          </string-name>
          , I. Mporas,
          <string-name>
            <given-names>K.</given-names>
            <surname>Garganis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Megalooikonomou</surname>
          </string-name>
          ,
          <article-title>Spike pattern recognition by supervised classification in low dimensional embedding space</article-title>
          ,
          <source>Brain Inform</source>
          .
          <volume>3</volume>
          (
          <year>2016</year>
          )
          <fpage>73</fpage>
          -
          <lpage>83</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>D.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Pang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <article-title>Epileptic seizure prediction by a system of particle filter associated with a neural network</article-title>
          ,
          <source>EURASIP J. Adv. Signal Process</source>
          .
          <year>2009</year>
          (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>N.</given-names>
            <surname>Sriraam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Raghu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Tamanna</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Narayan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Khanum</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. S.</given-names>
            <surname>Hegde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. B.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <article-title>Automated epileptic seizures detection using multi-features and multilayer perceptron neural network</article-title>
          ,
          <source>Brain Inform</source>
          .
          <volume>5</volume>
          (
          <year>2018</year>
          )
          <fpage>10</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>V.</given-names>
            <surname>Doma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Pirouz</surname>
          </string-name>
          ,
          <article-title>A comparative analysis of machine learning methods for emotion recognition using EEG and peripheral physiological signals</article-title>
          ,
          <source>J. Big Data</source>
          <volume>7</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>