SlideShare a Scribd company logo
1 of 3
Download to read offline
Krishnaveni et al. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 7, Issue 1, ( Part -3) January 2017, pp.39-41
www.ijera.com 39 | P a g e
Wavelet-based EEG processing for computer-aided seizure
detection and epilepsy diagnosis
Krishnaveni1
, Prof. S R Salwe2
, Ranjana Raut3
1
(Department of Electronics and Telecommunication, RTMNU University, Nagpur, Maharashtra
2
(Department of Electronics and Telecommunication, RTMNU University, Nagpur, Maharashtra
3
(Department of Applied Electronics, SGB, Amravati University, Maharashtra)
ABSTRACT
Many Neurological disorders are very difficult to detect. One such Neurological disorder which we are going to
discuss in this paper is Epilepsy. Epilepsy means sudden change in the behavior of a human being for a short
period of time. This is caused due to seizures in the brain. Many researches are going onto detect epilepsy
detection through analyzing EEG. One such method of epilepsy detection is proposed in this paper. This
technique employs Discrete Wave Transform (DWT) method for pre-processing, Approximate Entropy (ApEn)
to extract features and Artificial Neural Network (ANN) for classification. This paper presented a detailed
survey of various methods that are being used for epilepsy detection and also proposes a wavelet based epilepsy
detection method.
Index Terms: Discrete Wavelet Transform, Approximate Entropy, Artificial Neural Network
I.INTRODUCTION
Seizure means an abrupt change in the
electrical activity of a brain. These abrupt changes
occur due to some chemical changes in the nerve
cells. Seizure causes a sudden change in the activity
of a person for that short period of time. The sudden
change in activity may occur due to excitement or
inhibiting of brain cells from transmitting messages.
Usually in normal condition, the excited cells and the
cells that inhibit are balanced but during seizure these
cells imbalance. Seizures in themselves are not a
disease but they may be the symptoms of any disorder
in the brain.
Epilepsy is a common chronic neurological
disorder that cannot be cured but can be controlled
using medicines. Epilepsy seizures are the result of
the transient and unexpected electrical disturbance of
the brain. Various researchers have found that around
50 million cases in the world are positive and are
struggling with epilepsy. people worldwide have
epilepsy, and nearly two out of every three new cases
are discovered in developing countries. Epilepsy is
more likely to occur in young children or people over
the age of 65 years; however, it can occur at any age.
The detection of epilepsy is possible by analyzing
EEG signals.
Electroencephalogram (EEG) has established
itself as an important means of identifying and
analyzing epileptic seizure activity in humans. In most
cases, identification of the epileptic EEG signal is
done manually by skilled professionals, who are small
in number. In this paper, we try to automate the
detection process.
II.RELATED WORK
Automatic seizure detection has been the
area of interest for many researchers since seventies.
These researches were started primarily in order to
overcome the shortcomings of visual analysis of EEG
data such as time consumption while analyzing and
disagreements among certain neurologists on ictal and
inter-ictal activities. Therefore, the researchers tried to
find out the automatic way of detecting these
activities. Some methods for Inter-ictal spike
detection have been proposed by Ravi Mishra and
Madhulika Pandey in [4] which classified these
methods into six different categories as follows:
 Mimetic technique: This technique uses digital
filters and frequency domain approach for
automatic generation of EEG reports.
 Template matching algorithms: In digital image
processing template matching is a technique that
is used to find out small parts of an image that
matches the template image. There are various
template matching techniques. Some of which
include Navie Template Matching (NTM), Image
Correlation Matching (ICM), Pattern Correlation
Images (PCM), Grayscale-Based Matching
(GBM) And (Edge-Based Matching) EBM. [5]
 Parametric approaches: In this method underlying
densities are known but the values of parameter
might be unknown.
 Artificial Neural Networks: Artificial Neural
Networks (ANN) are used in texture analysis,
pattern recognition, segmentation, color
representation, and image compression.
RESEARCH ARTICLE OPEN ACCESS
Krishnaveni et al. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 7, Issue 1, ( Part -3) January 2017, pp.39-41
www.ijera.com 40 | P a g e
 Knowledge based techniques : A knowledge base
technique uses a database or a public library of
related information about a particular subject.
Dr. D. Najumnissa and Dr. T. R.
Rangaswamy proposed in [6] proposed an Eliptic
seizure detection technique using wavelet transform
and Adaptive Neuro-Fuzzy Logic. In this research,
they tried to increase the diagnostic importance of
EEG using Wavelet transform coefficients and
Adaptive Neuro Fuzzy Inference System (ANFIS).
For the analysis of seizure in EEG signals, 50 subjects
out of which 20 normal and 30 seizures were used.
Here the EEG signals were first decomposed into time
and frequency domain using wavelet transform
technique and then the statistical features were
calculated to describe their distribution. An Adaptive
Neuro Fuzzy Logic based system was used for the
classification of epileptic seizure. For this the ANFIS
systems were trained initially to detect epileptic
seizures and then classify them. Further, BPN
algorithm is used to study and compare the datasets.
Average True Positive Rate and True Negative Rate
weare found to be 97% and 99% respectively. The
presented ANFIS classifier combined the neural
network adaptive capabilities and the fuzzy logic
qualitative approach.
In [7] Yusuf U Khan, Omar Farooq and
Priyanka Sharma proposed automatic detection of
seizure in Pediatric EEG. Here, they classified the
normal and seizure EEG signal by using linear
classifiers. They used hyper-plane technique to
separate the data of different classes. For two class
problems (seizure and non-seizure) the feature vector
depends on the side of hyper plane. The separating
hyper plane is the boundary for which the distance
between two classes is maximum and inter-class
variance is minimum. Here the data is classified
individually for each patient and the final result is
obtained by averaging these individual results. The
performance of the system is evaluated on the basis of
latency, sensitivity and false detection rate.
Fenglin Wang, Qingfang Meng, Yuehui
Chen, and Yuzhen Zhao in [8] proposed a novel
method for feature extraction in EEG, that can be
applied to both inter-ictal EEG and ictal EEG. In this
paper they initially constructed a node set of Time
Series Complex Network (TSCN) and then an edge
set is constructed depending on similarity between the
nodes. Further, the Cluster Coefficients (CC) and the
Cluster Coefficient Distribution (CCD) of each node
in the TSCN are calculated and lastly the partial sum
of cluster coefficient distribution is calculated.
III. THEORY OF TECHNIQUES
A. Discrete Wavelet Transform (DWT):
Transformation of a signal means converting
it from one form to another. There are a lot of
transforms available but most transform represent
signal in time domain. But many a times the signal is
also required in frequency domain if time domain
analysis alone is not sufficient. So, the transform that
represents a given time domain signal into its
frequency domain is known as the Fourier Transform.
The Fourier Transform gives the signal in only in
frequency domain. But, often it is required to
represent the signal in both frequency and in time
domain. So, the solution to this problem is to use
Wavelet Transform (WT). The WT transforms the
signal, both in frequency and in time domain. The
wavelet transforms are of following types: discrete,
continuous, stationary and non-decimated.
In DWT a signal is first decomposed into
two different versions using a HPF and a LPF. The
filters used must be such they should satisfy the
admissibility condition. Then we take either the
output of low pass filter or high pass filter and again
decompose it into two different parts. Likewise, we go
on decomposing the signal up to a certain pre-defined
level. Now, we get a lot of decomposed signals like
D0, D1, D2, D3, D4 etc. and now if we plot these
decomposed signals on a 3-D graph then it will show
what frequency band exist at which time and what is
the amplitude at that frequency and time.
Fig Sub-band coding algorithm
B.Approximate Entropy (ApEn):
Approximate entropy (ApEn) indicates the
amount of regularity or the predictability of
fluctuations in a given data. [9]. Approximate Entropy
has three parameters m, r and N, where the run length
m, and tolerance window r are the inputs and must be
specified and N represents the no. of points in the
series.
Krishnaveni et al. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 7, Issue 1, ( Part -3) January 2017, pp.39-41
www.ijera.com 41 | P a g e
IV. PROPOSED SYSTEM
Fig. shows the block diagram of proposed
epilepsy detection system. Here, the raw data i.e. the
EEG signals will be given as input. Then these raw
signals will be pre-processed using Discrete Wavelet
Transform (DWT) and will be decomposed into
different levels. Features are then extracted from these
decomposed signals using Artificial Neural Network
(ANN) and are then classified using Support Vector
Machine (SVM). The Ant Colony Optimization
algorithm (ACO) is used to optimize the classified
vectors.
V. CONCLUSION
Different methods are proposed in different
papers to detect Epilepsy. From these papers it is seen
that epilepsy detection is a very tough task. The
traditional method uses epilepsy detection using
manual observation but it has a lot of disadvantages
such as time consuming, laborious, requires skilled
interpreters, and is prone to subjective judgment and
error. Further, manual way of epilepsy detection is not
suitable to detect subtle features. Therefore, the
researchers are trying to design a CAD tool that can
be used to efficiently analyze the EEG signals. Here,
we have also proposed a method for epilepsy
detection using DWT, ApEn, ANN and SVM
REFERENCE
[1]. Yatindra Kumar · M. L. Dewal · R. S. Anand,
“Epileptic seizures detection in EEG using
DWT-based ApEn and artificial neural
network” Springer-Verlag London Limited
2012.
[2]. Ravi Mishra, Madhulika Pandey “A Survey on
Different Methods for Epilepsy and Seizure
Detection by Analyzing EEG” International
Journal of Engineering Research and Reviews
[3]. Nazil Perveen, Darshan Kumar and Ishan
Bhardwaj, “Overview on Template Matching
Methodologies and its Applications”
International Journal of Research in Computer
and Communication Technology, Vol 2, Issue
10, October- 2013
[4]. Dr. D. Najumnissa, Dr. T. R. Rangaswamy,
“Detection and Classification of Epileptic
Seizures using Wavelet feature extraction and
Adaptive Neuro-Fuzzy Inference System”,
International Journal of Computational
Engineering Research ISSN: 2250–3005
[5]. Yusuf U Khan,Omar Farooq and Priyanka
Sharma AUTOMATIC DETECTION OF
SEIZURE ONSET IN PEDIATRIC EEG
International Journal of Embedded Systems
and Applications (IJESA)
[6]. Fenglin Wang, Qingfang Meng, Yuehui Chen,
Yuzhen Zhao “Feature Extraction Method for
Epileptic Seizure Detection Based on Cluster
Coefficient Distribution of Complex network”
wseas transactions on computers Volume 13,
2014
[7]. Pincus, S.M.: Approximate entropy as a measure
of system complexity. Proc. Natl. Acad. Sci.
USA 88, 2297–2301 (1991)

More Related Content

What's hot

Analysis of EEG data Using ICA and Algorithm Development for Energy Comparison
Analysis of EEG data Using ICA and Algorithm Development for Energy ComparisonAnalysis of EEG data Using ICA and Algorithm Development for Energy Comparison
Analysis of EEG data Using ICA and Algorithm Development for Energy Comparisonijsrd.com
 
Final thesis presentation on bci
Final thesis presentation on bciFinal thesis presentation on bci
Final thesis presentation on bciRedwan Islam
 
Artificial Neural Network in Medical Diagnosis
Artificial Neural Network in Medical DiagnosisArtificial Neural Network in Medical Diagnosis
Artificial Neural Network in Medical DiagnosisAdityendra Kumar Singh
 
A New Approach to Denoising EEG Signals - Merger of Translation Invariant Wav...
A New Approach to Denoising EEG Signals - Merger of Translation Invariant Wav...A New Approach to Denoising EEG Signals - Merger of Translation Invariant Wav...
A New Approach to Denoising EEG Signals - Merger of Translation Invariant Wav...CSCJournals
 
Recognition of emotional states using EEG signals based on time-frequency ana...
Recognition of emotional states using EEG signals based on time-frequency ana...Recognition of emotional states using EEG signals based on time-frequency ana...
Recognition of emotional states using EEG signals based on time-frequency ana...IJECEIAES
 
EXPERIMENTS ON DIFFERENT RECURRENT NEURAL NETWORKS FOR ENGLISH-HINDI MACHINE ...
EXPERIMENTS ON DIFFERENT RECURRENT NEURAL NETWORKS FOR ENGLISH-HINDI MACHINE ...EXPERIMENTS ON DIFFERENT RECURRENT NEURAL NETWORKS FOR ENGLISH-HINDI MACHINE ...
EXPERIMENTS ON DIFFERENT RECURRENT NEURAL NETWORKS FOR ENGLISH-HINDI MACHINE ...csandit
 
rob 537 final paper(fourth modify)
rob 537 final paper(fourth modify)rob 537 final paper(fourth modify)
rob 537 final paper(fourth modify)Huanchi Cao
 
Tamil Character Recognition based on Back Propagation Neural Networks
Tamil Character Recognition based on Back Propagation Neural NetworksTamil Character Recognition based on Back Propagation Neural Networks
Tamil Character Recognition based on Back Propagation Neural NetworksDR.P.S.JAGADEESH KUMAR
 
Ijeee 16-19-a novel approach to brain tumor classification using wavelet and ...
Ijeee 16-19-a novel approach to brain tumor classification using wavelet and ...Ijeee 16-19-a novel approach to brain tumor classification using wavelet and ...
Ijeee 16-19-a novel approach to brain tumor classification using wavelet and ...Kumar Goud
 
Artificial Neural Network and its Applications
Artificial Neural Network and its ApplicationsArtificial Neural Network and its Applications
Artificial Neural Network and its Applicationsshritosh kumar
 
Neuralnetwork 101222074552-phpapp02
Neuralnetwork 101222074552-phpapp02Neuralnetwork 101222074552-phpapp02
Neuralnetwork 101222074552-phpapp02Deepu Gupta
 
Paper id 71201913
Paper id 71201913Paper id 71201913
Paper id 71201913IJRAT
 
EEG Classification using Semi Supervised Learning
EEG Classification using Semi Supervised LearningEEG Classification using Semi Supervised Learning
EEG Classification using Semi Supervised Learningijtsrd
 
Artificial neural networks and its application
Artificial neural networks and its applicationArtificial neural networks and its application
Artificial neural networks and its applicationHưng Đặng
 
International Journal of Image Processing (IJIP) Volume (2) Issue (1)
International Journal of Image Processing (IJIP) Volume (2) Issue (1)International Journal of Image Processing (IJIP) Volume (2) Issue (1)
International Journal of Image Processing (IJIP) Volume (2) Issue (1)CSCJournals
 
Introduction Of Artificial neural network
Introduction Of Artificial neural networkIntroduction Of Artificial neural network
Introduction Of Artificial neural networkNagarajan
 
K Mean and Fuzzy Clustering Algorithm Predicated Brain Tumor Segmentation And...
K Mean and Fuzzy Clustering Algorithm Predicated Brain Tumor Segmentation And...K Mean and Fuzzy Clustering Algorithm Predicated Brain Tumor Segmentation And...
K Mean and Fuzzy Clustering Algorithm Predicated Brain Tumor Segmentation And...IRJET Journal
 
Artificial intelligence NEURAL NETWORKS
Artificial intelligence NEURAL NETWORKSArtificial intelligence NEURAL NETWORKS
Artificial intelligence NEURAL NETWORKSREHMAT ULLAH
 

What's hot (20)

Analysis of EEG data Using ICA and Algorithm Development for Energy Comparison
Analysis of EEG data Using ICA and Algorithm Development for Energy ComparisonAnalysis of EEG data Using ICA and Algorithm Development for Energy Comparison
Analysis of EEG data Using ICA and Algorithm Development for Energy Comparison
 
Final thesis presentation on bci
Final thesis presentation on bciFinal thesis presentation on bci
Final thesis presentation on bci
 
Artificial Neural Network in Medical Diagnosis
Artificial Neural Network in Medical DiagnosisArtificial Neural Network in Medical Diagnosis
Artificial Neural Network in Medical Diagnosis
 
A New Approach to Denoising EEG Signals - Merger of Translation Invariant Wav...
A New Approach to Denoising EEG Signals - Merger of Translation Invariant Wav...A New Approach to Denoising EEG Signals - Merger of Translation Invariant Wav...
A New Approach to Denoising EEG Signals - Merger of Translation Invariant Wav...
 
Recognition of emotional states using EEG signals based on time-frequency ana...
Recognition of emotional states using EEG signals based on time-frequency ana...Recognition of emotional states using EEG signals based on time-frequency ana...
Recognition of emotional states using EEG signals based on time-frequency ana...
 
EXPERIMENTS ON DIFFERENT RECURRENT NEURAL NETWORKS FOR ENGLISH-HINDI MACHINE ...
EXPERIMENTS ON DIFFERENT RECURRENT NEURAL NETWORKS FOR ENGLISH-HINDI MACHINE ...EXPERIMENTS ON DIFFERENT RECURRENT NEURAL NETWORKS FOR ENGLISH-HINDI MACHINE ...
EXPERIMENTS ON DIFFERENT RECURRENT NEURAL NETWORKS FOR ENGLISH-HINDI MACHINE ...
 
rob 537 final paper(fourth modify)
rob 537 final paper(fourth modify)rob 537 final paper(fourth modify)
rob 537 final paper(fourth modify)
 
Tamil Character Recognition based on Back Propagation Neural Networks
Tamil Character Recognition based on Back Propagation Neural NetworksTamil Character Recognition based on Back Propagation Neural Networks
Tamil Character Recognition based on Back Propagation Neural Networks
 
Ijeee 16-19-a novel approach to brain tumor classification using wavelet and ...
Ijeee 16-19-a novel approach to brain tumor classification using wavelet and ...Ijeee 16-19-a novel approach to brain tumor classification using wavelet and ...
Ijeee 16-19-a novel approach to brain tumor classification using wavelet and ...
 
Artificial Neural Network and its Applications
Artificial Neural Network and its ApplicationsArtificial Neural Network and its Applications
Artificial Neural Network and its Applications
 
Neuralnetwork 101222074552-phpapp02
Neuralnetwork 101222074552-phpapp02Neuralnetwork 101222074552-phpapp02
Neuralnetwork 101222074552-phpapp02
 
Paper id 71201913
Paper id 71201913Paper id 71201913
Paper id 71201913
 
EEG Classification using Semi Supervised Learning
EEG Classification using Semi Supervised LearningEEG Classification using Semi Supervised Learning
EEG Classification using Semi Supervised Learning
 
H43014046
H43014046H43014046
H43014046
 
Abstract
AbstractAbstract
Abstract
 
Artificial neural networks and its application
Artificial neural networks and its applicationArtificial neural networks and its application
Artificial neural networks and its application
 
International Journal of Image Processing (IJIP) Volume (2) Issue (1)
International Journal of Image Processing (IJIP) Volume (2) Issue (1)International Journal of Image Processing (IJIP) Volume (2) Issue (1)
International Journal of Image Processing (IJIP) Volume (2) Issue (1)
 
Introduction Of Artificial neural network
Introduction Of Artificial neural networkIntroduction Of Artificial neural network
Introduction Of Artificial neural network
 
K Mean and Fuzzy Clustering Algorithm Predicated Brain Tumor Segmentation And...
K Mean and Fuzzy Clustering Algorithm Predicated Brain Tumor Segmentation And...K Mean and Fuzzy Clustering Algorithm Predicated Brain Tumor Segmentation And...
K Mean and Fuzzy Clustering Algorithm Predicated Brain Tumor Segmentation And...
 
Artificial intelligence NEURAL NETWORKS
Artificial intelligence NEURAL NETWORKSArtificial intelligence NEURAL NETWORKS
Artificial intelligence NEURAL NETWORKS
 

Viewers also liked

MM School Brochure | International School in Chhattisgarh
MM School Brochure | International School in ChhattisgarhMM School Brochure | International School in Chhattisgarh
MM School Brochure | International School in ChhattisgarhMM School
 
CURRICULUM VITAE.doc KFMP (2) 222
CURRICULUM VITAE.doc KFMP (2) 222CURRICULUM VITAE.doc KFMP (2) 222
CURRICULUM VITAE.doc KFMP (2) 222ala hussain
 
3Com 07-0408-000
3Com 07-0408-0003Com 07-0408-000
3Com 07-0408-000savomir
 
Conviértete en Bloguero. Guía para usuarios novatos de blogs.
Conviértete en Bloguero. Guía para usuarios novatos de blogs.Conviértete en Bloguero. Guía para usuarios novatos de blogs.
Conviértete en Bloguero. Guía para usuarios novatos de blogs.Universidad de Málaga
 
Denis Vincent - Pilote d'Hélicoptère
Denis Vincent - Pilote d'HélicoptèreDenis Vincent - Pilote d'Hélicoptère
Denis Vincent - Pilote d'HélicoptèreDenis Vincent
 
3Com 3C96604M-TX-A
3Com 3C96604M-TX-A3Com 3C96604M-TX-A
3Com 3C96604M-TX-Asavomir
 
3Com 3COM SUPERSTACK II D
3Com 3COM SUPERSTACK II D3Com 3COM SUPERSTACK II D
3Com 3COM SUPERSTACK II Dsavomir
 

Viewers also liked (11)

MM School Brochure | International School in Chhattisgarh
MM School Brochure | International School in ChhattisgarhMM School Brochure | International School in Chhattisgarh
MM School Brochure | International School in Chhattisgarh
 
Creando espacio colaborativos googlesites.ppt
Creando espacio colaborativos googlesites.pptCreando espacio colaborativos googlesites.ppt
Creando espacio colaborativos googlesites.ppt
 
VOL-4-No-6-6-2016
VOL-4-No-6-6-2016VOL-4-No-6-6-2016
VOL-4-No-6-6-2016
 
Segmentación y posicionamiento
Segmentación y posicionamientoSegmentación y posicionamiento
Segmentación y posicionamiento
 
CURRICULUM VITAE.doc KFMP (2) 222
CURRICULUM VITAE.doc KFMP (2) 222CURRICULUM VITAE.doc KFMP (2) 222
CURRICULUM VITAE.doc KFMP (2) 222
 
3Com 07-0408-000
3Com 07-0408-0003Com 07-0408-000
3Com 07-0408-000
 
Conviértete en Bloguero. Guía para usuarios novatos de blogs.
Conviértete en Bloguero. Guía para usuarios novatos de blogs.Conviértete en Bloguero. Guía para usuarios novatos de blogs.
Conviértete en Bloguero. Guía para usuarios novatos de blogs.
 
Denis Vincent - Pilote d'Hélicoptère
Denis Vincent - Pilote d'HélicoptèreDenis Vincent - Pilote d'Hélicoptère
Denis Vincent - Pilote d'Hélicoptère
 
3Com 3C96604M-TX-A
3Com 3C96604M-TX-A3Com 3C96604M-TX-A
3Com 3C96604M-TX-A
 
3Com 3COM SUPERSTACK II D
3Com 3COM SUPERSTACK II D3Com 3COM SUPERSTACK II D
3Com 3COM SUPERSTACK II D
 
Photoshop e book
Photoshop e bookPhotoshop e book
Photoshop e book
 

Similar to Wavelet-based EEG processing for computer-aided seizure detection and epilepsy diagnosis

EEG Signal Classification using Deep Neural Network
EEG Signal Classification using Deep Neural NetworkEEG Signal Classification using Deep Neural Network
EEG Signal Classification using Deep Neural NetworkIRJET Journal
 
OFFLINE SPIKE DETECTION USING TIME DEPENDENT ENTROPY
OFFLINE SPIKE DETECTION USING TIME DEPENDENT ENTROPY OFFLINE SPIKE DETECTION USING TIME DEPENDENT ENTROPY
OFFLINE SPIKE DETECTION USING TIME DEPENDENT ENTROPY ijbesjournal
 
An Entropy-based Feature in Epileptic Seizure Prediction Algorithm
An Entropy-based Feature in Epileptic Seizure Prediction AlgorithmAn Entropy-based Feature in Epileptic Seizure Prediction Algorithm
An Entropy-based Feature in Epileptic Seizure Prediction Algorithmiosrjce
 
MHEALTH APPLICATIONS DEVELOPED BY THE MINISTRY OF HEALTH FOR PUBLIC USERS INK...
MHEALTH APPLICATIONS DEVELOPED BY THE MINISTRY OF HEALTH FOR PUBLIC USERS INK...MHEALTH APPLICATIONS DEVELOPED BY THE MINISTRY OF HEALTH FOR PUBLIC USERS INK...
MHEALTH APPLICATIONS DEVELOPED BY THE MINISTRY OF HEALTH FOR PUBLIC USERS INK...hiij
 
EEG SIGNAL CLASSIFICATION USING LDA AND MLP CLASSIFIER
EEG SIGNAL CLASSIFICATION USING LDA AND MLP CLASSIFIEREEG SIGNAL CLASSIFICATION USING LDA AND MLP CLASSIFIER
EEG SIGNAL CLASSIFICATION USING LDA AND MLP CLASSIFIERhiij
 
Transfer learning for epilepsy detection using spectrogram images
Transfer learning for epilepsy detection using spectrogram imagesTransfer learning for epilepsy detection using spectrogram images
Transfer learning for epilepsy detection using spectrogram imagesIAESIJAI
 
A comparative study of wavelet families for electromyography signal classific...
A comparative study of wavelet families for electromyography signal classific...A comparative study of wavelet families for electromyography signal classific...
A comparative study of wavelet families for electromyography signal classific...journalBEEI
 
Classification and Detection of ECG-signals using Artificial Neural Networks
Classification and Detection of ECG-signals using Artificial Neural NetworksClassification and Detection of ECG-signals using Artificial Neural Networks
Classification and Detection of ECG-signals using Artificial Neural NetworksGaurav upadhyay
 
IRJET- Analysis of Epilepsy using Approximate Entropy Algorithm
IRJET- Analysis of Epilepsy using Approximate Entropy AlgorithmIRJET- Analysis of Epilepsy using Approximate Entropy Algorithm
IRJET- Analysis of Epilepsy using Approximate Entropy AlgorithmIRJET Journal
 
A Novel Approach For Detection of Neurological Disorders through Electrical P...
A Novel Approach For Detection of Neurological Disorders through Electrical P...A Novel Approach For Detection of Neurological Disorders through Electrical P...
A Novel Approach For Detection of Neurological Disorders through Electrical P...IJECEIAES
 
Classification of ecg signal using artificial neural network
Classification of ecg signal using artificial neural networkClassification of ecg signal using artificial neural network
Classification of ecg signal using artificial neural networkGaurav upadhyay
 
CLASSIFICATION OF ECG ARRHYTHMIAS USING /DISCRETE WAVELET TRANSFORM AND NEURA...
CLASSIFICATION OF ECG ARRHYTHMIAS USING /DISCRETE WAVELET TRANSFORM AND NEURA...CLASSIFICATION OF ECG ARRHYTHMIAS USING /DISCRETE WAVELET TRANSFORM AND NEURA...
CLASSIFICATION OF ECG ARRHYTHMIAS USING /DISCRETE WAVELET TRANSFORM AND NEURA...IJCSEA Journal
 
Micro-Neuro-Sensor Recording of STN Neurons of the Human Brain
Micro-Neuro-Sensor Recording of STN Neurons of the Human BrainMicro-Neuro-Sensor Recording of STN Neurons of the Human Brain
Micro-Neuro-Sensor Recording of STN Neurons of the Human BrainMangaiK4
 
Detection of Type-B Artifacts in VEPs using Median Deviation Algorithm
Detection of Type-B Artifacts in VEPs using Median Deviation AlgorithmDetection of Type-B Artifacts in VEPs using Median Deviation Algorithm
Detection of Type-B Artifacts in VEPs using Median Deviation AlgorithmIOSRJECE
 
Advanced applications of artificial intelligence and neural networks
Advanced applications of artificial intelligence and neural networksAdvanced applications of artificial intelligence and neural networks
Advanced applications of artificial intelligence and neural networksPraveen Kumar
 

Similar to Wavelet-based EEG processing for computer-aided seizure detection and epilepsy diagnosis (20)

EEG Signal Classification using Deep Neural Network
EEG Signal Classification using Deep Neural NetworkEEG Signal Classification using Deep Neural Network
EEG Signal Classification using Deep Neural Network
 
OFFLINE SPIKE DETECTION USING TIME DEPENDENT ENTROPY
OFFLINE SPIKE DETECTION USING TIME DEPENDENT ENTROPY OFFLINE SPIKE DETECTION USING TIME DEPENDENT ENTROPY
OFFLINE SPIKE DETECTION USING TIME DEPENDENT ENTROPY
 
Cr31618621
Cr31618621Cr31618621
Cr31618621
 
Dsp review
Dsp reviewDsp review
Dsp review
 
G017614754
G017614754G017614754
G017614754
 
An Entropy-based Feature in Epileptic Seizure Prediction Algorithm
An Entropy-based Feature in Epileptic Seizure Prediction AlgorithmAn Entropy-based Feature in Epileptic Seizure Prediction Algorithm
An Entropy-based Feature in Epileptic Seizure Prediction Algorithm
 
MHEALTH APPLICATIONS DEVELOPED BY THE MINISTRY OF HEALTH FOR PUBLIC USERS INK...
MHEALTH APPLICATIONS DEVELOPED BY THE MINISTRY OF HEALTH FOR PUBLIC USERS INK...MHEALTH APPLICATIONS DEVELOPED BY THE MINISTRY OF HEALTH FOR PUBLIC USERS INK...
MHEALTH APPLICATIONS DEVELOPED BY THE MINISTRY OF HEALTH FOR PUBLIC USERS INK...
 
EEG SIGNAL CLASSIFICATION USING LDA AND MLP CLASSIFIER
EEG SIGNAL CLASSIFICATION USING LDA AND MLP CLASSIFIEREEG SIGNAL CLASSIFICATION USING LDA AND MLP CLASSIFIER
EEG SIGNAL CLASSIFICATION USING LDA AND MLP CLASSIFIER
 
Transfer learning for epilepsy detection using spectrogram images
Transfer learning for epilepsy detection using spectrogram imagesTransfer learning for epilepsy detection using spectrogram images
Transfer learning for epilepsy detection using spectrogram images
 
A comparative study of wavelet families for electromyography signal classific...
A comparative study of wavelet families for electromyography signal classific...A comparative study of wavelet families for electromyography signal classific...
A comparative study of wavelet families for electromyography signal classific...
 
Classification and Detection of ECG-signals using Artificial Neural Networks
Classification and Detection of ECG-signals using Artificial Neural NetworksClassification and Detection of ECG-signals using Artificial Neural Networks
Classification and Detection of ECG-signals using Artificial Neural Networks
 
IRJET- Analysis of Epilepsy using Approximate Entropy Algorithm
IRJET- Analysis of Epilepsy using Approximate Entropy AlgorithmIRJET- Analysis of Epilepsy using Approximate Entropy Algorithm
IRJET- Analysis of Epilepsy using Approximate Entropy Algorithm
 
Int conf 03
Int conf 03Int conf 03
Int conf 03
 
A Novel Approach For Detection of Neurological Disorders through Electrical P...
A Novel Approach For Detection of Neurological Disorders through Electrical P...A Novel Approach For Detection of Neurological Disorders through Electrical P...
A Novel Approach For Detection of Neurological Disorders through Electrical P...
 
Classification of ecg signal using artificial neural network
Classification of ecg signal using artificial neural networkClassification of ecg signal using artificial neural network
Classification of ecg signal using artificial neural network
 
CLASSIFICATION OF ECG ARRHYTHMIAS USING /DISCRETE WAVELET TRANSFORM AND NEURA...
CLASSIFICATION OF ECG ARRHYTHMIAS USING /DISCRETE WAVELET TRANSFORM AND NEURA...CLASSIFICATION OF ECG ARRHYTHMIAS USING /DISCRETE WAVELET TRANSFORM AND NEURA...
CLASSIFICATION OF ECG ARRHYTHMIAS USING /DISCRETE WAVELET TRANSFORM AND NEURA...
 
Micro-Neuro-Sensor Recording of STN Neurons of the Human Brain
Micro-Neuro-Sensor Recording of STN Neurons of the Human BrainMicro-Neuro-Sensor Recording of STN Neurons of the Human Brain
Micro-Neuro-Sensor Recording of STN Neurons of the Human Brain
 
Sensors 20-00904-v2
Sensors 20-00904-v2Sensors 20-00904-v2
Sensors 20-00904-v2
 
Detection of Type-B Artifacts in VEPs using Median Deviation Algorithm
Detection of Type-B Artifacts in VEPs using Median Deviation AlgorithmDetection of Type-B Artifacts in VEPs using Median Deviation Algorithm
Detection of Type-B Artifacts in VEPs using Median Deviation Algorithm
 
Advanced applications of artificial intelligence and neural networks
Advanced applications of artificial intelligence and neural networksAdvanced applications of artificial intelligence and neural networks
Advanced applications of artificial intelligence and neural networks
 

Recently uploaded

the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 

Recently uploaded (20)

the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 

Wavelet-based EEG processing for computer-aided seizure detection and epilepsy diagnosis

  • 1. Krishnaveni et al. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 7, Issue 1, ( Part -3) January 2017, pp.39-41 www.ijera.com 39 | P a g e Wavelet-based EEG processing for computer-aided seizure detection and epilepsy diagnosis Krishnaveni1 , Prof. S R Salwe2 , Ranjana Raut3 1 (Department of Electronics and Telecommunication, RTMNU University, Nagpur, Maharashtra 2 (Department of Electronics and Telecommunication, RTMNU University, Nagpur, Maharashtra 3 (Department of Applied Electronics, SGB, Amravati University, Maharashtra) ABSTRACT Many Neurological disorders are very difficult to detect. One such Neurological disorder which we are going to discuss in this paper is Epilepsy. Epilepsy means sudden change in the behavior of a human being for a short period of time. This is caused due to seizures in the brain. Many researches are going onto detect epilepsy detection through analyzing EEG. One such method of epilepsy detection is proposed in this paper. This technique employs Discrete Wave Transform (DWT) method for pre-processing, Approximate Entropy (ApEn) to extract features and Artificial Neural Network (ANN) for classification. This paper presented a detailed survey of various methods that are being used for epilepsy detection and also proposes a wavelet based epilepsy detection method. Index Terms: Discrete Wavelet Transform, Approximate Entropy, Artificial Neural Network I.INTRODUCTION Seizure means an abrupt change in the electrical activity of a brain. These abrupt changes occur due to some chemical changes in the nerve cells. Seizure causes a sudden change in the activity of a person for that short period of time. The sudden change in activity may occur due to excitement or inhibiting of brain cells from transmitting messages. Usually in normal condition, the excited cells and the cells that inhibit are balanced but during seizure these cells imbalance. Seizures in themselves are not a disease but they may be the symptoms of any disorder in the brain. Epilepsy is a common chronic neurological disorder that cannot be cured but can be controlled using medicines. Epilepsy seizures are the result of the transient and unexpected electrical disturbance of the brain. Various researchers have found that around 50 million cases in the world are positive and are struggling with epilepsy. people worldwide have epilepsy, and nearly two out of every three new cases are discovered in developing countries. Epilepsy is more likely to occur in young children or people over the age of 65 years; however, it can occur at any age. The detection of epilepsy is possible by analyzing EEG signals. Electroencephalogram (EEG) has established itself as an important means of identifying and analyzing epileptic seizure activity in humans. In most cases, identification of the epileptic EEG signal is done manually by skilled professionals, who are small in number. In this paper, we try to automate the detection process. II.RELATED WORK Automatic seizure detection has been the area of interest for many researchers since seventies. These researches were started primarily in order to overcome the shortcomings of visual analysis of EEG data such as time consumption while analyzing and disagreements among certain neurologists on ictal and inter-ictal activities. Therefore, the researchers tried to find out the automatic way of detecting these activities. Some methods for Inter-ictal spike detection have been proposed by Ravi Mishra and Madhulika Pandey in [4] which classified these methods into six different categories as follows:  Mimetic technique: This technique uses digital filters and frequency domain approach for automatic generation of EEG reports.  Template matching algorithms: In digital image processing template matching is a technique that is used to find out small parts of an image that matches the template image. There are various template matching techniques. Some of which include Navie Template Matching (NTM), Image Correlation Matching (ICM), Pattern Correlation Images (PCM), Grayscale-Based Matching (GBM) And (Edge-Based Matching) EBM. [5]  Parametric approaches: In this method underlying densities are known but the values of parameter might be unknown.  Artificial Neural Networks: Artificial Neural Networks (ANN) are used in texture analysis, pattern recognition, segmentation, color representation, and image compression. RESEARCH ARTICLE OPEN ACCESS
  • 2. Krishnaveni et al. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 7, Issue 1, ( Part -3) January 2017, pp.39-41 www.ijera.com 40 | P a g e  Knowledge based techniques : A knowledge base technique uses a database or a public library of related information about a particular subject. Dr. D. Najumnissa and Dr. T. R. Rangaswamy proposed in [6] proposed an Eliptic seizure detection technique using wavelet transform and Adaptive Neuro-Fuzzy Logic. In this research, they tried to increase the diagnostic importance of EEG using Wavelet transform coefficients and Adaptive Neuro Fuzzy Inference System (ANFIS). For the analysis of seizure in EEG signals, 50 subjects out of which 20 normal and 30 seizures were used. Here the EEG signals were first decomposed into time and frequency domain using wavelet transform technique and then the statistical features were calculated to describe their distribution. An Adaptive Neuro Fuzzy Logic based system was used for the classification of epileptic seizure. For this the ANFIS systems were trained initially to detect epileptic seizures and then classify them. Further, BPN algorithm is used to study and compare the datasets. Average True Positive Rate and True Negative Rate weare found to be 97% and 99% respectively. The presented ANFIS classifier combined the neural network adaptive capabilities and the fuzzy logic qualitative approach. In [7] Yusuf U Khan, Omar Farooq and Priyanka Sharma proposed automatic detection of seizure in Pediatric EEG. Here, they classified the normal and seizure EEG signal by using linear classifiers. They used hyper-plane technique to separate the data of different classes. For two class problems (seizure and non-seizure) the feature vector depends on the side of hyper plane. The separating hyper plane is the boundary for which the distance between two classes is maximum and inter-class variance is minimum. Here the data is classified individually for each patient and the final result is obtained by averaging these individual results. The performance of the system is evaluated on the basis of latency, sensitivity and false detection rate. Fenglin Wang, Qingfang Meng, Yuehui Chen, and Yuzhen Zhao in [8] proposed a novel method for feature extraction in EEG, that can be applied to both inter-ictal EEG and ictal EEG. In this paper they initially constructed a node set of Time Series Complex Network (TSCN) and then an edge set is constructed depending on similarity between the nodes. Further, the Cluster Coefficients (CC) and the Cluster Coefficient Distribution (CCD) of each node in the TSCN are calculated and lastly the partial sum of cluster coefficient distribution is calculated. III. THEORY OF TECHNIQUES A. Discrete Wavelet Transform (DWT): Transformation of a signal means converting it from one form to another. There are a lot of transforms available but most transform represent signal in time domain. But many a times the signal is also required in frequency domain if time domain analysis alone is not sufficient. So, the transform that represents a given time domain signal into its frequency domain is known as the Fourier Transform. The Fourier Transform gives the signal in only in frequency domain. But, often it is required to represent the signal in both frequency and in time domain. So, the solution to this problem is to use Wavelet Transform (WT). The WT transforms the signal, both in frequency and in time domain. The wavelet transforms are of following types: discrete, continuous, stationary and non-decimated. In DWT a signal is first decomposed into two different versions using a HPF and a LPF. The filters used must be such they should satisfy the admissibility condition. Then we take either the output of low pass filter or high pass filter and again decompose it into two different parts. Likewise, we go on decomposing the signal up to a certain pre-defined level. Now, we get a lot of decomposed signals like D0, D1, D2, D3, D4 etc. and now if we plot these decomposed signals on a 3-D graph then it will show what frequency band exist at which time and what is the amplitude at that frequency and time. Fig Sub-band coding algorithm B.Approximate Entropy (ApEn): Approximate entropy (ApEn) indicates the amount of regularity or the predictability of fluctuations in a given data. [9]. Approximate Entropy has three parameters m, r and N, where the run length m, and tolerance window r are the inputs and must be specified and N represents the no. of points in the series.
  • 3. Krishnaveni et al. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 7, Issue 1, ( Part -3) January 2017, pp.39-41 www.ijera.com 41 | P a g e IV. PROPOSED SYSTEM Fig. shows the block diagram of proposed epilepsy detection system. Here, the raw data i.e. the EEG signals will be given as input. Then these raw signals will be pre-processed using Discrete Wavelet Transform (DWT) and will be decomposed into different levels. Features are then extracted from these decomposed signals using Artificial Neural Network (ANN) and are then classified using Support Vector Machine (SVM). The Ant Colony Optimization algorithm (ACO) is used to optimize the classified vectors. V. CONCLUSION Different methods are proposed in different papers to detect Epilepsy. From these papers it is seen that epilepsy detection is a very tough task. The traditional method uses epilepsy detection using manual observation but it has a lot of disadvantages such as time consuming, laborious, requires skilled interpreters, and is prone to subjective judgment and error. Further, manual way of epilepsy detection is not suitable to detect subtle features. Therefore, the researchers are trying to design a CAD tool that can be used to efficiently analyze the EEG signals. Here, we have also proposed a method for epilepsy detection using DWT, ApEn, ANN and SVM REFERENCE [1]. Yatindra Kumar · M. L. Dewal · R. S. Anand, “Epileptic seizures detection in EEG using DWT-based ApEn and artificial neural network” Springer-Verlag London Limited 2012. [2]. Ravi Mishra, Madhulika Pandey “A Survey on Different Methods for Epilepsy and Seizure Detection by Analyzing EEG” International Journal of Engineering Research and Reviews [3]. Nazil Perveen, Darshan Kumar and Ishan Bhardwaj, “Overview on Template Matching Methodologies and its Applications” International Journal of Research in Computer and Communication Technology, Vol 2, Issue 10, October- 2013 [4]. Dr. D. Najumnissa, Dr. T. R. Rangaswamy, “Detection and Classification of Epileptic Seizures using Wavelet feature extraction and Adaptive Neuro-Fuzzy Inference System”, International Journal of Computational Engineering Research ISSN: 2250–3005 [5]. Yusuf U Khan,Omar Farooq and Priyanka Sharma AUTOMATIC DETECTION OF SEIZURE ONSET IN PEDIATRIC EEG International Journal of Embedded Systems and Applications (IJESA) [6]. Fenglin Wang, Qingfang Meng, Yuehui Chen, Yuzhen Zhao “Feature Extraction Method for Epileptic Seizure Detection Based on Cluster Coefficient Distribution of Complex network” wseas transactions on computers Volume 13, 2014 [7]. Pincus, S.M.: Approximate entropy as a measure of system complexity. Proc. Natl. Acad. Sci. USA 88, 2297–2301 (1991)