SlideShare a Scribd company logo
1 of 34
Download to read offline
A Hybrid EEG Signals Classification Approach
Based on GWO Enhanced SVMs
for Epileptic Detection
Asmaa Hamad Elsaied
SRGE Workshop, Cairo University (27-December-2017)
Master Student, Faculty of Computers and Information, Mina University
Workshop : INTELLEGENT SYSTEMS AND APPLICATIONS.
http://www.egyptscience.net
 Introduction
 Related Work
 Materials and Methods
 EEG Data Acquisition
 Discrete wavelet transforms (DWT)
 Gray Wolf Optimization (GWO)
 Support Vector Machine (SVM)
 Proposed Classification GWO-SVM Approach
 Experimental Results and Discussion
 Conclusion and future work
2
Agenda
 Epilepsy is one of the most common a chronic
neurological disorders of the brain that affect
millions of the world’s populations.
 It is characterized by recurrent seizures, which are
physical reactions to sudden, usually brief, excessive
electrical discharges in a group of brain cells. Hence,
seizure identification has great importance in clinical
therapy of epileptic patients.
 According to WWW, around 50 million people
worldwide has epilepsy and is suffering with this
recurring and unpredictable seizure disorder Therefore,
diagnosing and predicting epileptic seizures precisely
appear to be particularly important, which is able to fetch
more effective prevention and treatment for the patients.
3
Introduction
Introduction (cont’d).
 Electroencephalogram (EEG) is most
commonly used in epilepsy detection
since it includes precious physiological
information of the brain.
 The EEG signal is usually used for the
purpose of recording the electrical
activities of the brain signal that
typically arises in the human brain.
 The recording of the electrical activity
is basically done by placing electrodes
on the scalp, which measures the
voltage fluctuations in the brain.
4
 EEG contains lots of worthy information relating to the numerous physiological
states of the brain and thus is a very useful tool for understanding the brain disease,
such as epilepsy.
 EEG signals of epileptic patients exhibit two states of abnormal activities namely
interictal or seizure free (in-between epileptic seizures) and ictal (in the course of an
epileptic seizure).
5
Introduction (cont’d).
 The EEG signals are commonly
decomposed into five EEG sub-
bands:
 delta, theta, alpha, beta and
gamma.
6
Introduction (cont’d).
Frequency range and amplitude for each type of waves
7
Wave Frequency range Amplitude
Delta band 0.5 – 4 Hz High
Theta band 4 – 8 Hz Low-medium
Alpha band 8 – 15 Hz Low
Beta band 15 – 30 Hz Very low
Gamma band 30 – 60 Hz Smallest
Introduction (cont’d).
Related Work
Ref. Year methods Remark
[8] 2011 Wavelet packet entropy
with KNN
proposed a hierarchical epileptic seizure detection approach. In this approach, the original EEG signals
performed by wavelet packet coefficients and using basis-based wavelet packet entropy method to
extract feature. In the training stage, hybrid the k-Nearest Neighbour (KNN) with the cross-validation
(CV) methods are utilized, on the other hand, the top-ranked discriminative rules are used in the testing
stage to compute the classification accuracy and rejection rate.
[9] 2012 Permutation Entropy with
SVM
proposed automated epileptic seizure detection that used permutation entropy (PE) as a feature. SVM is used to
classify segments of normal and epileptic EEG based on PE values. The proposed system uses the fact that the EEG
during epileptic seizures is described by PE than normal EEG.
[10] 2010 Multiwavelet transform
based approximate
entropy feature with
articiafil neural networks
presented an automatic epileptic seizure detection method, which uses approximately entropy features derived
from multiwavelet transform. Artificial neural network (ANN) is combined with entropy to classify the EEG signals
regarding the existence or absence of a seizure.
[11] 2011 clustering technique-
based least square
support vector machine
(CT-LS-SVM)
presented a clustering-based least square support vector machine approach for the classification of EEG signals.
The proposed approach comprises the following two stages. In the first stage, clustering technique (CT) has been
used to extract representative features of EEG data. In the second stage, least square support vector machine (LS-
SVM) is applied to the extracted features to classify EEG signals.
[12] 2014 DWT based
approximate entropy
(ApEn) with Artificial
neural network and SVM
authors developed a scheme for detecting epileptic seizures from EEG data recorded from epileptic patients and
normal subjects. This scheme is based on DWT analysis and approximate entropy (ApEn) of EEG signals. SVM and
(feedforward backpropagation neural network) FBNN are used for classification purpose.
8
fewer previous research on the classification methods in EEG signals
Materials and Methods
 EEG Data Sets
 The experimental data used is publically available
 Bonn data set “Klinik für Epileptologie, Universität Bonn’’.
 The dataset includes five different sets:
9
ICENCO Cairo 2016
• 5 awake healthy subjects with eyes open
• Surface EEG recordingA
• 5 awake healthy subjects with eyes closed
• Surface EEG recordingB
• Inter-ictal EEG from five epileptic patients
• intracranial depth electrodes from hippocampal formation of opposite hemisphere the
brain
C
• Inter-ictal EEG from five epileptic patients
• Intracranial depth electrodes from epileptogenic zone.D
• Ictal EEG from five epileptic patients
• depth and strip electrodesE
Materials and Methods (cont’d).
 EEG Data Samples
 EEG signals of each dataset.
10
 EEG Data Sets Characteristics
 Each set contains 100 single channel of 23.6s duration each.
 All EEG signals are recorded at
 sampling rate of 173.61 Hz
 128-channel amplifier system with an average common reference
 Band-pass filtered at 0.53– 40 Hz.
 All channels are artifact-free
11
Materials and Methods (cont’d).
 Discrete wavelet transforms (DWT)
 A wavelet is a short wave, which has its energy
intensified in time to give a tool for the analysis of
transient, non-stationary signals or time-varying
phenomena .
 Wavelet transform method has been used to extract the
individual EEG sub-bands and reconstruct the
information accurately because the wavelet transform
has the advantages of:
 time-frequency localization,
 multi-rate filtering, and scale-space analysis.
12
Materials and Methods (cont’d).
 Gray Wolf Optimization (GWO)
 Grey wolf optimizer (GWO) is a new meta-heuristic technique .
 In nature, The GWO algorithm mimics the leadership hierarchy and hunting mechanism
of grey wolves.
 There are four types of grey wolves which are alpha, beta, delta and omega . Those four
types can be used for simulating the leadership hierarchy.
13
Materials and Methods (cont’d).

14
Materials and Methods (cont’d).
 Support Vector Machine (SVM)
 SVM is supervised learning method, used for binary classification. It was introduced by
Vladimir Vapnik and colleagues. The earliest mention was in, but the first main paper
seems to be in 1995 .
 SVM is a powerful classier in the field of biomedical science for the detection of
abnormalities from biomedical signals.
 SVM is an efficient classifier to classify two different sets of observations into their
relevant class. It is capable of handling high-dimensional and non-linear data excellently.
15
Materials and Methods (cont’d).
 Support Vector Machine (SVM)
 The structural design of the SVM depends on the following: first, the regularization parameter,
C, is used to control the trade-off between the maximization of margin and a number of
misclassifications. Second, kernel functions of nonlinear SVMs are used for mapping of
training data from an input space to a higher dimensional feature space. All kernel functions like
linear,
 To date, the kernel generally used in Brain-Computer interface research was the Gaussian or
radial basis function (RBF) kernel with width 
16
Materials and Methods (cont’d).
17
The Proposed Classification GWO-SVM
Approach
 Pre-processing and Feature Extraction using DWT
 Each EEG signal is decomposed into five constituent EEG sub-bands by discrete
wavelet transform (DWT).
 The EEG epochs were analyzed into various frequency bands by using fourth-order
Daubechies (db4) wavelet function up to 4th-level of the decomposition. The
statistical parameter like entropy, min, max, mean, median, standard deviation,
variance, energy and Relative Wave Energy (RWE) were computed for feature
extraction.
19
The Proposed Classification GWO-SVM Approach
 Features selection and parameters optimization using GWO
 Better performance may be achieved by removing irrelevant and redundant data while
maintaining the discriminating power of the data by feature selection.
 Parameters setting of SVM have an important impact on its classification accuracy.
Inappropriate parameter settings lead to poor classification results.
 GWO has the potential to generate both the optimal feature subset and SVM
parameters at the same time.
 The best position is the optimal feature subset and optimal SVM parameters
which gives the highest fitness value
20
The Proposed Classification GWO-SVM Approach
 Classification
 the best values of SVM parameters (C,  and feature subset) that are
obtained from GWO swarm algorithms serve as input to the SVM and a
training model is built to discriminate between seizure and no-seizure
intervals.
 The datasets are divided into two subsets namely training and test dataset.
The training set is used to train the SVM, while the testing set is used to
evaluate accuracy. this partition is done based K-fold cross-validation
strategy (where k = 10).
21
The Proposed Classification GWO-SVM Approach

22
The Proposed Classification GWO-SVM Approach
23
Experimental Results and Discussion
 Performance Evaluation Measurements
 In this paper, the set A, B, C, and D are considered as positive class and set E is
considered as the negative class respectively.
 To evaluate the classification performance for deferent test cases in this paper,
we have used five measures, which are:
1) Accuracy
2) Sensitivity
3) Specificity
4) Precision
5) F-Measure.
24
Experimental Results and Discussion
 In this paper, the proposed technique is tested on the four different test cases as described in
the following table.
Case Cases for seizure Classification Problem Description
Case 1 Set A vs Set E Healthy Persons with eye open vs Epileptic patients during seizure activity
Case 2 Set B vs Set E Healthy Persons with eye close vs Epileptic patients during seizure activity
Case 3 Set C vs Set E Hippocampal seizure free vs Epileptic patients during seizure activity
Case 4 Set D vs Set E Epileptic seizure free vs Epileptic patients during seizure activity
25
Experimental Results and Discussion
 The parameter setting for the GWO algorithm is outlined in the following table. Same
number of agents and same number of iterations are used for GA.
Parameter Value
No of wolves 30
No of iterations 10
Search domain
Penalty C range [1, 1000]
Kernel function parameters ϭ range [0, 100]
Feature subset range [0, 1]
26
Experimental Results and Discussion
 Following figures show classification results obtained via applying the
proposed GWO-SVM against traditional SVM classification approach and
Genetic Algorithm (GA) with SVM for RBF kernel function for case 1 to case
4 respectively.
27
Experimental Results and Discussion
 Comparative performance measures of case 1.
28
Experimental Results and Discussion
 Comparative performance measures of case 2.
29
Experimental Results and Discussion
 Comparative performance measures of case 3.
30
Experimental Results and Discussion
 Comparative performance measures of case 4.
31
Experimental Results and Discussion
 As can be seen, the proposed GWO-SVM owns the highest results. Also
GA-SVM is in second place and SVM is the worst one.
Conclusion
 In this paper, DWT is used for analysis of EEG to detect epilepsy. EEG signals are
decomposed into deferent sub-bands through DWT to obtain ten features from each sub-band
to classify EEG signal.
 This paper develops an approach using GWO for feature selection with SVM parameters
optimization and the SVM classier for automatic seizure detection in EEG signals.
 The 100% classification accuracies are obtained using GWO-SVM for case 1, 99.577% for
case 2, 99.472% for case 3 and 99.232% for case 4.
 These results illustrate the effectiveness of using GWO and SVM classier for seizure
detection in EEG signals.
 Also, experimental results indicated that the proposed GWO-SVMs approach outperformed
GA- SVM and the typical SVMs classification algorithm for RBF kernel function.
32
Future work
 As future work, we plan to conduct experiments with more robust classifiers
for further investigation in this domain.
 it will be needed on the future work to evaluate many swarm optimization
approaches versions and compare them with each other such as firefly, ant
lion, social spider, cat, fish swarm ...etc.
 Also, it will be needed on the future work to use these optimization
approaches for other purposes.
33
Thanks and Acknowledgement
34

More Related Content

What's hot

Application of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detectionApplication of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detectionMyat Myint Zu Thin
 
Principles of polarity in eeg
Principles of polarity in eegPrinciples of polarity in eeg
Principles of polarity in eegPramod Krishnan
 
Ecg beat classification and feature extraction using artificial neural networ...
Ecg beat classification and feature extraction using artificial neural networ...Ecg beat classification and feature extraction using artificial neural networ...
Ecg beat classification and feature extraction using artificial neural networ...priyanka leenakhabiya
 
Analysing EEG data using MATLAB
Analysing EEG data using MATLABAnalysing EEG data using MATLAB
Analysing EEG data using MATLABEva van Poppel
 
EEG based Motor Imagery Classification using SVM and MLP
EEG based Motor Imagery Classification using SVM and MLPEEG based Motor Imagery Classification using SVM and MLP
EEG based Motor Imagery Classification using SVM and MLPDr. Rajdeep Chatterjee
 
Brain Computer Interfaces(BCI)
Brain Computer Interfaces(BCI)Brain Computer Interfaces(BCI)
Brain Computer Interfaces(BCI)Dr. Uday Saikia
 
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSINGBRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSINGDharshika Shreeganesh
 
Magnetoencephalogram-MEG
Magnetoencephalogram-MEGMagnetoencephalogram-MEG
Magnetoencephalogram-MEGSimmiRockzz
 
EEG analysis and Machine Learning
EEG  analysis and Machine LearningEEG  analysis and Machine Learning
EEG analysis and Machine LearningAbbas Badran
 
discrete wavelet transform
discrete wavelet transformdiscrete wavelet transform
discrete wavelet transformpiyush_11
 
Electroencephalogram(EEG)
Electroencephalogram(EEG)Electroencephalogram(EEG)
Electroencephalogram(EEG)ashikh
 
PhD Oral Defense of Md Kafiul Islam on "ARTIFACT CHARACTERIZATION, DETECTION ...
PhD Oral Defense of Md Kafiul Islam on "ARTIFACT CHARACTERIZATION, DETECTION ...PhD Oral Defense of Md Kafiul Islam on "ARTIFACT CHARACTERIZATION, DETECTION ...
PhD Oral Defense of Md Kafiul Islam on "ARTIFACT CHARACTERIZATION, DETECTION ...Md Kafiul Islam
 
Image segmentation 2
Image segmentation 2 Image segmentation 2
Image segmentation 2 Rumah Belajar
 
Brief Introduction to Boltzmann Machine
Brief Introduction to Boltzmann MachineBrief Introduction to Boltzmann Machine
Brief Introduction to Boltzmann MachineArunabha Saha
 
EEG guest lecture_iub_eee541
EEG guest lecture_iub_eee541EEG guest lecture_iub_eee541
EEG guest lecture_iub_eee541Md Kafiul Islam
 

What's hot (20)

Application of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detectionApplication of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detection
 
EEG
EEGEEG
EEG
 
Principles of polarity in eeg
Principles of polarity in eegPrinciples of polarity in eeg
Principles of polarity in eeg
 
Ecg beat classification and feature extraction using artificial neural networ...
Ecg beat classification and feature extraction using artificial neural networ...Ecg beat classification and feature extraction using artificial neural networ...
Ecg beat classification and feature extraction using artificial neural networ...
 
Analysing EEG data using MATLAB
Analysing EEG data using MATLABAnalysing EEG data using MATLAB
Analysing EEG data using MATLAB
 
EEG based Motor Imagery Classification using SVM and MLP
EEG based Motor Imagery Classification using SVM and MLPEEG based Motor Imagery Classification using SVM and MLP
EEG based Motor Imagery Classification using SVM and MLP
 
Eeg machine filters
Eeg machine  filtersEeg machine  filters
Eeg machine filters
 
EEG artifacts
EEG  artifactsEEG  artifacts
EEG artifacts
 
Eeg
EegEeg
Eeg
 
Brain Computer Interfaces(BCI)
Brain Computer Interfaces(BCI)Brain Computer Interfaces(BCI)
Brain Computer Interfaces(BCI)
 
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSINGBRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
 
Magnetoencephalogram-MEG
Magnetoencephalogram-MEGMagnetoencephalogram-MEG
Magnetoencephalogram-MEG
 
EEG analysis and Machine Learning
EEG  analysis and Machine LearningEEG  analysis and Machine Learning
EEG analysis and Machine Learning
 
Brain Computer Interface
Brain Computer InterfaceBrain Computer Interface
Brain Computer Interface
 
discrete wavelet transform
discrete wavelet transformdiscrete wavelet transform
discrete wavelet transform
 
Electroencephalogram(EEG)
Electroencephalogram(EEG)Electroencephalogram(EEG)
Electroencephalogram(EEG)
 
PhD Oral Defense of Md Kafiul Islam on "ARTIFACT CHARACTERIZATION, DETECTION ...
PhD Oral Defense of Md Kafiul Islam on "ARTIFACT CHARACTERIZATION, DETECTION ...PhD Oral Defense of Md Kafiul Islam on "ARTIFACT CHARACTERIZATION, DETECTION ...
PhD Oral Defense of Md Kafiul Islam on "ARTIFACT CHARACTERIZATION, DETECTION ...
 
Image segmentation 2
Image segmentation 2 Image segmentation 2
Image segmentation 2
 
Brief Introduction to Boltzmann Machine
Brief Introduction to Boltzmann MachineBrief Introduction to Boltzmann Machine
Brief Introduction to Boltzmann Machine
 
EEG guest lecture_iub_eee541
EEG guest lecture_iub_eee541EEG guest lecture_iub_eee541
EEG guest lecture_iub_eee541
 

Similar to A hybrid classification model for eeg signals

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
 
Biomedical Signals Classification With Transformer Based Model.pptx
Biomedical Signals Classification With Transformer Based Model.pptxBiomedical Signals Classification With Transformer Based Model.pptx
Biomedical Signals Classification With Transformer Based Model.pptxSandeep Kumar
 
Classifications & Misclassifications of EEG Signals using Linear and AdaBoost...
Classifications & Misclassifications of EEG Signals using Linear and AdaBoost...Classifications & Misclassifications of EEG Signals using Linear and AdaBoost...
Classifications & Misclassifications of EEG Signals using Linear and AdaBoost...IJARIIT
 
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
 
Ontheclassificationof ee gsignalbyusingansvmbasedalgorythm
Ontheclassificationof ee gsignalbyusingansvmbasedalgorythmOntheclassificationof ee gsignalbyusingansvmbasedalgorythm
Ontheclassificationof ee gsignalbyusingansvmbasedalgorythmKarthik S
 
EEG S IGNAL Q UANTIFICATION B ASED ON M ODUL L EVELS
EEG S IGNAL  Q UANTIFICATION  B ASED ON M ODUL  L EVELS EEG S IGNAL  Q UANTIFICATION  B ASED ON M ODUL  L EVELS
EEG S IGNAL Q UANTIFICATION B ASED ON M ODUL L EVELS sipij
 
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
 
Wavelet-based EEG processing for computer-aided seizure detection and epileps...
Wavelet-based EEG processing for computer-aided seizure detection and epileps...Wavelet-based EEG processing for computer-aided seizure detection and epileps...
Wavelet-based EEG processing for computer-aided seizure detection and epileps...IJERA Editor
 
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
 
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
 
Different Approaches for the Detection of Epilepsy and Schizophrenia Using EE...
Different Approaches for the Detection of Epilepsy and Schizophrenia Using EE...Different Approaches for the Detection of Epilepsy and Schizophrenia Using EE...
Different Approaches for the Detection of Epilepsy and Schizophrenia Using EE...IRJET Journal
 
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
 
Epileptic Seizure Detection using An EEG Sensor
Epileptic Seizure Detection using An EEG SensorEpileptic Seizure Detection using An EEG Sensor
Epileptic Seizure Detection using An EEG SensorIRJET Journal
 
Wavelet energy moment and neural networks based particle swarm optimisation f...
Wavelet energy moment and neural networks based particle swarm optimisation f...Wavelet energy moment and neural networks based particle swarm optimisation f...
Wavelet energy moment and neural networks based particle swarm optimisation f...journalBEEI
 
A Comparative Study of Machine Learning Algorithms for EEG Signal Classification
A Comparative Study of Machine Learning Algorithms for EEG Signal ClassificationA Comparative Study of Machine Learning Algorithms for EEG Signal Classification
A Comparative Study of Machine Learning Algorithms for EEG Signal Classificationsipij
 
A Comparative Study of Machine Learning Algorithms for EEG Signal Classification
A Comparative Study of Machine Learning Algorithms for EEG Signal ClassificationA Comparative Study of Machine Learning Algorithms for EEG Signal Classification
A Comparative Study of Machine Learning Algorithms for EEG Signal Classificationsipij
 
A COMPARATIVE STUDY OF MACHINE LEARNING ALGORITHMS FOR EEG SIGNAL CLASSIFICATION
A COMPARATIVE STUDY OF MACHINE LEARNING ALGORITHMS FOR EEG SIGNAL CLASSIFICATIONA COMPARATIVE STUDY OF MACHINE LEARNING ALGORITHMS FOR EEG SIGNAL CLASSIFICATION
A COMPARATIVE STUDY OF MACHINE LEARNING ALGORITHMS FOR EEG SIGNAL CLASSIFICATIONsipij
 

Similar to A hybrid classification model for eeg signals (20)

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
 
Biomedical Signals Classification With Transformer Based Model.pptx
Biomedical Signals Classification With Transformer Based Model.pptxBiomedical Signals Classification With Transformer Based Model.pptx
Biomedical Signals Classification With Transformer Based Model.pptx
 
Classifications & Misclassifications of EEG Signals using Linear and AdaBoost...
Classifications & Misclassifications of EEG Signals using Linear and AdaBoost...Classifications & Misclassifications of EEG Signals using Linear and AdaBoost...
Classifications & Misclassifications of EEG Signals using Linear and AdaBoost...
 
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
 
Ontheclassificationof ee gsignalbyusingansvmbasedalgorythm
Ontheclassificationof ee gsignalbyusingansvmbasedalgorythmOntheclassificationof ee gsignalbyusingansvmbasedalgorythm
Ontheclassificationof ee gsignalbyusingansvmbasedalgorythm
 
EEG S IGNAL Q UANTIFICATION B ASED ON M ODUL L EVELS
EEG S IGNAL  Q UANTIFICATION  B ASED ON M ODUL  L EVELS EEG S IGNAL  Q UANTIFICATION  B ASED ON M ODUL  L EVELS
EEG S IGNAL Q UANTIFICATION B ASED ON M ODUL L EVELS
 
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
 
Wavelet-based EEG processing for computer-aided seizure detection and epileps...
Wavelet-based EEG processing for computer-aided seizure detection and epileps...Wavelet-based EEG processing for computer-aided seizure detection and epileps...
Wavelet-based EEG processing for computer-aided seizure detection and epileps...
 
Int conf 03
Int conf 03Int conf 03
Int conf 03
 
Dsp review
Dsp reviewDsp review
Dsp review
 
40120130405007
4012013040500740120130405007
40120130405007
 
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
 
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
 
Different Approaches for the Detection of Epilepsy and Schizophrenia Using EE...
Different Approaches for the Detection of Epilepsy and Schizophrenia Using EE...Different Approaches for the Detection of Epilepsy and Schizophrenia Using EE...
Different Approaches for the Detection of Epilepsy and Schizophrenia Using EE...
 
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...
 
Epileptic Seizure Detection using An EEG Sensor
Epileptic Seizure Detection using An EEG SensorEpileptic Seizure Detection using An EEG Sensor
Epileptic Seizure Detection using An EEG Sensor
 
Wavelet energy moment and neural networks based particle swarm optimisation f...
Wavelet energy moment and neural networks based particle swarm optimisation f...Wavelet energy moment and neural networks based particle swarm optimisation f...
Wavelet energy moment and neural networks based particle swarm optimisation f...
 
A Comparative Study of Machine Learning Algorithms for EEG Signal Classification
A Comparative Study of Machine Learning Algorithms for EEG Signal ClassificationA Comparative Study of Machine Learning Algorithms for EEG Signal Classification
A Comparative Study of Machine Learning Algorithms for EEG Signal Classification
 
A Comparative Study of Machine Learning Algorithms for EEG Signal Classification
A Comparative Study of Machine Learning Algorithms for EEG Signal ClassificationA Comparative Study of Machine Learning Algorithms for EEG Signal Classification
A Comparative Study of Machine Learning Algorithms for EEG Signal Classification
 
A COMPARATIVE STUDY OF MACHINE LEARNING ALGORITHMS FOR EEG SIGNAL CLASSIFICATION
A COMPARATIVE STUDY OF MACHINE LEARNING ALGORITHMS FOR EEG SIGNAL CLASSIFICATIONA COMPARATIVE STUDY OF MACHINE LEARNING ALGORITHMS FOR EEG SIGNAL CLASSIFICATION
A COMPARATIVE STUDY OF MACHINE LEARNING ALGORITHMS FOR EEG SIGNAL CLASSIFICATION
 

More from Aboul Ella Hassanien

الأطر والمبادئ الاخلاقية للذكاء الاصطناعي التوليدى.pdf
الأطر والمبادئ الاخلاقية  للذكاء الاصطناعي التوليدى.pdfالأطر والمبادئ الاخلاقية  للذكاء الاصطناعي التوليدى.pdf
الأطر والمبادئ الاخلاقية للذكاء الاصطناعي التوليدى.pdfAboul Ella Hassanien
 
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية المعر...
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية  المعر...دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية  المعر...
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية المعر...Aboul Ella Hassanien
 
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...Aboul Ella Hassanien
 
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...Aboul Ella Hassanien
 
Intelligent Avatars in the Metaverse.pptx
Intelligent Avatars in the Metaverse.pptxIntelligent Avatars in the Metaverse.pptx
Intelligent Avatars in the Metaverse.pptxAboul Ella Hassanien
 
دليل البحث العلمى .pdf
دليل البحث العلمى .pdfدليل البحث العلمى .pdf
دليل البحث العلمى .pdfAboul Ella Hassanien
 
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات Aboul Ella Hassanien
 
الصحافة والإعلام الرقمى فى عصر الذكاء الاصطناعي
الصحافة والإعلام الرقمى  فى عصر الذكاء الاصطناعي  الصحافة والإعلام الرقمى  فى عصر الذكاء الاصطناعي
الصحافة والإعلام الرقمى فى عصر الذكاء الاصطناعي Aboul Ella Hassanien
 
الميتافيرس و مستقبل التعليم فى الوطن العربى
الميتافيرس و مستقبل التعليم فى الوطن العربى الميتافيرس و مستقبل التعليم فى الوطن العربى
الميتافيرس و مستقبل التعليم فى الوطن العربى Aboul Ella Hassanien
 
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنيةالذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنيةAboul Ella Hassanien
 
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنيةالذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنيةAboul Ella Hassanien
 
التغير المناخى للاطفال
التغير المناخى للاطفالالتغير المناخى للاطفال
التغير المناخى للاطفالAboul Ella Hassanien
 
الذكاء الاصطناعى للاطفال
الذكاء الاصطناعى للاطفالالذكاء الاصطناعى للاطفال
الذكاء الاصطناعى للاطفالAboul Ella Hassanien
 
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسى
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسىإستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسى
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسىAboul Ella Hassanien
 
الإقتصاد الأخضر لمواجهة التغيرات المناخية
الإقتصاد الأخضر لمواجهة التغيرات المناخية  الإقتصاد الأخضر لمواجهة التغيرات المناخية
الإقتصاد الأخضر لمواجهة التغيرات المناخية Aboul Ella Hassanien
 
الإستخدام المسؤول للذكاء الإصطناعى فى سياق تغيرالمناخ خارطة طريق فى عال...
   الإستخدام المسؤول للذكاء الإصطناعى  فى سياق تغيرالمناخ   خارطة طريق فى عال...   الإستخدام المسؤول للذكاء الإصطناعى  فى سياق تغيرالمناخ   خارطة طريق فى عال...
الإستخدام المسؤول للذكاء الإصطناعى فى سياق تغيرالمناخ خارطة طريق فى عال...Aboul Ella Hassanien
 
الذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسية
الذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسيةالذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسية
الذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسيةAboul Ella Hassanien
 
الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى
الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى
الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى Aboul Ella Hassanien
 

More from Aboul Ella Hassanien (20)

الأطر والمبادئ الاخلاقية للذكاء الاصطناعي التوليدى.pdf
الأطر والمبادئ الاخلاقية  للذكاء الاصطناعي التوليدى.pdfالأطر والمبادئ الاخلاقية  للذكاء الاصطناعي التوليدى.pdf
الأطر والمبادئ الاخلاقية للذكاء الاصطناعي التوليدى.pdf
 
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية المعر...
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية  المعر...دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية  المعر...
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية المعر...
 
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...
 
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...
 
Intelligent Avatars in the Metaverse.pptx
Intelligent Avatars in the Metaverse.pptxIntelligent Avatars in the Metaverse.pptx
Intelligent Avatars in the Metaverse.pptx
 
دليل البحث العلمى .pdf
دليل البحث العلمى .pdfدليل البحث العلمى .pdf
دليل البحث العلمى .pdf
 
SRGE photo.pdf
SRGE photo.pdfSRGE photo.pdf
SRGE photo.pdf
 
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات
 
الصحافة والإعلام الرقمى فى عصر الذكاء الاصطناعي
الصحافة والإعلام الرقمى  فى عصر الذكاء الاصطناعي  الصحافة والإعلام الرقمى  فى عصر الذكاء الاصطناعي
الصحافة والإعلام الرقمى فى عصر الذكاء الاصطناعي
 
الميتافيرس و مستقبل التعليم فى الوطن العربى
الميتافيرس و مستقبل التعليم فى الوطن العربى الميتافيرس و مستقبل التعليم فى الوطن العربى
الميتافيرس و مستقبل التعليم فى الوطن العربى
 
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنيةالذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
 
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنيةالذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
 
التغير المناخى للاطفال
التغير المناخى للاطفالالتغير المناخى للاطفال
التغير المناخى للاطفال
 
الذكاء الاصطناعى للاطفال
الذكاء الاصطناعى للاطفالالذكاء الاصطناعى للاطفال
الذكاء الاصطناعى للاطفال
 
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسى
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسىإستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسى
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسى
 
الإقتصاد الأخضر لمواجهة التغيرات المناخية
الإقتصاد الأخضر لمواجهة التغيرات المناخية  الإقتصاد الأخضر لمواجهة التغيرات المناخية
الإقتصاد الأخضر لمواجهة التغيرات المناخية
 
الإستخدام المسؤول للذكاء الإصطناعى فى سياق تغيرالمناخ خارطة طريق فى عال...
   الإستخدام المسؤول للذكاء الإصطناعى  فى سياق تغيرالمناخ   خارطة طريق فى عال...   الإستخدام المسؤول للذكاء الإصطناعى  فى سياق تغيرالمناخ   خارطة طريق فى عال...
الإستخدام المسؤول للذكاء الإصطناعى فى سياق تغيرالمناخ خارطة طريق فى عال...
 
الذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسية
الذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسيةالذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسية
الذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسية
 
الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى
الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى
الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى
 
اقتصاد ميتافيرس
اقتصاد ميتافيرساقتصاد ميتافيرس
اقتصاد ميتافيرس
 

Recently uploaded

HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARKOUSTAV SARKAR
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelDrAjayKumarYadav4
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxpritamlangde
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptAfnanAhmad53
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiessarkmank1
 
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...ssuserdfc773
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxkalpana413121
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...josephjonse
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...HenryBriggs2
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementDr. Deepak Mudgal
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxSCMS School of Architecture
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...
👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...
👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...manju garg
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxhublikarsn
 
8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessorAshwiniTodkar4
 
Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257subhasishdas79
 

Recently uploaded (20)

HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata Model
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .ppt
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth Reinforcement
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...
👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...
👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
 
8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor
 
Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257
 

A hybrid classification model for eeg signals

  • 1. A Hybrid EEG Signals Classification Approach Based on GWO Enhanced SVMs for Epileptic Detection Asmaa Hamad Elsaied SRGE Workshop, Cairo University (27-December-2017) Master Student, Faculty of Computers and Information, Mina University Workshop : INTELLEGENT SYSTEMS AND APPLICATIONS. http://www.egyptscience.net
  • 2.  Introduction  Related Work  Materials and Methods  EEG Data Acquisition  Discrete wavelet transforms (DWT)  Gray Wolf Optimization (GWO)  Support Vector Machine (SVM)  Proposed Classification GWO-SVM Approach  Experimental Results and Discussion  Conclusion and future work 2 Agenda
  • 3.  Epilepsy is one of the most common a chronic neurological disorders of the brain that affect millions of the world’s populations.  It is characterized by recurrent seizures, which are physical reactions to sudden, usually brief, excessive electrical discharges in a group of brain cells. Hence, seizure identification has great importance in clinical therapy of epileptic patients.  According to WWW, around 50 million people worldwide has epilepsy and is suffering with this recurring and unpredictable seizure disorder Therefore, diagnosing and predicting epileptic seizures precisely appear to be particularly important, which is able to fetch more effective prevention and treatment for the patients. 3 Introduction
  • 4. Introduction (cont’d).  Electroencephalogram (EEG) is most commonly used in epilepsy detection since it includes precious physiological information of the brain.  The EEG signal is usually used for the purpose of recording the electrical activities of the brain signal that typically arises in the human brain.  The recording of the electrical activity is basically done by placing electrodes on the scalp, which measures the voltage fluctuations in the brain. 4
  • 5.  EEG contains lots of worthy information relating to the numerous physiological states of the brain and thus is a very useful tool for understanding the brain disease, such as epilepsy.  EEG signals of epileptic patients exhibit two states of abnormal activities namely interictal or seizure free (in-between epileptic seizures) and ictal (in the course of an epileptic seizure). 5 Introduction (cont’d).
  • 6.  The EEG signals are commonly decomposed into five EEG sub- bands:  delta, theta, alpha, beta and gamma. 6 Introduction (cont’d).
  • 7. Frequency range and amplitude for each type of waves 7 Wave Frequency range Amplitude Delta band 0.5 – 4 Hz High Theta band 4 – 8 Hz Low-medium Alpha band 8 – 15 Hz Low Beta band 15 – 30 Hz Very low Gamma band 30 – 60 Hz Smallest Introduction (cont’d).
  • 8. Related Work Ref. Year methods Remark [8] 2011 Wavelet packet entropy with KNN proposed a hierarchical epileptic seizure detection approach. In this approach, the original EEG signals performed by wavelet packet coefficients and using basis-based wavelet packet entropy method to extract feature. In the training stage, hybrid the k-Nearest Neighbour (KNN) with the cross-validation (CV) methods are utilized, on the other hand, the top-ranked discriminative rules are used in the testing stage to compute the classification accuracy and rejection rate. [9] 2012 Permutation Entropy with SVM proposed automated epileptic seizure detection that used permutation entropy (PE) as a feature. SVM is used to classify segments of normal and epileptic EEG based on PE values. The proposed system uses the fact that the EEG during epileptic seizures is described by PE than normal EEG. [10] 2010 Multiwavelet transform based approximate entropy feature with articiafil neural networks presented an automatic epileptic seizure detection method, which uses approximately entropy features derived from multiwavelet transform. Artificial neural network (ANN) is combined with entropy to classify the EEG signals regarding the existence or absence of a seizure. [11] 2011 clustering technique- based least square support vector machine (CT-LS-SVM) presented a clustering-based least square support vector machine approach for the classification of EEG signals. The proposed approach comprises the following two stages. In the first stage, clustering technique (CT) has been used to extract representative features of EEG data. In the second stage, least square support vector machine (LS- SVM) is applied to the extracted features to classify EEG signals. [12] 2014 DWT based approximate entropy (ApEn) with Artificial neural network and SVM authors developed a scheme for detecting epileptic seizures from EEG data recorded from epileptic patients and normal subjects. This scheme is based on DWT analysis and approximate entropy (ApEn) of EEG signals. SVM and (feedforward backpropagation neural network) FBNN are used for classification purpose. 8 fewer previous research on the classification methods in EEG signals
  • 9. Materials and Methods  EEG Data Sets  The experimental data used is publically available  Bonn data set “Klinik für Epileptologie, Universität Bonn’’.  The dataset includes five different sets: 9 ICENCO Cairo 2016 • 5 awake healthy subjects with eyes open • Surface EEG recordingA • 5 awake healthy subjects with eyes closed • Surface EEG recordingB • Inter-ictal EEG from five epileptic patients • intracranial depth electrodes from hippocampal formation of opposite hemisphere the brain C • Inter-ictal EEG from five epileptic patients • Intracranial depth electrodes from epileptogenic zone.D • Ictal EEG from five epileptic patients • depth and strip electrodesE
  • 10. Materials and Methods (cont’d).  EEG Data Samples  EEG signals of each dataset. 10
  • 11.  EEG Data Sets Characteristics  Each set contains 100 single channel of 23.6s duration each.  All EEG signals are recorded at  sampling rate of 173.61 Hz  128-channel amplifier system with an average common reference  Band-pass filtered at 0.53– 40 Hz.  All channels are artifact-free 11 Materials and Methods (cont’d).
  • 12.  Discrete wavelet transforms (DWT)  A wavelet is a short wave, which has its energy intensified in time to give a tool for the analysis of transient, non-stationary signals or time-varying phenomena .  Wavelet transform method has been used to extract the individual EEG sub-bands and reconstruct the information accurately because the wavelet transform has the advantages of:  time-frequency localization,  multi-rate filtering, and scale-space analysis. 12 Materials and Methods (cont’d).
  • 13.  Gray Wolf Optimization (GWO)  Grey wolf optimizer (GWO) is a new meta-heuristic technique .  In nature, The GWO algorithm mimics the leadership hierarchy and hunting mechanism of grey wolves.  There are four types of grey wolves which are alpha, beta, delta and omega . Those four types can be used for simulating the leadership hierarchy. 13 Materials and Methods (cont’d).
  • 15.  Support Vector Machine (SVM)  SVM is supervised learning method, used for binary classification. It was introduced by Vladimir Vapnik and colleagues. The earliest mention was in, but the first main paper seems to be in 1995 .  SVM is a powerful classier in the field of biomedical science for the detection of abnormalities from biomedical signals.  SVM is an efficient classifier to classify two different sets of observations into their relevant class. It is capable of handling high-dimensional and non-linear data excellently. 15 Materials and Methods (cont’d).
  • 16.  Support Vector Machine (SVM)  The structural design of the SVM depends on the following: first, the regularization parameter, C, is used to control the trade-off between the maximization of margin and a number of misclassifications. Second, kernel functions of nonlinear SVMs are used for mapping of training data from an input space to a higher dimensional feature space. All kernel functions like linear,  To date, the kernel generally used in Brain-Computer interface research was the Gaussian or radial basis function (RBF) kernel with width  16 Materials and Methods (cont’d).
  • 17. 17 The Proposed Classification GWO-SVM Approach
  • 18.
  • 19.  Pre-processing and Feature Extraction using DWT  Each EEG signal is decomposed into five constituent EEG sub-bands by discrete wavelet transform (DWT).  The EEG epochs were analyzed into various frequency bands by using fourth-order Daubechies (db4) wavelet function up to 4th-level of the decomposition. The statistical parameter like entropy, min, max, mean, median, standard deviation, variance, energy and Relative Wave Energy (RWE) were computed for feature extraction. 19 The Proposed Classification GWO-SVM Approach
  • 20.  Features selection and parameters optimization using GWO  Better performance may be achieved by removing irrelevant and redundant data while maintaining the discriminating power of the data by feature selection.  Parameters setting of SVM have an important impact on its classification accuracy. Inappropriate parameter settings lead to poor classification results.  GWO has the potential to generate both the optimal feature subset and SVM parameters at the same time.  The best position is the optimal feature subset and optimal SVM parameters which gives the highest fitness value 20 The Proposed Classification GWO-SVM Approach
  • 21.  Classification  the best values of SVM parameters (C,  and feature subset) that are obtained from GWO swarm algorithms serve as input to the SVM and a training model is built to discriminate between seizure and no-seizure intervals.  The datasets are divided into two subsets namely training and test dataset. The training set is used to train the SVM, while the testing set is used to evaluate accuracy. this partition is done based K-fold cross-validation strategy (where k = 10). 21 The Proposed Classification GWO-SVM Approach
  • 23. 23 Experimental Results and Discussion  Performance Evaluation Measurements  In this paper, the set A, B, C, and D are considered as positive class and set E is considered as the negative class respectively.  To evaluate the classification performance for deferent test cases in this paper, we have used five measures, which are: 1) Accuracy 2) Sensitivity 3) Specificity 4) Precision 5) F-Measure.
  • 24. 24 Experimental Results and Discussion  In this paper, the proposed technique is tested on the four different test cases as described in the following table. Case Cases for seizure Classification Problem Description Case 1 Set A vs Set E Healthy Persons with eye open vs Epileptic patients during seizure activity Case 2 Set B vs Set E Healthy Persons with eye close vs Epileptic patients during seizure activity Case 3 Set C vs Set E Hippocampal seizure free vs Epileptic patients during seizure activity Case 4 Set D vs Set E Epileptic seizure free vs Epileptic patients during seizure activity
  • 25. 25 Experimental Results and Discussion  The parameter setting for the GWO algorithm is outlined in the following table. Same number of agents and same number of iterations are used for GA. Parameter Value No of wolves 30 No of iterations 10 Search domain Penalty C range [1, 1000] Kernel function parameters ϭ range [0, 100] Feature subset range [0, 1]
  • 26. 26 Experimental Results and Discussion  Following figures show classification results obtained via applying the proposed GWO-SVM against traditional SVM classification approach and Genetic Algorithm (GA) with SVM for RBF kernel function for case 1 to case 4 respectively.
  • 27. 27 Experimental Results and Discussion  Comparative performance measures of case 1.
  • 28. 28 Experimental Results and Discussion  Comparative performance measures of case 2.
  • 29. 29 Experimental Results and Discussion  Comparative performance measures of case 3.
  • 30. 30 Experimental Results and Discussion  Comparative performance measures of case 4.
  • 31. 31 Experimental Results and Discussion  As can be seen, the proposed GWO-SVM owns the highest results. Also GA-SVM is in second place and SVM is the worst one.
  • 32. Conclusion  In this paper, DWT is used for analysis of EEG to detect epilepsy. EEG signals are decomposed into deferent sub-bands through DWT to obtain ten features from each sub-band to classify EEG signal.  This paper develops an approach using GWO for feature selection with SVM parameters optimization and the SVM classier for automatic seizure detection in EEG signals.  The 100% classification accuracies are obtained using GWO-SVM for case 1, 99.577% for case 2, 99.472% for case 3 and 99.232% for case 4.  These results illustrate the effectiveness of using GWO and SVM classier for seizure detection in EEG signals.  Also, experimental results indicated that the proposed GWO-SVMs approach outperformed GA- SVM and the typical SVMs classification algorithm for RBF kernel function. 32
  • 33. Future work  As future work, we plan to conduct experiments with more robust classifiers for further investigation in this domain.  it will be needed on the future work to evaluate many swarm optimization approaches versions and compare them with each other such as firefly, ant lion, social spider, cat, fish swarm ...etc.  Also, it will be needed on the future work to use these optimization approaches for other purposes. 33