SlideShare a Scribd company logo
1 of 6
Download to read offline
Neelam Rout, International Journal of Advance research, Ideas and Innovations in Technology.
© 2014, IJARIIT All Rights Reserved Page | 1
(Volume1, Issue 1)
Classifications & Misclassifications of EEG Signals
using Linear and AdaBoost Support Vector Machines
Neelam Rout
Research Scholar, Computer Science Department, S’O’A University
neelamrout732@gmail.com
Abstract: Epilepsy is one of the frequent brain disorder due to transient and unexpected electrical interruptions of
brain. Electroencephalography (EEG) is one of the most clinically and scientifically exploited signals recorded
from humans and very complex signal. EEG signals are non-stationary as it changes over time. So, discrete wavelet
transform (DWT) technique is used for feature extraction. Classifications and misclassifications of EEG signals of
linearly separable support vector machines are shown using training and testing datasets. Then AdaBoost support
vector machine is used to get strong classifier.
Keyword: Electroencephalography (EEG) signals, Feature extraction and selection, Linearly separable support
vector machines (SVM), AdaBoost support vector machines.
I. INTRODUCTION
Human brain is very complex system. Electroencephalography (EEG) signals which is the recording of spontaneous
electrical activity of the brain gives information about the function of the brain and it is a direct measurement of cortical
activity with millisecond temporal resolution. EEG signals are recorded in a short time by placing electrodes at various
positions on the scalp. Its temporal resolution of the EEG signal is high and it is also a non-invasive procedure. The
uses of EEG signals can be clinical and research uses [1].
II. MATERIALS AND METHODS
A. Description of EEG signals
The raw EEG signal is taken [2] which consists of total 5 sets (classes) of data (SET A, SET B, SET C, SET D, and
SET E) but three data sets are selected from 5 data sets in this work i.e. SET A contains recordings from healthy
volunteers with open eyes, SET D contains recording of epilepsy patients in the epileptogenic zone during the seizure
free interval, and SET E contains the recordings of epilepsy patients during epileptic seizures by using Standard
Electrode placement scheme also called as International 10-20 system [1]. Most of EEG waves range from 0.5-500
Hz, these bands are clinically relevant: (i) delta, (ii) theta, (iii) alpha, (iv) beta and (v) gamma.
B. Feature Extraction and Selection
Feature extraction is the collection of relevant information from the signal. A discrete wavelet transform (DWT) is
any wavelet transform for which the wavelets are discretely sampled. For classification of EEG signals there are four
different successive stages followed i.e. normalization, segment detection, feature extraction, and classification. In this
Neelam Rout, International Journal of Advance research, Ideas and Innovations in Technology.
© 2014, IJARIIT All Rights Reserved Page | 2
each of the EEG signals is decomposed into four detail wavelet coefficients (D1, D2, D3, and D4) and one
approximation wavelet coefficients (A4). There are 20 dimension feature vectors for single EEG segment of Class A,
Class D, and Class E are used. Different statistics methods are used to reduce the number of features are, maximum,
minimum of wavelet, mean and standard Deviation of wavelet coefficients in each sub band [3].
Raw EEG signals
Feature extraction
Feature selection
20- Dimensional input vector 20- Dimensional input vector
[Fig 1: Generalized Structure of SVM Classifier]
III. CLASSIFIER
A. Linearly Separable support Vector Machines
Support vector machines (SVMs, also support vector networks) are supervised learning models. A Support vector
machine constructs a hyper plane or set of hyper planes in a high or infinite dimensional space, that optimally separates
the data into two categories. It is based on the concept of decision planes that define decision boundaries. The Linearly
separable figures are shown in the result section [6] [9].
B. AdaBoost Support Vector Machines
Ensemble method is used for unstable classifier to achieve improve performance. AdaBoost (Adaptive Boosting), is
a machine learning meta-algorithm was proposed by Y. Freund R. Schapire who won the prestigious “Godel prize” in
2003. It is used in conjunction with other learning algorithms (‘weak learns’) is combined into a weighted sum that
represents the final output of the boosted classifier for a given set of training sample. It maintains weight for each
sample. For each iteration , it is adaptively adjust weights. AdaBoost uses higher weights, which seems difficult for
component classifier. It combines all the component classifiers to make decision. It is sensitive to noisy data. It is less
susceptible to the over-fitting.
It is very fast, simple and easy to program, versatile, and no parameters to tune (except t). Its disadvantages are weak
classifiers too complex leads to over-fitting, weak classifiers too weak can lead to low margins, and can also lead to
over-fitting, and from empirical evidence, AdaBoost is particularly vulnerable to uniform noise [13][14].
Discrete wavelet transforms (level 4)
Wavelet coefficients
Statistics over wavelet coefficients
Linear Support Vector Machine AdaBoost SVM
Classifications & Misclassifications Classification
Neelam Rout, International Journal of Advance research, Ideas and Innovations in Technology.
© 2014, IJARIIT All Rights Reserved Page | 3
C. Connection and Comparison between Linear & AdaBoost SVM
The Boosting and Support Vector Machines methods are “essentially the same” except the measuring techniques for
the margin. Boosting relies only the most salient dimensions and SVMs uses kernel tricks (l2 norm) to compute scalar
products in feature space and boosting uses l1-norm [17].
Using any desired linear or non-linear hyper-plane, SVMs globally and explicitly maximize the margin while
minimizing the number of wrongly classified examples while in a greedy fashion with lowest error, AdaBoost
combines a set of weak learners in order to form a strong classifier.
IV.DISCUSSION OF PRACTICAL IMPLEMENTATION & RESULTS OF SVM
A. Linearly separable SVM
[Fig 2: Linearly separable SVM 1] [Fig 3: Result of linearly separable SVM 1]
TABLE 1
LINEARLY SEPARABLE SVM 1
[Fig 4: Linearly separable SVM 2] [Fig 5: Result of linearly separable SVM 2]
Neelam Rout, International Journal of Advance research, Ideas and Innovations in Technology.
© 2014, IJARIIT All Rights Reserved Page | 4
TABLE 2
LINEARLY SEPARABLE SVM 2
Theta Values -9.209138 & 10.543934
Support Vectors 70
Misclassifications 3
Classifications 67
B. AdaBoost SVM
[Fig 6: Training data for AdaBoost SVM model] [Fig 7: Training data classified with SVM model]
[Fig 8: Classification error versus weak signal classifier] [Fig 9: Test data classified with model]
V. DISCUSSION OF RESULTS
In linear SVM 1, different theta values are taken but support vectors are fixed i.e. 400 and the results of classifications
and misclassifications are shown. In linear SVM 2, by using training and test data sets, the results of classifications
and misclassifications are shown where theta values and support vectors are fixed.
In the experiment of AdaBoost SVM, AdaBoost tries to generate a strong classifier. It is done by using a linear
combination of a set of weak classifiers which tries to find the best threshold to separate the data into two classes. In
each classification step, the boosting part changes the weights of miss-classified data. So that, “weak classifiers”
behaves as a “strong classifiers”.
Neelam Rout, International Journal of Advance research, Ideas and Innovations in Technology.
© 2014, IJARIIT All Rights Reserved Page | 5
VI. CONCLUSIONS & FUTURE WORKS
Electroencephalography (EEG) signals give important information about neurobiological disorders and for feature
extraction, DWT method is used. Different wavelet coefficients like maximum, minimum, mean and standard
deviation are used. Then the result of classifications and misclassifications of Support Vector Machines (Linear and
AdaBoost) for EEG signals are shown. AdaBooost SVM is used to convert a weak signal to a strong signal. EEG
signal processing is a vast area of research. Different types of feature extraction techniques can be tried to reduce the
computational complexity. Other new methodologies can be implemented in this area and further different types of
classifiers like hybridize pattern classifiers, kernel SVM can be tested.
ACKNOWLEDGMENT
I would like to express my special appreciation and thanks to my advisors, Parents and God.
REFERENCES
[1]. Mohammad Zavid Parvez, Manoranjan Paul, Epileptic seizure detection by analyzing EEG signals using different
transformation techniques, Volume 145, 5 December 2014, Pages 190–200.
[2]. http://www.meb.unibonn.de/epileptologie/science/physik/eegdata.html.
[3]. S.Soltani, On the use of the wavelet decomposition for time series prediction, Neurocomputing, vol. 48, pp. 267 -
277, 2002.
[4]. Qi Xu*, Hui Zhou, YongjiWang, Jian Huang, Fuzzy support vector machine for classification of EEG signals
using wavelet-based features, Medical Engineering & Physics 31 (2009) 858–865.
[5]. Deng Wang*, Duoqian Miao, Chen Xie, Best basis-based wavelet packet entropy feature extraction and
hierarchical EEG classification for epileptic detection, Expert Systems with Applications 38 (2011) 14314–14320.
[6]. Abdulhamit Subasi*, M. Ismail Gursoy, EEG signal classification using PCA, ICA, LDA and support vector
machines, Expert Systems with Applications 37 (2010) 8659–8666.
[7]. Elif Derya U¨ beyli*, Decision support systems for time-varying biomedical signals: EEG signals classification,
Expert Systems with Applications 36 (2009) 2275–2284.
[8]. Suryannarayana Chandaka, Amitava Chatterjee*, Sugata Munshi, Cross-correlation aided support vector machine
classifier for classification of EEG signals, Expert Systems with Applications 36 (2009) 1329–1336.
[9]. Elif Derya U¨beyli*, Support vector machines for detection of electrocardiographic changes in partial epileptic
patients, Engineering Applications of Artificial Intelligence 21 (2008) 1196–1203.
[10]. Babak Mohammadzadeh Asl*, Seyed Kamaledin Setarehdan, Maryam Mohebbi, Support vector machine-based
arrhythmia classification using reduced features of heart rate variability signal, Artificial Intelligence in Medicine
(2008) 44, 51—64.
[11]. Sebastián Maldonado , Richard Weber , Fazel Famili, Feature selection for high-dimensional class-imbalanced
data sets using Support Vector Machines, Information Sciences 286 (2014) 228–246.
[12]. Elif Derya Übeyli*, Analysis of EEG signals by combining eigenvector methods and multiclass support vector
machines, Computers in Biology and Medicine 38 (2008) 14 – 22.
[13]. Xue-Fang Chen, Hong-Jie Xing*, Xi-Zhao Wang, A modified AdaBoost method for one-class SVM and its
application to novelty detection, Systems, Man, and Cybernetics (SMC), 2011 IEEE International Conference on ,
Page(s): 3506 – 3511, ISBN: 978-1-4577-0652-3.
Neelam Rout, International Journal of Advance research, Ideas and Innovations in Technology.
© 2014, IJARIIT All Rights Reserved Page | 6
[14]. Chengming Liu, Manchun Li*, Yongxue Liu*, Jieli Chen, Chenglei Shen, Application of Adaboost Based
Ensemble SVM on IKONOS Image Classification, Geoinformatics, 2010 18th International Conference on , Page(s):1
– 5, ISBN: 978-1-4244-7301-4.
[15]. Enrique Romero*, Llu12s M3arquez, Xavier Carreras, Margin maximization with feed-forward neural networks:
a comparative study with SVM and AdaBoost, Neurocomputing 57 (2004) 313 – 344.
[16]. Xuchun Li*, Lei Wang, Eric Sung, AdaBoost with SVM-based component classifiers, Engineering Applications
of Artificial Intelligence 21 (2008) 785–795.
[17]. Hanif Mohaddes Deylami, Yashwant Prasad Singh, Adaboost and SVM based cybercrime detection and
prevention model, Artificial Intelligence Research, December 2012, Vol. 1, No. 2.
[18]. E. D.U beyli, Combined neural network model employing wavelet coefficients for EEG signals classification,
Digital Signal Processing, vol. 19, pp. 297-308, 2009.

More Related Content

What's hot

DCT AND DFT BASED BIOMETRIC RECOGNITION AND MULTIMODAL BIOMETRIC SECURITY
DCT AND DFT BASED BIOMETRIC RECOGNITION AND MULTIMODAL BIOMETRIC SECURITYDCT AND DFT BASED BIOMETRIC RECOGNITION AND MULTIMODAL BIOMETRIC SECURITY
DCT AND DFT BASED BIOMETRIC RECOGNITION AND MULTIMODAL BIOMETRIC SECURITYIAEME Publication
 
ENERGY COMPUTATION FOR BCI USING DCT AND MOVING AVERAGE WINDOW FOR NOISE SMOO...
ENERGY COMPUTATION FOR BCI USING DCT AND MOVING AVERAGE WINDOW FOR NOISE SMOO...ENERGY COMPUTATION FOR BCI USING DCT AND MOVING AVERAGE WINDOW FOR NOISE SMOO...
ENERGY COMPUTATION FOR BCI USING DCT AND MOVING AVERAGE WINDOW FOR NOISE SMOO...IJCSEA Journal
 
IRJET- Efficient Face Detection from Video Sequences using KNN and PCA
IRJET-  	  Efficient Face Detection from Video Sequences using KNN and PCAIRJET-  	  Efficient Face Detection from Video Sequences using KNN and PCA
IRJET- Efficient Face Detection from Video Sequences using KNN and PCAIRJET Journal
 
Multi-way Array Decomposition on Acoustic Source Separation for Fault Diagnos...
Multi-way Array Decomposition on Acoustic Source Separation for Fault Diagnos...Multi-way Array Decomposition on Acoustic Source Separation for Fault Diagnos...
Multi-way Array Decomposition on Acoustic Source Separation for Fault Diagnos...IJECEIAES
 
The effect of gamma value on support vector machine performance with differen...
The effect of gamma value on support vector machine performance with differen...The effect of gamma value on support vector machine performance with differen...
The effect of gamma value on support vector machine performance with differen...IJECEIAES
 
Deep learning summary
Deep learning summaryDeep learning summary
Deep learning summaryankit_ppt
 
IRJET-Analysis of Face Recognition System for Different Classifier
IRJET-Analysis of Face Recognition System for Different ClassifierIRJET-Analysis of Face Recognition System for Different Classifier
IRJET-Analysis of Face Recognition System for Different ClassifierIRJET Journal
 
Genetic Algorithm Processor for Image Noise Filtering Using Evolvable Hardware
Genetic Algorithm Processor for Image Noise Filtering Using Evolvable HardwareGenetic Algorithm Processor for Image Noise Filtering Using Evolvable Hardware
Genetic Algorithm Processor for Image Noise Filtering Using Evolvable HardwareCSCJournals
 
15857 cse422 unsupervised-learning
15857 cse422 unsupervised-learning15857 cse422 unsupervised-learning
15857 cse422 unsupervised-learningAnil Yadav
 
IRJET - Implementation of Neural Network on FPGA
IRJET - Implementation of Neural Network on FPGAIRJET - Implementation of Neural Network on FPGA
IRJET - Implementation of Neural Network on FPGAIRJET Journal
 
Face Recognition: From Scratch To Hatch / Эдуард Тянтов (Mail.ru Group)
Face Recognition: From Scratch To Hatch / Эдуард Тянтов (Mail.ru Group)Face Recognition: From Scratch To Hatch / Эдуард Тянтов (Mail.ru Group)
Face Recognition: From Scratch To Hatch / Эдуард Тянтов (Mail.ru Group)Ontico
 
IRJET- Image Segmentation Techniques: A Review
IRJET- Image Segmentation Techniques: A ReviewIRJET- Image Segmentation Techniques: A Review
IRJET- Image Segmentation Techniques: A ReviewIRJET Journal
 
IRJET- Image Classification – Cat and Dog Images
IRJET- Image Classification – Cat and Dog ImagesIRJET- Image Classification – Cat and Dog Images
IRJET- Image Classification – Cat and Dog ImagesIRJET Journal
 
Unsupervised learning
Unsupervised learningUnsupervised learning
Unsupervised learningamalalhait
 
A multilabel classification approach for complex human activities using a com...
A multilabel classification approach for complex human activities using a com...A multilabel classification approach for complex human activities using a com...
A multilabel classification approach for complex human activities using a com...IJECEIAES
 
IRJET- Proposed System for Animal Recognition using Image Processing
IRJET-  	  Proposed System for Animal Recognition using Image ProcessingIRJET-  	  Proposed System for Animal Recognition using Image Processing
IRJET- Proposed System for Animal Recognition using Image ProcessingIRJET Journal
 
Machine learning and_neural_network_lecture_slide_ece_dku
Machine learning and_neural_network_lecture_slide_ece_dkuMachine learning and_neural_network_lecture_slide_ece_dku
Machine learning and_neural_network_lecture_slide_ece_dkuSeokhyun Yoon
 
Comparison of hybrid pso sa algorithm and genetic algorithm for classification
Comparison of hybrid pso sa algorithm and genetic algorithm for classificationComparison of hybrid pso sa algorithm and genetic algorithm for classification
Comparison of hybrid pso sa algorithm and genetic algorithm for classificationAlexander Decker
 

What's hot (20)

DCT AND DFT BASED BIOMETRIC RECOGNITION AND MULTIMODAL BIOMETRIC SECURITY
DCT AND DFT BASED BIOMETRIC RECOGNITION AND MULTIMODAL BIOMETRIC SECURITYDCT AND DFT BASED BIOMETRIC RECOGNITION AND MULTIMODAL BIOMETRIC SECURITY
DCT AND DFT BASED BIOMETRIC RECOGNITION AND MULTIMODAL BIOMETRIC SECURITY
 
ENERGY COMPUTATION FOR BCI USING DCT AND MOVING AVERAGE WINDOW FOR NOISE SMOO...
ENERGY COMPUTATION FOR BCI USING DCT AND MOVING AVERAGE WINDOW FOR NOISE SMOO...ENERGY COMPUTATION FOR BCI USING DCT AND MOVING AVERAGE WINDOW FOR NOISE SMOO...
ENERGY COMPUTATION FOR BCI USING DCT AND MOVING AVERAGE WINDOW FOR NOISE SMOO...
 
IRJET- Efficient Face Detection from Video Sequences using KNN and PCA
IRJET-  	  Efficient Face Detection from Video Sequences using KNN and PCAIRJET-  	  Efficient Face Detection from Video Sequences using KNN and PCA
IRJET- Efficient Face Detection from Video Sequences using KNN and PCA
 
Multi-way Array Decomposition on Acoustic Source Separation for Fault Diagnos...
Multi-way Array Decomposition on Acoustic Source Separation for Fault Diagnos...Multi-way Array Decomposition on Acoustic Source Separation for Fault Diagnos...
Multi-way Array Decomposition on Acoustic Source Separation for Fault Diagnos...
 
The effect of gamma value on support vector machine performance with differen...
The effect of gamma value on support vector machine performance with differen...The effect of gamma value on support vector machine performance with differen...
The effect of gamma value on support vector machine performance with differen...
 
Deep learning summary
Deep learning summaryDeep learning summary
Deep learning summary
 
E1803053238
E1803053238E1803053238
E1803053238
 
IRJET-Analysis of Face Recognition System for Different Classifier
IRJET-Analysis of Face Recognition System for Different ClassifierIRJET-Analysis of Face Recognition System for Different Classifier
IRJET-Analysis of Face Recognition System for Different Classifier
 
Genetic Algorithm Processor for Image Noise Filtering Using Evolvable Hardware
Genetic Algorithm Processor for Image Noise Filtering Using Evolvable HardwareGenetic Algorithm Processor for Image Noise Filtering Using Evolvable Hardware
Genetic Algorithm Processor for Image Noise Filtering Using Evolvable Hardware
 
15857 cse422 unsupervised-learning
15857 cse422 unsupervised-learning15857 cse422 unsupervised-learning
15857 cse422 unsupervised-learning
 
IRJET - Implementation of Neural Network on FPGA
IRJET - Implementation of Neural Network on FPGAIRJET - Implementation of Neural Network on FPGA
IRJET - Implementation of Neural Network on FPGA
 
Face Recognition: From Scratch To Hatch / Эдуард Тянтов (Mail.ru Group)
Face Recognition: From Scratch To Hatch / Эдуард Тянтов (Mail.ru Group)Face Recognition: From Scratch To Hatch / Эдуард Тянтов (Mail.ru Group)
Face Recognition: From Scratch To Hatch / Эдуард Тянтов (Mail.ru Group)
 
IRJET- Image Segmentation Techniques: A Review
IRJET- Image Segmentation Techniques: A ReviewIRJET- Image Segmentation Techniques: A Review
IRJET- Image Segmentation Techniques: A Review
 
IRJET- Image Classification – Cat and Dog Images
IRJET- Image Classification – Cat and Dog ImagesIRJET- Image Classification – Cat and Dog Images
IRJET- Image Classification – Cat and Dog Images
 
Unsupervised learning
Unsupervised learningUnsupervised learning
Unsupervised learning
 
A multilabel classification approach for complex human activities using a com...
A multilabel classification approach for complex human activities using a com...A multilabel classification approach for complex human activities using a com...
A multilabel classification approach for complex human activities using a com...
 
Ijetcas14 329
Ijetcas14 329Ijetcas14 329
Ijetcas14 329
 
IRJET- Proposed System for Animal Recognition using Image Processing
IRJET-  	  Proposed System for Animal Recognition using Image ProcessingIRJET-  	  Proposed System for Animal Recognition using Image Processing
IRJET- Proposed System for Animal Recognition using Image Processing
 
Machine learning and_neural_network_lecture_slide_ece_dku
Machine learning and_neural_network_lecture_slide_ece_dkuMachine learning and_neural_network_lecture_slide_ece_dku
Machine learning and_neural_network_lecture_slide_ece_dku
 
Comparison of hybrid pso sa algorithm and genetic algorithm for classification
Comparison of hybrid pso sa algorithm and genetic algorithm for classificationComparison of hybrid pso sa algorithm and genetic algorithm for classification
Comparison of hybrid pso sa algorithm and genetic algorithm for classification
 

Viewers also liked

Datamining 4th Adaboost
Datamining 4th AdaboostDatamining 4th Adaboost
Datamining 4th Adaboostsesejun
 
Kato Mivule: An Overview of Adaptive Boosting – AdaBoost
Kato Mivule: An Overview of  Adaptive Boosting – AdaBoostKato Mivule: An Overview of  Adaptive Boosting – AdaBoost
Kato Mivule: An Overview of Adaptive Boosting – AdaBoostKato Mivule
 
Machine learning with ADA Boost
Machine learning with ADA BoostMachine learning with ADA Boost
Machine learning with ADA BoostAman Patel
 
2013-1 Machine Learning Lecture 06 - Artur Ferreira - A Survey on Boosting…
2013-1 Machine Learning Lecture 06 - Artur Ferreira - A Survey on Boosting…2013-1 Machine Learning Lecture 06 - Artur Ferreira - A Survey on Boosting…
2013-1 Machine Learning Lecture 06 - Artur Ferreira - A Survey on Boosting…Dongseo University
 
Assistat professor interview questions in eng. colleges
Assistat professor interview questions in eng. collegesAssistat professor interview questions in eng. colleges
Assistat professor interview questions in eng. collegesreddyprasad reddyvari
 

Viewers also liked (9)

Datamining 4th Adaboost
Datamining 4th AdaboostDatamining 4th Adaboost
Datamining 4th Adaboost
 
boosting algorithm
boosting algorithmboosting algorithm
boosting algorithm
 
Multiple Classifier Systems
Multiple Classifier SystemsMultiple Classifier Systems
Multiple Classifier Systems
 
Kato Mivule: An Overview of Adaptive Boosting – AdaBoost
Kato Mivule: An Overview of  Adaptive Boosting – AdaBoostKato Mivule: An Overview of  Adaptive Boosting – AdaBoost
Kato Mivule: An Overview of Adaptive Boosting – AdaBoost
 
Machine learning with ADA Boost
Machine learning with ADA BoostMachine learning with ADA Boost
Machine learning with ADA Boost
 
2013-1 Machine Learning Lecture 06 - Artur Ferreira - A Survey on Boosting…
2013-1 Machine Learning Lecture 06 - Artur Ferreira - A Survey on Boosting…2013-1 Machine Learning Lecture 06 - Artur Ferreira - A Survey on Boosting…
2013-1 Machine Learning Lecture 06 - Artur Ferreira - A Survey on Boosting…
 
Ada boost
Ada boostAda boost
Ada boost
 
Ada boost
Ada boostAda boost
Ada boost
 
Assistat professor interview questions in eng. colleges
Assistat professor interview questions in eng. collegesAssistat professor interview questions in eng. colleges
Assistat professor interview questions in eng. colleges
 

Similar to EEG Signal Classification Using Linear & AdaBoost SVMs

A hybrid classification model for eeg signals
A hybrid classification model for  eeg signals A hybrid classification model for  eeg signals
A hybrid classification model for eeg signals Aboul Ella Hassanien
 
Microarray Data Classification Using Support Vector Machine
Microarray Data Classification Using Support Vector MachineMicroarray Data Classification Using Support Vector Machine
Microarray Data Classification Using Support Vector MachineCSCJournals
 
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
 
Neural network based numerical digits recognization using nnt in matlab
Neural network based numerical digits recognization using nnt in matlabNeural network based numerical digits recognization using nnt in matlab
Neural network based numerical digits recognization using nnt in matlabijcses
 
IRJET- Facial Gesture Recognition using Surface EMG and Multiclass Support Ve...
IRJET- Facial Gesture Recognition using Surface EMG and Multiclass Support Ve...IRJET- Facial Gesture Recognition using Surface EMG and Multiclass Support Ve...
IRJET- Facial Gesture Recognition using Surface EMG and Multiclass Support Ve...IRJET Journal
 
A Review of Lie Detection Techniques.pdf
A Review of Lie Detection Techniques.pdfA Review of Lie Detection Techniques.pdf
A Review of Lie Detection Techniques.pdfWhitney Anderson
 
A Review of Lie Detection Techniques
A Review of Lie Detection TechniquesA Review of Lie Detection Techniques
A Review of Lie Detection TechniquesIRJET Journal
 
Recognition of Epilepsy from Non Seizure Electroencephalogram using combinati...
Recognition of Epilepsy from Non Seizure Electroencephalogram using combinati...Recognition of Epilepsy from Non Seizure Electroencephalogram using combinati...
Recognition of Epilepsy from Non Seizure Electroencephalogram using combinati...Atrija Singh
 
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
 
IRJET - Heart Health Classification and Prediction using Machine Learning
IRJET -  	  Heart Health Classification and Prediction using Machine LearningIRJET -  	  Heart Health Classification and Prediction using Machine Learning
IRJET - Heart Health Classification and Prediction using Machine LearningIRJET Journal
 
Ontheclassificationof ee gsignalbyusingansvmbasedalgorythm
Ontheclassificationof ee gsignalbyusingansvmbasedalgorythmOntheclassificationof ee gsignalbyusingansvmbasedalgorythm
Ontheclassificationof ee gsignalbyusingansvmbasedalgorythmKarthik S
 
Wavelet-Based Approach for Automatic Seizure Detection Using EEG Signals
Wavelet-Based Approach for Automatic Seizure Detection Using EEG SignalsWavelet-Based Approach for Automatic Seizure Detection Using EEG Signals
Wavelet-Based Approach for Automatic Seizure Detection Using EEG SignalsIRJET Journal
 
IRJET - Machine Learning Algorithms for the Detection of Diabetes
IRJET - Machine Learning Algorithms for the Detection of DiabetesIRJET - Machine Learning Algorithms for the Detection of Diabetes
IRJET - Machine Learning Algorithms for the Detection of DiabetesIRJET Journal
 
The second seminar
The second seminarThe second seminar
The second seminarAhmedMahany
 
Lvq based person identification system
Lvq based person identification systemLvq based person identification system
Lvq based person identification systemIAEME Publication
 
IRJET- Evaluation of Classification Algorithms with Solutions to Class Imbala...
IRJET- Evaluation of Classification Algorithms with Solutions to Class Imbala...IRJET- Evaluation of Classification Algorithms with Solutions to Class Imbala...
IRJET- Evaluation of Classification Algorithms with Solutions to Class Imbala...IRJET Journal
 

Similar to EEG Signal Classification Using Linear & AdaBoost SVMs (20)

A hybrid classification model for eeg signals
A hybrid classification model for  eeg signals A hybrid classification model for  eeg signals
A hybrid classification model for eeg signals
 
Microarray Data Classification Using Support Vector Machine
Microarray Data Classification Using Support Vector MachineMicroarray Data Classification Using Support Vector Machine
Microarray Data Classification Using Support Vector Machine
 
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
 
Neural network based numerical digits recognization using nnt in matlab
Neural network based numerical digits recognization using nnt in matlabNeural network based numerical digits recognization using nnt in matlab
Neural network based numerical digits recognization using nnt in matlab
 
IRJET- Facial Gesture Recognition using Surface EMG and Multiclass Support Ve...
IRJET- Facial Gesture Recognition using Surface EMG and Multiclass Support Ve...IRJET- Facial Gesture Recognition using Surface EMG and Multiclass Support Ve...
IRJET- Facial Gesture Recognition using Surface EMG and Multiclass Support Ve...
 
Bj4103381384
Bj4103381384Bj4103381384
Bj4103381384
 
A Review of Lie Detection Techniques.pdf
A Review of Lie Detection Techniques.pdfA Review of Lie Detection Techniques.pdf
A Review of Lie Detection Techniques.pdf
 
A Review of Lie Detection Techniques
A Review of Lie Detection TechniquesA Review of Lie Detection Techniques
A Review of Lie Detection Techniques
 
Recognition of Epilepsy from Non Seizure Electroencephalogram using combinati...
Recognition of Epilepsy from Non Seizure Electroencephalogram using combinati...Recognition of Epilepsy from Non Seizure Electroencephalogram using combinati...
Recognition of Epilepsy from Non Seizure Electroencephalogram using combinati...
 
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
 
IRJET - Heart Health Classification and Prediction using Machine Learning
IRJET -  	  Heart Health Classification and Prediction using Machine LearningIRJET -  	  Heart Health Classification and Prediction using Machine Learning
IRJET - Heart Health Classification and Prediction using Machine Learning
 
Ontheclassificationof ee gsignalbyusingansvmbasedalgorythm
Ontheclassificationof ee gsignalbyusingansvmbasedalgorythmOntheclassificationof ee gsignalbyusingansvmbasedalgorythm
Ontheclassificationof ee gsignalbyusingansvmbasedalgorythm
 
Wavelet-Based Approach for Automatic Seizure Detection Using EEG Signals
Wavelet-Based Approach for Automatic Seizure Detection Using EEG SignalsWavelet-Based Approach for Automatic Seizure Detection Using EEG Signals
Wavelet-Based Approach for Automatic Seizure Detection Using EEG Signals
 
40220140507004
4022014050700440220140507004
40220140507004
 
40220140507004
4022014050700440220140507004
40220140507004
 
IRJET - Machine Learning Algorithms for the Detection of Diabetes
IRJET - Machine Learning Algorithms for the Detection of DiabetesIRJET - Machine Learning Algorithms for the Detection of Diabetes
IRJET - Machine Learning Algorithms for the Detection of Diabetes
 
The second seminar
The second seminarThe second seminar
The second seminar
 
Lvq based person identification system
Lvq based person identification systemLvq based person identification system
Lvq based person identification system
 
50120140504015
5012014050401550120140504015
50120140504015
 
IRJET- Evaluation of Classification Algorithms with Solutions to Class Imbala...
IRJET- Evaluation of Classification Algorithms with Solutions to Class Imbala...IRJET- Evaluation of Classification Algorithms with Solutions to Class Imbala...
IRJET- Evaluation of Classification Algorithms with Solutions to Class Imbala...
 

Recently uploaded

(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
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(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
 
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
 
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
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
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
 
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
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 

Recently uploaded (20)

(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...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
(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...
 
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
 
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
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
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...
 
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
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 

EEG Signal Classification Using Linear & AdaBoost SVMs

  • 1. Neelam Rout, International Journal of Advance research, Ideas and Innovations in Technology. © 2014, IJARIIT All Rights Reserved Page | 1 (Volume1, Issue 1) Classifications & Misclassifications of EEG Signals using Linear and AdaBoost Support Vector Machines Neelam Rout Research Scholar, Computer Science Department, S’O’A University neelamrout732@gmail.com Abstract: Epilepsy is one of the frequent brain disorder due to transient and unexpected electrical interruptions of brain. Electroencephalography (EEG) is one of the most clinically and scientifically exploited signals recorded from humans and very complex signal. EEG signals are non-stationary as it changes over time. So, discrete wavelet transform (DWT) technique is used for feature extraction. Classifications and misclassifications of EEG signals of linearly separable support vector machines are shown using training and testing datasets. Then AdaBoost support vector machine is used to get strong classifier. Keyword: Electroencephalography (EEG) signals, Feature extraction and selection, Linearly separable support vector machines (SVM), AdaBoost support vector machines. I. INTRODUCTION Human brain is very complex system. Electroencephalography (EEG) signals which is the recording of spontaneous electrical activity of the brain gives information about the function of the brain and it is a direct measurement of cortical activity with millisecond temporal resolution. EEG signals are recorded in a short time by placing electrodes at various positions on the scalp. Its temporal resolution of the EEG signal is high and it is also a non-invasive procedure. The uses of EEG signals can be clinical and research uses [1]. II. MATERIALS AND METHODS A. Description of EEG signals The raw EEG signal is taken [2] which consists of total 5 sets (classes) of data (SET A, SET B, SET C, SET D, and SET E) but three data sets are selected from 5 data sets in this work i.e. SET A contains recordings from healthy volunteers with open eyes, SET D contains recording of epilepsy patients in the epileptogenic zone during the seizure free interval, and SET E contains the recordings of epilepsy patients during epileptic seizures by using Standard Electrode placement scheme also called as International 10-20 system [1]. Most of EEG waves range from 0.5-500 Hz, these bands are clinically relevant: (i) delta, (ii) theta, (iii) alpha, (iv) beta and (v) gamma. B. Feature Extraction and Selection Feature extraction is the collection of relevant information from the signal. A discrete wavelet transform (DWT) is any wavelet transform for which the wavelets are discretely sampled. For classification of EEG signals there are four different successive stages followed i.e. normalization, segment detection, feature extraction, and classification. In this
  • 2. Neelam Rout, International Journal of Advance research, Ideas and Innovations in Technology. © 2014, IJARIIT All Rights Reserved Page | 2 each of the EEG signals is decomposed into four detail wavelet coefficients (D1, D2, D3, and D4) and one approximation wavelet coefficients (A4). There are 20 dimension feature vectors for single EEG segment of Class A, Class D, and Class E are used. Different statistics methods are used to reduce the number of features are, maximum, minimum of wavelet, mean and standard Deviation of wavelet coefficients in each sub band [3]. Raw EEG signals Feature extraction Feature selection 20- Dimensional input vector 20- Dimensional input vector [Fig 1: Generalized Structure of SVM Classifier] III. CLASSIFIER A. Linearly Separable support Vector Machines Support vector machines (SVMs, also support vector networks) are supervised learning models. A Support vector machine constructs a hyper plane or set of hyper planes in a high or infinite dimensional space, that optimally separates the data into two categories. It is based on the concept of decision planes that define decision boundaries. The Linearly separable figures are shown in the result section [6] [9]. B. AdaBoost Support Vector Machines Ensemble method is used for unstable classifier to achieve improve performance. AdaBoost (Adaptive Boosting), is a machine learning meta-algorithm was proposed by Y. Freund R. Schapire who won the prestigious “Godel prize” in 2003. It is used in conjunction with other learning algorithms (‘weak learns’) is combined into a weighted sum that represents the final output of the boosted classifier for a given set of training sample. It maintains weight for each sample. For each iteration , it is adaptively adjust weights. AdaBoost uses higher weights, which seems difficult for component classifier. It combines all the component classifiers to make decision. It is sensitive to noisy data. It is less susceptible to the over-fitting. It is very fast, simple and easy to program, versatile, and no parameters to tune (except t). Its disadvantages are weak classifiers too complex leads to over-fitting, weak classifiers too weak can lead to low margins, and can also lead to over-fitting, and from empirical evidence, AdaBoost is particularly vulnerable to uniform noise [13][14]. Discrete wavelet transforms (level 4) Wavelet coefficients Statistics over wavelet coefficients Linear Support Vector Machine AdaBoost SVM Classifications & Misclassifications Classification
  • 3. Neelam Rout, International Journal of Advance research, Ideas and Innovations in Technology. © 2014, IJARIIT All Rights Reserved Page | 3 C. Connection and Comparison between Linear & AdaBoost SVM The Boosting and Support Vector Machines methods are “essentially the same” except the measuring techniques for the margin. Boosting relies only the most salient dimensions and SVMs uses kernel tricks (l2 norm) to compute scalar products in feature space and boosting uses l1-norm [17]. Using any desired linear or non-linear hyper-plane, SVMs globally and explicitly maximize the margin while minimizing the number of wrongly classified examples while in a greedy fashion with lowest error, AdaBoost combines a set of weak learners in order to form a strong classifier. IV.DISCUSSION OF PRACTICAL IMPLEMENTATION & RESULTS OF SVM A. Linearly separable SVM [Fig 2: Linearly separable SVM 1] [Fig 3: Result of linearly separable SVM 1] TABLE 1 LINEARLY SEPARABLE SVM 1 [Fig 4: Linearly separable SVM 2] [Fig 5: Result of linearly separable SVM 2]
  • 4. Neelam Rout, International Journal of Advance research, Ideas and Innovations in Technology. © 2014, IJARIIT All Rights Reserved Page | 4 TABLE 2 LINEARLY SEPARABLE SVM 2 Theta Values -9.209138 & 10.543934 Support Vectors 70 Misclassifications 3 Classifications 67 B. AdaBoost SVM [Fig 6: Training data for AdaBoost SVM model] [Fig 7: Training data classified with SVM model] [Fig 8: Classification error versus weak signal classifier] [Fig 9: Test data classified with model] V. DISCUSSION OF RESULTS In linear SVM 1, different theta values are taken but support vectors are fixed i.e. 400 and the results of classifications and misclassifications are shown. In linear SVM 2, by using training and test data sets, the results of classifications and misclassifications are shown where theta values and support vectors are fixed. In the experiment of AdaBoost SVM, AdaBoost tries to generate a strong classifier. It is done by using a linear combination of a set of weak classifiers which tries to find the best threshold to separate the data into two classes. In each classification step, the boosting part changes the weights of miss-classified data. So that, “weak classifiers” behaves as a “strong classifiers”.
  • 5. Neelam Rout, International Journal of Advance research, Ideas and Innovations in Technology. © 2014, IJARIIT All Rights Reserved Page | 5 VI. CONCLUSIONS & FUTURE WORKS Electroencephalography (EEG) signals give important information about neurobiological disorders and for feature extraction, DWT method is used. Different wavelet coefficients like maximum, minimum, mean and standard deviation are used. Then the result of classifications and misclassifications of Support Vector Machines (Linear and AdaBoost) for EEG signals are shown. AdaBooost SVM is used to convert a weak signal to a strong signal. EEG signal processing is a vast area of research. Different types of feature extraction techniques can be tried to reduce the computational complexity. Other new methodologies can be implemented in this area and further different types of classifiers like hybridize pattern classifiers, kernel SVM can be tested. ACKNOWLEDGMENT I would like to express my special appreciation and thanks to my advisors, Parents and God. REFERENCES [1]. Mohammad Zavid Parvez, Manoranjan Paul, Epileptic seizure detection by analyzing EEG signals using different transformation techniques, Volume 145, 5 December 2014, Pages 190–200. [2]. http://www.meb.unibonn.de/epileptologie/science/physik/eegdata.html. [3]. S.Soltani, On the use of the wavelet decomposition for time series prediction, Neurocomputing, vol. 48, pp. 267 - 277, 2002. [4]. Qi Xu*, Hui Zhou, YongjiWang, Jian Huang, Fuzzy support vector machine for classification of EEG signals using wavelet-based features, Medical Engineering & Physics 31 (2009) 858–865. [5]. Deng Wang*, Duoqian Miao, Chen Xie, Best basis-based wavelet packet entropy feature extraction and hierarchical EEG classification for epileptic detection, Expert Systems with Applications 38 (2011) 14314–14320. [6]. Abdulhamit Subasi*, M. Ismail Gursoy, EEG signal classification using PCA, ICA, LDA and support vector machines, Expert Systems with Applications 37 (2010) 8659–8666. [7]. Elif Derya U¨ beyli*, Decision support systems for time-varying biomedical signals: EEG signals classification, Expert Systems with Applications 36 (2009) 2275–2284. [8]. Suryannarayana Chandaka, Amitava Chatterjee*, Sugata Munshi, Cross-correlation aided support vector machine classifier for classification of EEG signals, Expert Systems with Applications 36 (2009) 1329–1336. [9]. Elif Derya U¨beyli*, Support vector machines for detection of electrocardiographic changes in partial epileptic patients, Engineering Applications of Artificial Intelligence 21 (2008) 1196–1203. [10]. Babak Mohammadzadeh Asl*, Seyed Kamaledin Setarehdan, Maryam Mohebbi, Support vector machine-based arrhythmia classification using reduced features of heart rate variability signal, Artificial Intelligence in Medicine (2008) 44, 51—64. [11]. Sebastián Maldonado , Richard Weber , Fazel Famili, Feature selection for high-dimensional class-imbalanced data sets using Support Vector Machines, Information Sciences 286 (2014) 228–246. [12]. Elif Derya Übeyli*, Analysis of EEG signals by combining eigenvector methods and multiclass support vector machines, Computers in Biology and Medicine 38 (2008) 14 – 22. [13]. Xue-Fang Chen, Hong-Jie Xing*, Xi-Zhao Wang, A modified AdaBoost method for one-class SVM and its application to novelty detection, Systems, Man, and Cybernetics (SMC), 2011 IEEE International Conference on , Page(s): 3506 – 3511, ISBN: 978-1-4577-0652-3.
  • 6. Neelam Rout, International Journal of Advance research, Ideas and Innovations in Technology. © 2014, IJARIIT All Rights Reserved Page | 6 [14]. Chengming Liu, Manchun Li*, Yongxue Liu*, Jieli Chen, Chenglei Shen, Application of Adaboost Based Ensemble SVM on IKONOS Image Classification, Geoinformatics, 2010 18th International Conference on , Page(s):1 – 5, ISBN: 978-1-4244-7301-4. [15]. Enrique Romero*, Llu12s M3arquez, Xavier Carreras, Margin maximization with feed-forward neural networks: a comparative study with SVM and AdaBoost, Neurocomputing 57 (2004) 313 – 344. [16]. Xuchun Li*, Lei Wang, Eric Sung, AdaBoost with SVM-based component classifiers, Engineering Applications of Artificial Intelligence 21 (2008) 785–795. [17]. Hanif Mohaddes Deylami, Yashwant Prasad Singh, Adaboost and SVM based cybercrime detection and prevention model, Artificial Intelligence Research, December 2012, Vol. 1, No. 2. [18]. E. D.U beyli, Combined neural network model employing wavelet coefficients for EEG signals classification, Digital Signal Processing, vol. 19, pp. 297-308, 2009.