<!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>Reliable Epileptic Seizure Detection Using an Improved Wavelet Neural Network</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Zarita Zainuddin</string-name>
          <email>zarita@cs.usm.my</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Lai Kee Huong</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ong Pauline</string-name>
          <email>ong.pauline@hotmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>School of Mathematical Sciences, Universiti Sains Malaysia</institution>
          ,
          <addr-line>11800 USM, Penang</addr-line>
          ,
          <country country="MY">Malaysia</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2012</year>
      </pub-date>
      <fpage>33</fpage>
      <lpage>44</lpage>
      <abstract>
        <p>Electroencephalogram (EEG) signals analysis is indispensable in epilepsy diagnosis as it offers valuable insights for locating the abnormal distortions in the brain wave. However, visual interpretation of the massive amount of EEG signals is time-consuming, and there is often inconsistent judgment between the experts. Thus, a reliable seizure detection system is highly sought after. A novel approach for epileptic seizure detection is proposed in this paper, where the statistical features extracted from the discrete wavelet transform are used in conjunction with an improved wavelet neural network in order to identify the occurrence of seizures. Experimental simulations were carried out on a well-known publicly available dataset, which was kindly provided by Ralph Andrzejak from the Epilepsy center in Bonn, Germany. The obtained high prediction accuracy, sensitivity and specificity demonstrated the feasibility of the proposed seizure detection scheme.</p>
      </abstract>
      <kwd-group>
        <kwd>Epileptic seizure detection</kwd>
        <kwd>fuzzy C-means clustering</kwd>
        <kwd>K-means clustering</kwd>
        <kwd>type-2 fuzzy C-means clustering</kwd>
        <kwd>wavelet neural networks</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Since its first inception reported by German neuropsychiatrist Hans Berger in the year
1924, the electroencephalogram (EEG) signals, which record the electrical activity in
the brain, have emerged as an essential alternative in diagnosing neurological
disorders. By analyzing the EEG recordings, inherent information from different
physiological states of the brain can be extracted, which are extremely crucial for the epileptic
seizure detection since the occurrence of seizure exhibits clear transient abnormalities
in the EEG signals. Thus, a warning signal can be initiated in time to avoid any
unwanted seizure related accidents and injuries, upon detecting an impending seizure
attack.</p>
      <p>
        While vital as a ubiquitous tool which supports general diagnostic of epilepsy, the
clinical implementation of EEG is constrained due to the challenges of: (i) Available
therapies require long term continuous monitoring of EEG signals. The generated
massive amounts of EEG recordings have to be painstakingly scanned and analyzed
visually by neurophysiologists, which is a tedious and time-consuming task. (ii) There
often is disagreement among different physicians during the analysis of ictal signals
[
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. Undoubtedly, an automated diagnostic system that is capable of distinguishing
the transient patterns of epileptiform activity from the EEG signals with reliable
precision is of great significance.
      </p>
      <p>
        Various efforts have been devoted in the literature in this regard. Generally
speaking, a typical epileptic seizure detection process consists of two stages wherein, the
inherent information that characterizes the different states of brain electrical activity
are first derived from the EEG recordings using some feature extraction techniques,
and subsequently, a chosen expert system is trained based on the obtained features.
The discrete wavelet transform (DWT) has gained practical interest in extracting the
valuable information embedded on the EEG signals due to its ability in capturing
precise frequency information at low frequency bands and time information at high
frequency bands [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ], [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]. EEG signals are non-stationary in nature, and
they contain high frequency information with short time period and low frequency
information with long time period [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. Therefore, by analyzing the biomedical
signals at different time and frequency resolutions, DWT is able to preprocess the
biomedical signals efficiently in the feature extraction stage.
      </p>
      <p>
        In the second stage of the seizure detection scheme, a great deal of different
artificial neural networks (ANNs) based expert systems have been utilized extensively in
the emerging field of epilepsy diagnosis. For instance, the multilayer perceptrons,
radial basis function neural networks, support vector machines, probabilistic neural
networks, and recurrent neural networks are some of the models that have been
previously reported in literature [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. ANNs are powerful
mathematical models that are inspired from their biological counterparts - the biological neural
networks, which concern on how the interconnecting neurons process a massive
amount of information at any given time. The utilization of ANNs in the seizure
detection study is appropriate in nature, due to their capability of finding the underlying
relationship between rapid variations in the EEG recordings, in addition to having the
characteristics of fault tolerance, massive parallel processing ability, and adaptive
learning capability.
      </p>
      <p>The objective of this paper is to present a novel scheme based on an improved
WNNs for the optimal classification of epileptic seizures in EEG recordings. The
normal as well as the epileptic EEG signals were first pre-processed using the DWT
wherein, the signals were decomposed into several frequency subbands.
Subsequently, a set of statistical features were extracted from each frequency subband, and was
used as a feature set to train a wavelet neural networks (WNNs) based classifier. It is
worth mentioning that the feature selection of EEG signals using DWT and epileptic
seizure detection with ANNs are well-accepted methodologies by medical experts
[67].</p>
      <p>The paper is organized as follows. In Section 2, the clinical data used in this study
is first presented, followed by the feature extraction method based on the DWT. The
implementation of the improved WNNs is next described in Section 3. In Section 4,
the effectiveness of the proposed WNNs in epileptic seizure detection is presented
and finally, conclusions are drawn in Section 5.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Materials and Methods</title>
      <p>The flow of the methodology used in this study is depicted in the block diagram in
Fig. 1, which will be discussed in detail in the following sections.
2.1</p>
      <sec id="sec-2-1">
        <title>Clinical data selection</title>
        <p>
          The EEG signals used in this study were acquired from a publicly available
benchmark dataset [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]. The dataset is divided into five sets, labeled set A until E. Each set
of the data consists of 100 segments, with each segment being a time series with 4097
data points. Each segment was recorded for 23.6 s at a sampling rate of 173.61 Hz.
Each of the five sets was recorded under different circumstances. Both sets A and B
were recorded from healthy subjects, with set A recorded with their eyes open
whereas set B with their eyes closed. On the other hand, sets C until E were obtained from
epileptic patients. Set C and D were recorded during seizure free period, where set C
was recorded from the hippocampal formation of the opposite hemisphere of the
brain, whereas set D was obtained from within the epileptogenic zone. The last data
set, set E, contains ictal data that were recorded when the patients were experiencing
seizure. In other words, the first four sets of data, sets A until D, are normal EEG
signals, while set E represents epileptic EEG signals.
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Discrete wavelet transform for feature extraction</title>
        <p>DWT offers a more flexible time-frequency window function, which narrows when
observing high frequency information and widens when analyzing low frequency
resolution. It is implemented by decomposing the signal into coarse approximation
and detail information by using successive low-pass and high-pass filtering, which is
illustrated in Fig. 2.</p>
        <p>As shown in this figure, a sample signal x(n), is passed through the low-pass filter
G0 and high-pass filter H0 simultaneously until the desired level of decomposition is
reached. The low-pass filter produces coarse approximation coefficients a(n), whereas
the high-pass filter outputs the detail coefficients d(n). The size of the approximation
coefficients and detail coefficients decreases by a factor of 2 at each successive
decomposition.</p>
        <p>
          Selecting the appropriate number of decomposition level is important for DWT.
For the EEG signal analysis, the number of decomposition levels can be determined
directly, based on their dominant frequency components. The number of levels is
chosen in such a way that those parts of the signals which correlate well with the
frequencies required for the classification of EEG signals are retained in the wavelet
coefficients [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ]. Since the clinical data used were sampled at 173.61Hz, the DWT
using Daubechies wavelet of order 4 (db4), with four decomposition levels is chosen,
as suggested in [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ]. The db4 is suitable to be used as wavelets of lower order are too
coarse to represent the EEG signals, while wavelets of higher order oscillate too
wildly [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]. The four-level wavelet decomposition process will yield a total of five groups
of wavelet coefficients, each corresponds to their respective frequency. They are
d1(43.4-86.8Hz), d2(21.7-43.4Hz), d3(10.8-21.7Hz), d4(5.4-10.8Hz), and a4(0-5.4Hz),
which correlate with the EEG spectrum that fall within four frequency bands of: delta
(1-4Hz), theta (4-8Hz), alpha (8-13Hz) and beta (13-22Hz).
        </p>
        <p>Subsequently, the statistical features of these decomposition coefficients are
extracted, which are:
1. The 90th percentile of the absolute values of the wavelet coefficients
2. The 10th percentile of the absolute values of the wavelet coefficients
3. The mean of the absolute values of the wavelet coefficients
4. The standard deviation of the wavelet coefficients.</p>
        <p>
          It is worth mentioning that instead of the usual extrema (maximum and minimum
of the wavelet coefficient), the percentiles are selected in this case in order to
eliminate the possible outliers [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. At the end of the feature extraction stage, a feature
vector of length 20 is formed for each EEG signal.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Classification using an improved wavelet neural networks</title>
      <p>
        WNNs are feedforward neural networks with three layers – the input layer, the hidden
layer, and the output layer [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ] . As the name suggests, the input layer receives input
values and transmits them to the single hidden layer. The hidden nodes consist of
continuous wavelet functions, such as Gaussian wavelet, Mexican Hat wavelet, or
Morlet wavelet, which perform the nonlinear mapping. The product from this hidden
layer will then be sent to the final output layer.
      </p>
      <p>Mathematically, a typical WNN is modeled by the following equation:
p  x  ti   b,
y(x)   wij 
i1  d 
(1)
where y is the desired output, x  m is the input vector, p is the number of hidden
neurons, wij is the weight matrix whose values will be adjusted iteratively during the
training phase in order to minimize the error goal,  is the wavelet activation
function, t is the translation vector, d is the dilation parameter, and b is the column matrix
that contains the bias terms. The network structure is illustrated in Fig. 3.</p>
      <p>
        The WNNs are distinct from those of other ANNs in the sense that [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ]:




      </p>
      <p>WNNs show relatively faster learning speed owing to the constitution of the
fastdecaying localized wavelet activation functions in the hidden layer.</p>
      <p>WNNs preserve the universal approximation property, and they are guaranteed to
converge with sufficient training.</p>
      <p>WNNs establish an explicit link between the neural network coefficients and the
wavelet transform.</p>
      <p>WNNs achieve the same quality of approximation with a network of reduced size.</p>
      <p>
        Designing a WNN requires the researchers to focus particular attention on several
areas. First, a suitable learning algorithm is vital in adjusting the weights between the
hidden and output layers so that the network does not converge to the undesirable
local minima. Second, a proper choice of activation functions in the hidden nodes is
crucial as it has been shown that some functions yield significant better result for
certain problems [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. Third, an appropriate initialization of the translation and
dilation parameters is essential because this will lead to simpler network architecture and
higher accuracy [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ].
      </p>
      <p>
        The selection of the translation vectors for WNNs is of paramount importance. An
appropriate initialization of the translation vectors will do a good job of reflecting the
essential attributes of the input space, in such a way that the WNNs begin its learning
from good starting points and could lead to the optimal solution. Among the notable
proposed approaches are the ones given by the pioneers of WNNs themselves, where
the translation vectors are chosen from the points located on the interval of the
domain of the function [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ]. In [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], a dyadic selection scheme realized using the
Kmeans clustering algorithm was employed. In [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], the translation vectors were
obtained from the new input data. An explicit formula was derived to compute the
translation vectors to be used for the proposed composite function WNNs [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. In [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ], an
enhanced fuzzy C-means clustering algorithm, termed modified point
symmetrydistance fuzzy C-means (MPSDFCM) algorithm, was proposed to initialize the
translation vectors. By incorporating the idea of symmetry similarity measure into the
computation, the MPSFCM algorithm was able to find a set of fewer yet effective
translation vectors for the WNNs, which eventually led to superb generalization
ability in microarray study. In short, the utilization of different novel clustering algorithms
in WNNs aim at simpler algorithm complexity and higher classification accuracy
from the WNNs.
      </p>
      <p>
        In this study, the type-2 fuzzy C-means (T2FCM) clustering algorithm [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] was
proposed to initialize the translation vectors of WNNs. Its clustering effectiveness as
well as its robustness to noise has motivated the investigation on the feasibility of
T2FCM in selecting the translation vectors of the WNNs. For comparison purposes,
the use of K-means (KM) and the conventional type-1 fuzzy C-means (FCM-1)
algorithms in initializing the WNNs translation vectors were also considered.
3.1
      </p>
      <sec id="sec-3-1">
        <title>Type-2 Fuzzy C-Means Clustering Algorithm</title>
        <p>
          Rhee and Hwang [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] proposed an extension to the conventional FCM-1 clustering
algorithm by assigning membership grades to type-1 membership values. They
pointed out that the conventional FCM-1 clustering may result in undesirable
clustering when noise exists in the input data. This is because all the data, including the
noise, will be assigned to all the available clusters with a membership value. As such,
a triangular membership function is proposed, as shown in the following equation:
 1  uij  ,
aij  u ij  
 2 
(2)
where uij and aij represent the type-1 and type-2 membership values for input j and
cluster center i, respectively. The proposed membership function aims to handle the
possible noise that might present in the input data. From Eq. 2, the new membership
value, aij, is defined as the difference between the old membership value, uij and the
area of the membership function, where the length of the base of each of the
triangular function is taken as 1 minus the corresponding membership value obtained from
FCM-1.
        </p>
        <p>By introducing a second layer of fuzziness, the T2FCM algorithm’s concept still
conforms to the conventional FCM-1 method in representing the membership values.
To illustrate, it can noted from Eq. 2 that a larger value of FCM-1 value (closer to 1)
will yield a larger value of T2FCM value as well.</p>
        <p>Since the proposed T2FCM algorithm is built upon the conventional FCM-1
algorithm, the formula used to find the cluster centers, cij , can now be obtained from the
following equation that has been modified accordingly, as shown below:
N aimj x j
ci  j1N aimj
j1</p>
        <p>,
Jm (U ,V )  C N uimj || x j  ci ||2 ,</p>
        <p>i1 j1
where m is the fuzzifier, which is commonly set to a value of 2.</p>
        <p>The algorithm for T2FCM is similar to the conventional FCM-1, which aims to
minimize the following objective function:
but it differs in the extra introduced membership function and also the equation that
has been modified to update the cluster centers. In general, the algorithm proceeds as
follows:
1. Fix the number of cluster centers, C.
2. Initialize the location of the centers, ci, i = 1, 2, … , C, randomly.
3. Compute the membership values using the following equation:</p>
        <p> 2 1 
U  [uij ]   kC1  xx j  ccki  m1   .</p>
        <p> j  
4. Calculate the new membership value, aij from the values of uij using Eq. 2.
5. Update the cluster centers using Eq. 3.
6. Repeat steps 3-5 until the locations of the centers stabilize.</p>
        <p>The algorithm for T2FCM is summarized in the flowchart shown in Fig. 4.
In statistical analysis, k-fold cross validation is used to estimate the generalization
performance of classifiers. Excessive training will force the classifiers to memorize
the input vectors, while insufficient training will result in poor generalization when a
(3)
(4)
(5)
new input is presented to it. In order to avoid these problems, k-fold cross validation
is performed.</p>
        <p>To implement the k-fold cross validation, the samples are first randomly
partitioned into k&gt;1 distinct groups of equal (or approximately equal) size. The first group
of samples is selected as the testing data initially, while the remaining groups serve as
training data. A performance metric, for instance, the classification accuracy, is then
measured. The process is repeated for k times, and thus, the k-fold cross validation has
the advantage of having each of the sample being used for both training and testing.
The average of the performance metric from the k iterations is then reported. In this
study, k is chosen as 10.
 
 
 
 
 
 
 
 
 
 
 
 
 
 </p>
        <sec id="sec-3-1-1">
          <title>START</title>
        </sec>
        <sec id="sec-3-1-2">
          <title>Select C</title>
        </sec>
        <sec id="sec-3-1-3">
          <title>Initialize randomly</title>
          <p>ci , i  1, 2,..., C  </p>
          <p>Compute membership, uij
Compute new membership, aij
Find new centers, ci</p>
        </sec>
        <sec id="sec-3-1-4">
          <title>Centers stabilize? END Yes</title>
          <p>No
The binary classification task between normal subjects and epileptic patients was
realized using the WNNs models. The activation function used in the hidden nodes is
the Morlet wavelet function. During the training process, a normal EEG signal was
indicated by a single value of 0, while an epileptic EEG signal was labeled with a
value of 1. During the testing stage, a threshold value of 0.5 was used, that is, any
output from WNNs which is equals to or greater than 0.5 will be reassigned a value of
1; otherwise, it will be reassigned a value of 0. The simulation was carried out using
the mathematical software MATLAB® version 7.10 (R2010a). The performance of
the proposed WNNs was evaluated using the statistical measures of classification
accuracy, sensitivity and specificity. The corresponding classification results between
the normal and epileptic EEG signals by using the WNNs-based classifier with
different initialization approaches are listed in Table 1.</p>
          <p>In terms of the classification accuracy, the translation vectors generated by the
conventional KM clustering algorithm gave the poorest result, where an overall
accuracy of 94.8% was obtained. The WNNs that used the conventional FCM-1 clustering
algorithm reported an overall accuracy of 97.15%. The best performance was
obtained by the classifier that employed the T2FCM algorithm, which yielded an overall
classification accuracy of 98.87%.</p>
          <p>As shown in Table 1, a steady increase in the classification accuracy was noticed
when the KM clustering algorithm was substituted with FCM algorithm, and
subsequently T2FCM algorithm. FCM outperformed the primitive KM algorithm because
the soft clustering employed can assign one particular datum to more than one cluster.
On the contrary, KM algorithm, which used hard or crisp clustering, assigns one
datum to one center only, and this degrades greatly the classification accuracy. While
FCM relies on one fuzzifier, T2FCM adds a second layer of fuzziness by assigning a
membership function to the membership value obtained from the type-1 FCM
membership values.</p>
          <p>In the field of medical diagnosis, the unwanted noise and outliers produced from
the signals or images need to be handled carefully, as they will affect and skew the
results and analysis obtained afterwards. In this regard, the concept of fuzziness can
be incorporated to deal with these uncertainties. Outliers or noise can be handled
more efficiently and higher classification accuracy can be obtained via the
introduction of the membership function. The noise in the biomedical signals used in this
work has thus been handled via two different approaches. The first treatment is in the
feature selection stage, where the 10th and 90th percentiles of the absolute values of the
wavelet coefficients were used instead of the minima and maxima values. The second
way is via the T2FCM clustering algorithm used when initializing the translation
parameters for the hidden nodes of WNNs. The clustering achieved by T2FCM
proves to result in more desirable locations compared to the conventional KM and
FCM-1 methods, as reflected in the higher overall classification accuracy.</p>
          <p>
            Numerous epileptic detection approaches have been implemented in the literature
using the same benchmark dataset as in this study. For the sake of performance
assessment, comparison of the results with other state-of-the-art methods reported in the
literature was included, as presented in Table 2. As depicted in this table, the
proposed WNNs with T2FCM initialization approach outperformed the others generally.
However, the achieved classification accuracy of 98.87% by the proposed model was
inferior to the multilayer perceptrons (MLPs)-based classifier as described in [
            <xref ref-type="bibr" rid="ref15">15</xref>
            ],
which might be attributed to their feature extraction method. Instead of using basic
statistical features, the authors used the KM clustering algorithm to find the
similarities among the wavelet coefficient, where the obtained probability distribution from
the KM was used as the input of the MLPs-based classifier. A better set of
deterministic features might be obtained from this approach, which will be an interesting topic to
pursue in future. However, it is pertinent to note that the MLPs-based classifiers are
subject to slow learning deficiency and getting trapped in local minima easily.
          </p>
          <p>In order to evaluate the statistical significance of the obtained results, statistical test
on the difference of the population mean of the overall classification accuracy was
performed using the t distribution. The experiment was run 10 times to obtain the
values of the summary statistics, namely, the mean and the standard deviation of the
samples. The 1% significance level, or α=0.01 was utilized to check whether there is
significant difference between the two population means. Two comparisons were
done, namely, between KM and T2FCM, and between FCM and T2FCM. The
formula for the test statistics is given by:
t 
 x1  x2   1   </p>
          <p>2 ,
sx1 x2
(6)
where x1 and x2 are the sample means; 1 and  2 are the population means; and
sx1 x2 is the estimate of the two standard deviations.</p>
          <p>For both cases, the values of the test statistic obtained fall in the rejection region.
So the null hypothesis is rejected and it is concluded that there is significant
difference between the classification accuracy obtained using the different initialization
methods, that is, the performance of T2FCM is superior to those of KM and FCM.
5</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusions</title>
      <p>In this paper, a novel seizure detection scheme using the improved WNNs with
T2FCM initialization approach was proposed. Based on the overall classification
accuracy obtained from the real world problem of epileptic seizure detection, it was
found that the proposed model outperformed the other conventional clustering
algorithms, where an overall accuracy of 98.87%, sensitivity of 94.96% and specificity of
99.43% were achieved. The initialization accomplished via T2FCM has proven that
the algorithm can handle the uncertainty and noise in the EEG signals better than the
conventional KM and FCM-1 algorithms. This again suggested the prospective
implementation of the proposed method in developing a real time automated epileptic
diagnostic system with fast and accurate response that could assist the neurologists in
their decision making process.</p>
      <p>Acknowledgements. The authors gratefully acknowledge the generous financial
support provided by Universiti Sains Malaysia under the USM Fellowship Scheme.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Adeli</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dadmehr</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          :
          <article-title>Analysis of EEG records in an epileptic patient using wavelet transform</article-title>
          .
          <source>J Neurosci Meth</source>
          <volume>123</volume>
          ,
          <fpage>69</fpage>
          -
          <lpage>87</lpage>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Andrzejak</surname>
            ,
            <given-names>R. G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lehnertz</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mormann</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rieke</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>David</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Elger</surname>
            ,
            <given-names>C. E.</given-names>
          </string-name>
          :
          <article-title>Indications of nonlinear deterministic and finite-dimensional structures in time series of brain electrical activity: Dependence on recording region and brain state</article-title>
          .
          <source>Phys Rev E</source>
          <volume>64</volume>
          , (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Cao</surname>
            ,
            <given-names>J. W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>Z. P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>G. B.</given-names>
          </string-name>
          :
          <article-title>Composite function wavelet neural networks with extreme learning machine</article-title>
          .
          <source>Neurocomputing</source>
          <volume>73</volume>
          ,
          <fpage>1405</fpage>
          -
          <lpage>1416</lpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Ebrahimpour</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Babakhani</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Arani</surname>
            ,
            <given-names>S. A. A. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Masoudnia</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Epileptic Seizure Detection Using a Neural Network Ensemble Method</article-title>
          and
          <string-name>
            <given-names>Wavelet</given-names>
            <surname>Transform</surname>
          </string-name>
          .
          <source>Neural Netw World</source>
          <volume>22</volume>
          ,
          <fpage>291</fpage>
          -
          <lpage>310</lpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Gandhi</surname>
            ,
            <given-names>T. K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chakraborty</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Roy</surname>
            ,
            <given-names>G. G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Panigrahi</surname>
            ,
            <given-names>B. K.</given-names>
          </string-name>
          :
          <article-title>Discrete harmony search based expert model for epileptic seizure detection in electroencephalography</article-title>
          .
          <source>Expert Syst Appl</source>
          <volume>39</volume>
          ,
          <fpage>4055</fpage>
          -
          <lpage>4062</lpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Ghosh-Dastidar</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Adeli</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dadmehr</surname>
          </string-name>
          , N.:
          <article-title>Mixed-band wavelet-chaos-neural network methodology for epilepsy and epileptic seizure detection</article-title>
          .
          <source>IEEE transactions on bio-medical engineering 54</source>
          ,
          <fpage>1545</fpage>
          -
          <lpage>1551</lpage>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Ghosh-Dastidar</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Adeli</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dadmehr</surname>
          </string-name>
          , N.:
          <article-title>Principal component analysis-enhanced cosine radial basis function neural network for robust epilepsy and seizure detection</article-title>
          .
          <source>IEEE transactions on bio-medical engineering 55</source>
          ,
          <fpage>512</fpage>
          -
          <lpage>518</lpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Guo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rivero</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dorado</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rabunal</surname>
            ,
            <given-names>J. R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pazos</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Automatic epileptic seizure detection in EEGs based on line length feature and artificial neural networks</article-title>
          .
          <source>J Neurosci Meth</source>
          <volume>191</volume>
          ,
          <fpage>101</fpage>
          -
          <lpage>109</lpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Guo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rivero</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pazos</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Epileptic seizure detection using multiwavelet transform based approximate entropy and artificial neural networks</article-title>
          .
          <source>J Neurosci Meth</source>
          <volume>193</volume>
          ,
          <fpage>156</fpage>
          -
          <lpage>163</lpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Hwang</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mandayam</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Udpa</surname>
            ,
            <given-names>S. S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Udpa</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lord</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Atzal</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Characterization of gas pipeline inspection signals using wavelet basis function neural networks</article-title>
          .
          <source>NDT and E Int</source>
          <volume>33</volume>
          ,
          <fpage>531</fpage>
          -
          <lpage>545</lpage>
          (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Kandaswamy</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kumar</surname>
            ,
            <given-names>C. S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ramanathan</surname>
            ,
            <given-names>R. P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jayaraman</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Malmurugan</surname>
          </string-name>
          , N.:
          <article-title>Neural classification of lung sounds using wavelet coefficients</article-title>
          .
          <source>Comput Biol Med</source>
          <volume>34</volume>
          ,
          <fpage>523</fpage>
          -
          <lpage>537</lpage>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Kumar</surname>
            ,
            <given-names>S. P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sriraam</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Benakop</surname>
            ,
            <given-names>P. G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jinaga</surname>
            ,
            <given-names>B. C.</given-names>
          </string-name>
          :
          <article-title>Entropies based detection of epileptic seizures with artificial neural network classifiers</article-title>
          .
          <source>Expert Syst Appl</source>
          <volume>37</volume>
          ,
          <fpage>3284</fpage>
          -
          <lpage>3291</lpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          -J.:
          <article-title>Nonlinear systems control using self-constructing wavelet networks</article-title>
          .
          <source>Appl Soft Comput</source>
          <volume>9</volume>
          ,
          <fpage>71</fpage>
          -
          <lpage>79</lpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Naghsh-Nilchi</surname>
            ,
            <given-names>A. R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aghashahi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Epilepsy seizure detection using eigen-system spectral estimation and Multiple Layer Perceptron neural network</article-title>
          .
          <source>Biomed Signal Proces</source>
          <volume>5</volume>
          ,
          <fpage>147</fpage>
          -
          <lpage>157</lpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Orhan</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hekim</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ozer</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>EEG signals classification using the K-means clustering and a multilayer perceptron neural network model</article-title>
          .
          <source>Expert Syst Appl</source>
          <volume>38</volume>
          ,
          <fpage>13475</fpage>
          -
          <lpage>13481</lpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Rhee</surname>
            ,
            <given-names>F. C. H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hwang</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <article-title>A type-2 fuzzy C-means clustering algorithm</article-title>
          .
          <source>In: Proceedings of the 20th IEEE FUZZ Conference</source>
          , pp
          <fpage>1926</fpage>
          -
          <lpage>1929</lpage>
          . IEEE Press, New York (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Subasi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>EEG signal classification using wavelet feature extraction and a mixture of expert model</article-title>
          .
          <source>Expert Syst Appl</source>
          <volume>32</volume>
          ,
          <fpage>1084</fpage>
          -
          <lpage>1093</lpage>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Subasi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gursoy</surname>
            ,
            <given-names>M. I.</given-names>
          </string-name>
          :
          <article-title>EEG signal classification using PCA, ICA, LDA and support vector machines</article-title>
          .
          <source>Expert Syst Appl</source>
          <volume>37</volume>
          ,
          <fpage>8659</fpage>
          -
          <lpage>8666</lpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Tang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Durand</surname>
            ,
            <given-names>D. M.:</given-names>
          </string-name>
          <article-title>A tunable support vector machine assembly classifier for epileptic seizure detection</article-title>
          .
          <source>Expert Syst Appl</source>
          <volume>39</volume>
          ,
          <fpage>3925</fpage>
          -
          <lpage>3938</lpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Tzallas</surname>
            ,
            <given-names>A. T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tsipouras</surname>
            ,
            <given-names>M. G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fotiadis</surname>
            ,
            <given-names>D. I.</given-names>
          </string-name>
          :
          <source>Automatic Seizure Detection Based on TimeFrequency Analysis and Artificial Neural Networks</source>
          .
          <year>2007</year>
          , (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Ubeyli</surname>
          </string-name>
          , E. D.:
          <article-title>Wavelet/mixture of experts network structure for EEG signals classification</article-title>
          .
          <source>Expert Syst Appl 34</source>
          ,
          <fpage>1954</fpage>
          -
          <lpage>1962</lpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Ubeyli</surname>
          </string-name>
          , E. D.:
          <article-title>Combined neural network model employing wavelet coefficients for EEG signals classification</article-title>
          .
          <source>Digit Signal Process</source>
          <volume>19</volume>
          ,
          <fpage>297</fpage>
          -
          <lpage>308</lpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Zainuddin</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ong</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Modified wavelet neural network in function approximation and its application in prediction of time-series pollution data</article-title>
          .
          <source>Appl Soft Comput</source>
          <volume>11</volume>
          ,
          <fpage>4866</fpage>
          -
          <lpage>4874</lpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Zainuddin</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ong</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Reliable multiclass cancer classification of microarray gene expression profiles using an improved wavelet neural network</article-title>
          .
          <source>Expert Syst Appl</source>
          <volume>38</volume>
          ,
          <fpage>13711</fpage>
          -
          <lpage>13722</lpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Zandi</surname>
            ,
            <given-names>A. S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Javidan</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dumont</surname>
            ,
            <given-names>G. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tafreshi</surname>
          </string-name>
          , R.:
          <source>Automated Real-Time Epileptic Seizure Detection in Scalp EEG Recordings Using an Algorithm Based on Wavelet Packet Transform. Ieee T Bio-Med Eng</source>
          <volume>57</volume>
          ,
          <fpage>1639</fpage>
          -
          <lpage>1651</lpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>Q. G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Benveniste</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Wavelet Networks</article-title>
          .
          <source>Ieee T Neural Networ</source>
          <volume>3</volume>
          ,
          <fpage>889</fpage>
          -
          <lpage>898</lpage>
          (
          <year>1992</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>