SlideShare a Scribd company logo
1 of 10
Download to read offline
International Journal on Cybernetics & Informatics (IJCI) Vol. 5, No. 5, October 2016
DOI: 10.5121/ijci.2016.5501 1
EEG SIGNAL IDENTIFICATION USING SINGLE-LAYER
NEURAL NETWORK
Quang Chuyen Lam1
and Luong Anh Tuan Nguyen2
and Huu Khuong Nguyen2
1
Ho Chi Minh City Industry And Trade College, Vietnam
2
Ho Chi Minh City University of Transport, Vietnam
ABSTRACT
EEG signal analysis is applied in various fields such as medicine, communication and control. To control
based on EEG signals achieved good result, the system must identify effectively EEG signals. In this paper,
a novel approach proposes the EEG signal identification based on image with the EEG signal processing
via Wavelet transform and the identification via single-layer neural network. The system model is designed
and evaluated with the dataset of 21,000 samples. The accuracy rate can obtain 91.15%.
KEYWORDS
EEG signal, Wavelet Transform, Neural Network
1. INTRODUCTION
EEG signal analysis was applied in medicine such as early detection of Alzheimer [1], epilepsy
[2], etc. and applied in telecommunication such as calling or listening music based on EEG brain
signal [3]. In these recent years, EEG-based control systems are more interested by researchers.
However, the result of EEG signal identification must be very good, the controlling based on
EEG signal will be better. The previous studies identifying EEG signals based on blink [4] or eye
movement [5].
In this paper, we propose a novel approach of EEG signal identification based on the image.
When users look at two different images such as animal image and landscape image, the obtained
EEG signals will different. The proposed technique uses Mexican hat Wavelet transform to
convert EEG signal, then synthesize and normalize the input values for single-layer neural
network to identify.
The rest of this paper is organized as follows: Section 2 presents the theoretical basis of EEG
signal. System design is shown in section 3. Section 4 is experimental procedure and
experimental results. Finally, section 5 concludes the paper and figures out the future works.
2. THE THEORETICAL BASIS OF EEG SIGNAL
The characteristic of EEG signals is constantly changing with the frequency from 0 - 100Hz.
Figure 1 shows recorded EEG signal. EEG signals are recorded by electrode cap or headset with
different channels such as 14-channel, 16-channel, 31-channel, etc. Figure 2 and Figure 3
describe the device used for recording EEG signals such as electrode cap and headset. EEG signal
International Journal on Cybernetics & Informatics (IJCI) Vol. 5, No. 5, October 2016
2
is divided into 5 types of wave as follows: delta (1-4 Hz), theta (4-8 Hz), alpha (8-13 Hz), beta
(13-30 Hz) and gamma (30-100 Hz) [6].
Figure 1. Description of recorded EEG signal
Figure 2. Electrode cap
Figure 3. Headset
International Journal on Cybernetics & Informatics (IJCI) Vol. 5, No. 5, October 2016
3
3. THE SYSTEM DESIGN
3.1. System Model
The system model including 2 phases is presented in Figure 4.
Figure 4. System model
The first phase: The pre-processing process converts raw EEG signals into delta, theta, alpha, beta
and gamma waves. Then, synthesize to 5 delta, theta, alpha, beta and gamma waves.
The second phase: The single-layer neural network including 5 input nodes (delta, theta, alpha,
beta and gamma) and one output node used for determining the result of identification.
3.2. Pre-Processing Process
Pre-processing process including two phases is presented in Figure 5.
The first phase: Convert EEG signal into delta, theta, alpha, beta and gamma waves using
Mexican hat Wavelet transform by (1) and (2) [7].
*1
( , ) ( )
t b
W a b x t dt
aa
y
¥
- ¥
æ ö- ÷ç= ÷ç ÷çè øò (1)
2
2 /2
1/4
2
( ) (1 )
3
t
t t ey
p
-
= - (2)
International Journal on Cybernetics & Informatics (IJCI) Vol. 5, No. 5, October 2016
4
where, x(t) is the signal at interval a and time b. Mexican hat Wavelet is illustrated in Figure 6.
Figure 5. Pre-processing process
Figure 6. Mexican hat Wavelet
The second phase: Synthesize 5 delta, theta, alpha, beta and gamma waves by (3).
31
1
, 1..5
31
ik
i
k
x
W k=
= =
å
(3)
International Journal on Cybernetics & Informatics (IJCI) Vol. 5, No. 5, October 2016
5
Where, k ranges from 1 to 5 corresponding to 5 signal such as delta (k=1), theta (k=2), alpha
(k=3), beta (k=4), gamma (k=5) and xik is the value of the kth
signal and the ith
raw signal.
Figure 7 shows EEG signal received from the 31-channel device, Figure 8 shows a signal channel
converted by the Wavelet transform via Matlab.
Figure 7. 31 recorded EEG signal
Figure 8. A signal channel is processed by Wavelet transform
3.2. Single-Layer Neural Network
The model including 2 layers is presented in figure 9.
International Journal on Cybernetics & Informatics (IJCI) Vol. 5, No. 5, October 2016
6
Figure 9. Single-layer Neural Network
The first layer contains 5 nodes such as delta, theta, alpha, beta and gamma waves. This layer is
called the input layer.
The second layer contains one node, the result of this node is used to identify EEG signal. Due to
the action function used in this model is hyperbolic tangent function, the value of the output node
ranges in the interval [-1, 1]. If the output value ranges in the interval [0, 1], the identification
result is a landscape image. If the output value ranges in the interval [-1, 0), the identification
result is a animal image. Figure 10 shows the output result.
The network training algorithm for this model is the back-propagation algorithm [8]. After the
training, the optimal weights will be used for the identification process.
The identification process is performed in 2 phases as follows:
The first phase: synthesize input nodes by (4).
5
1
.i i
i
O x w
=
= å (4)
Where, xi, wi are the value and the weights of Alpha, Beta, Delta, Gamma, Theta node.
The second phase: The value of output node is calculated by (5).
O O
O O
e e
f
e e
-
-
-
=
+
(5)
International Journal on Cybernetics & Informatics (IJCI) Vol. 5, No. 5, October 2016
7
Where, O is the output value is calculated from (4).
Figure 10. Classification of identification results
4. EXPERIMENTAL RESULTS AND DISCUSSION
We have selected 21,000 samples including 10,000 animal image samples and 11,000 landscape
image samples from [9]. We create the training dataset that contains 7,000 animal image samples
and 8,000 landscape image samples and the testing dataset that contains 3,000 animal image
samples and 3,000 landscape image samples.
The data collected on the experimental process of some volunteer participants are as follows: The
participants wear hat with recording 31-channels EEG signals and sit in front of a computer
screen about 110cm, they perform two tasks alternately: classification and identification. The
participants will perform in two days: the first day including 11 persons perform and the second
day including 10 persons perform. Each person performs 1,000 pictures for one task.
To start work, the participant will press and hold the touch button. An 8-bit color image (256
pixels of width and 256 pixels of height) appears in about 200ms, the participant will release the
button if the image is the animal picture. The first period of 1000ms is considered the reaction
time of the participant, the total time for an experimental image is 2000 ± 200ms described in
Figure 11
Figure 11. The schema for an image
International Journal on Cybernetics & Informatics (IJCI) Vol. 5, No. 5, October 2016
8
In the classification, the participants will react whenever there was animal or landscape in image,
then signal will be recorded.
The system using Matlab for experimental process, the neural network is divided into two
experimental phases:
The training phase is performed on the training data set with the following parameters:
- Learning rate: 0.7
- Number of epochs: 5,000
- The weights: initialize weights random values from 0 to 1.
- Mean error threshold value: 10-5
and based on RMSE (Root Mean Square Error).
The identification phase based on the optimal weights received from training phase and
equations (4), (5) to determine the identification results on the testing dataset.
Experimental results on the testing dataset is shown in Table 1.
Table 1. The experimental results on testing data set
Categories Picture Accuracy rate
France Landscape 99,13%
Wild sheep Animal 98,67%
Wild cats Animal 99,28%
Bali, Indonesia Landscape 62,44%
Wild animals Animal 99,64%
California Landscape 56,89%
Wolves Animal 98,64%
Mushrooms Landscape 95,16%
Kenya Animal 99,76%
The big Apple Landscape 98,79%
Snakes, Animal 98,32%
Caves Animal 67,18%
Polar bears Animal 99,03%
Exotic Hong Landscape 98,72%
Images of Landscape 99,37%
Fabulous fruit Landscape 98,25%
Wild animals Animal 93,97%
Sand & solitude Animal 98,42%
Lions Animal 62,78%
Great Silk Road Landscape 98,47%
From the experimental results in Table 1, we found that the average accuracy rate of 91.15%.
This result is also compared to some previous studies such as the technique [4] identify EEG
signals based on blink with 15,360 samples and reach 90.85%, the technique [10] based on eye
International Journal on Cybernetics & Informatics (IJCI) Vol. 5, No. 5, October 2016
9
movement by 2 experiments with 3,600 samples and 8,320 samples and reach 85%. We found
that the proposed technique identifies better. Moreover, the proposed technique may apply for
people with weak eye muscles or people with one eye. Figure 12 shows the comparison of
techniques..
Figure 12. The comparison of techniques
5. CONCLUSION
In this paper, we propose a novel approach to identify EEG signals based on recorded signal
when looking at the animal image or landscape image by using Mexican hat Wavelet transform
and single-layer neural network. The proposed technique is experimented with 21,000 samples
via Matlab and the achieved result is 91.15%.
In the future, we will develop this technique by improving pre-processing process to remove
noise from original EEG signal before Wavelet transform, and improving neural network to
enhance the efficiency of identification. Besides, the system will improve to identify more
different types of image for EEG signal.
REFERENCES
[1] Hornero et al., 2009. Nonlinear analysis of electroencephalogram and magnetoencephalogram
recordings in patients with Alzheimer’s disease. Phil. Trans. R. Soc. A 367:317–336.
[2] Smith S J M. EEG in the diagnosis, classification, and management of patients with epilepsy. Journal
of Neurol Neurosurg and Psychiatry 2005;76:ii2-ii7
[3] Demo-Video. Neurophone (2016). http://www.youtube.com/watch?v=tc82Z_yfEwc
[4] Brijil Chambayil, Rajesh Singla, R. Jha, “EEG Eye Blink Classification Using Neural Network”, pp
603-608, vol 1, Springer-Verlag Berlin Heidelberg, July 2, 2010..
[5] Chadwick, N.A.; McMeekin, D.A.; Tan, T., Classifying eye and head movement artifacts in EEG
signals, Proceedings of the 5th IEEE International Conference on Digital Ecosystems and
Technologies Conference (DEST), pp. 285 – 291, 2011.
[6] A. Grant, J. A. Hinojosa, and M. S. Oliveira, “Methods of EEG Signal Features Extraction Using
Linear Analysis in Frequency and Time – Frequency Domains” Hindawi Publishing Corporation
ISRN Neuroscience Volume 2014, Article ID 730218, pp 1-7, http://dx.doi.org/10.1155/2014/730218.
International Journal on Cybernetics & Informatics (IJCI) Vol. 5, No. 5, October 2016
10
[7] Alexander J. Casson, David C. Yates, Shyam Patel and Esther Rodriguez-Villegas, An analogue
bandpass filter realisation of the Continuous Wavelet Transform, Proceedings of the 29th Annual
International Conference of the IEEE EMBS, pp. 1850-1854Lyon, France August 23-26, 2007.
[8] Jiawei Han, Micheline Kamber (2006), Data Mining: Concepts and Techniques, Second Edition,
Elsevier Inc. All rights reserved.
[9] EEG Data (2016), URL: http://sccn.ucsd.edu/~arno/fam2data/publicly_available_EEG_data.html.
[10] Abdelkader Nasreddine Belkacem, Hideaki Hirose, Natsue Yoshimura, Duk Shin,Yasuharu Koike,
Classification of Four Eye Directions from EEG Signals for Eye-Movement-Based Communication
Systems, Journal of Medical and Biological Engineering, 34(6): 581-58, December 2014.

More Related Content

What's hot

IRJET- Investigation of Electroencephalogram Signals in Different Posture...
IRJET-  	  Investigation of Electroencephalogram Signals in Different Posture...IRJET-  	  Investigation of Electroencephalogram Signals in Different Posture...
IRJET- Investigation of Electroencephalogram Signals in Different Posture...IRJET Journal
 
Iaetsd recognition of emg based hand gestures
Iaetsd recognition of emg based hand gesturesIaetsd recognition of emg based hand gestures
Iaetsd recognition of emg based hand gesturesIaetsd Iaetsd
 
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
 
A Bayesian Approach for Modeling Sensor Influence on Quality, Liveness and Ma...
A Bayesian Approach for Modeling SensorInfluence on Quality, Liveness and Ma...A Bayesian Approach for Modeling SensorInfluence on Quality, Liveness and Ma...
A Bayesian Approach for Modeling Sensor Influence on Quality, Liveness and Ma...AjitaRattani
 
11.a novel neural network classifier for brain computer
11.a novel neural network classifier for brain computer11.a novel neural network classifier for brain computer
11.a novel neural network classifier for brain computerAlexander Decker
 
A novel neural network classifier for brain computer
A novel neural network classifier for brain computerA novel neural network classifier for brain computer
A novel neural network classifier for brain computerAlexander Decker
 
Improved feature exctraction process to detect seizure using CHBMIT-dataset ...
Improved feature exctraction process to detect seizure  using CHBMIT-dataset ...Improved feature exctraction process to detect seizure  using CHBMIT-dataset ...
Improved feature exctraction process to detect seizure using CHBMIT-dataset ...IJECEIAES
 
Object Recogniton Based on Undecimated Wavelet Transform
Object Recogniton Based on Undecimated Wavelet TransformObject Recogniton Based on Undecimated Wavelet Transform
Object Recogniton Based on Undecimated Wavelet TransformIJCOAiir
 
Comparison Analysis of Gait Classification for Human Motion Identification Us...
Comparison Analysis of Gait Classification for Human Motion Identification Us...Comparison Analysis of Gait Classification for Human Motion Identification Us...
Comparison Analysis of Gait Classification for Human Motion Identification Us...IJECEIAES
 
EMG Diagnosis using Neural Network Classifier with Time Domain and AR Features
EMG Diagnosis using Neural Network Classifier with Time Domain and AR FeaturesEMG Diagnosis using Neural Network Classifier with Time Domain and AR Features
EMG Diagnosis using Neural Network Classifier with Time Domain and AR FeaturesIDES Editor
 
rob 537 final paper(fourth modify)
rob 537 final paper(fourth modify)rob 537 final paper(fourth modify)
rob 537 final paper(fourth modify)Huanchi Cao
 

What's hot (15)

Ag044216224
Ag044216224Ag044216224
Ag044216224
 
I365358
I365358I365358
I365358
 
IRJET- Investigation of Electroencephalogram Signals in Different Posture...
IRJET-  	  Investigation of Electroencephalogram Signals in Different Posture...IRJET-  	  Investigation of Electroencephalogram Signals in Different Posture...
IRJET- Investigation of Electroencephalogram Signals in Different Posture...
 
Iaetsd recognition of emg based hand gestures
Iaetsd recognition of emg based hand gesturesIaetsd recognition of emg based hand gestures
Iaetsd recognition of emg based hand gestures
 
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
 
A Bayesian Approach for Modeling Sensor Influence on Quality, Liveness and Ma...
A Bayesian Approach for Modeling SensorInfluence on Quality, Liveness and Ma...A Bayesian Approach for Modeling SensorInfluence on Quality, Liveness and Ma...
A Bayesian Approach for Modeling Sensor Influence on Quality, Liveness and Ma...
 
11.a novel neural network classifier for brain computer
11.a novel neural network classifier for brain computer11.a novel neural network classifier for brain computer
11.a novel neural network classifier for brain computer
 
A novel neural network classifier for brain computer
A novel neural network classifier for brain computerA novel neural network classifier for brain computer
A novel neural network classifier for brain computer
 
Improved feature exctraction process to detect seizure using CHBMIT-dataset ...
Improved feature exctraction process to detect seizure  using CHBMIT-dataset ...Improved feature exctraction process to detect seizure  using CHBMIT-dataset ...
Improved feature exctraction process to detect seizure using CHBMIT-dataset ...
 
Object Recogniton Based on Undecimated Wavelet Transform
Object Recogniton Based on Undecimated Wavelet TransformObject Recogniton Based on Undecimated Wavelet Transform
Object Recogniton Based on Undecimated Wavelet Transform
 
Comparison Analysis of Gait Classification for Human Motion Identification Us...
Comparison Analysis of Gait Classification for Human Motion Identification Us...Comparison Analysis of Gait Classification for Human Motion Identification Us...
Comparison Analysis of Gait Classification for Human Motion Identification Us...
 
EMG Diagnosis using Neural Network Classifier with Time Domain and AR Features
EMG Diagnosis using Neural Network Classifier with Time Domain and AR FeaturesEMG Diagnosis using Neural Network Classifier with Time Domain and AR Features
EMG Diagnosis using Neural Network Classifier with Time Domain and AR Features
 
rob 537 final paper(fourth modify)
rob 537 final paper(fourth modify)rob 537 final paper(fourth modify)
rob 537 final paper(fourth modify)
 
FYP
FYPFYP
FYP
 
A04820104
A04820104A04820104
A04820104
 

Viewers also liked

Rajesh aggarwal wiitf2013-varindia2
Rajesh aggarwal wiitf2013-varindia2Rajesh aggarwal wiitf2013-varindia2
Rajesh aggarwal wiitf2013-varindia2VARINDIA
 
Deepak sahu-3rdwiitf-2013-varindia
Deepak sahu-3rdwiitf-2013-varindiaDeepak sahu-3rdwiitf-2013-varindia
Deepak sahu-3rdwiitf-2013-varindiaVARINDIA
 
FALLAS 2014
FALLAS 2014FALLAS 2014
FALLAS 2014maria
 
Cuaderno Catarsis - Joao Quiróz Govea
Cuaderno Catarsis - Joao Quiróz GoveaCuaderno Catarsis - Joao Quiróz Govea
Cuaderno Catarsis - Joao Quiróz Goveajoaoquiroz
 
Extreme Warnings From The Lord Jesus Christ Himself!!!
Extreme Warnings From The Lord Jesus Christ Himself!!!Extreme Warnings From The Lord Jesus Christ Himself!!!
Extreme Warnings From The Lord Jesus Christ Himself!!!Sammie Ade
 
Introdução a Informática (material de apoio)
Introdução a Informática (material de apoio)Introdução a Informática (material de apoio)
Introdução a Informática (material de apoio)André Silva
 
Winchester Star - Santa p1
Winchester Star - Santa p1Winchester Star - Santa p1
Winchester Star - Santa p1D. Scot
 
38935 utilización basica de las tic para elbuen desempeño escolar de los ni...
38935   utilización basica de las tic para elbuen desempeño escolar de los ni...38935   utilización basica de las tic para elbuen desempeño escolar de los ni...
38935 utilización basica de las tic para elbuen desempeño escolar de los ni...angelmanuel22
 
Marketing DC Overivew
Marketing DC OverivewMarketing DC Overivew
Marketing DC OverivewBob Relyea
 

Viewers also liked (20)

rock4
rock4rock4
rock4
 
Application forms in 30 minutes
Application forms in 30 minutesApplication forms in 30 minutes
Application forms in 30 minutes
 
Rajesh aggarwal wiitf2013-varindia2
Rajesh aggarwal wiitf2013-varindia2Rajesh aggarwal wiitf2013-varindia2
Rajesh aggarwal wiitf2013-varindia2
 
023
023023
023
 
Kafer stais
Kafer staisKafer stais
Kafer stais
 
Slide 1
Slide 1Slide 1
Slide 1
 
Deepak sahu-3rdwiitf-2013-varindia
Deepak sahu-3rdwiitf-2013-varindiaDeepak sahu-3rdwiitf-2013-varindia
Deepak sahu-3rdwiitf-2013-varindia
 
Eurooppa 2014 kartta - Europa 2014 kartan
Eurooppa 2014 kartta - Europa 2014 kartanEurooppa 2014 kartta - Europa 2014 kartan
Eurooppa 2014 kartta - Europa 2014 kartan
 
FALLAS 2014
FALLAS 2014FALLAS 2014
FALLAS 2014
 
Tecnologia
TecnologiaTecnologia
Tecnologia
 
020
020020
020
 
Cuaderno Catarsis - Joao Quiróz Govea
Cuaderno Catarsis - Joao Quiróz GoveaCuaderno Catarsis - Joao Quiróz Govea
Cuaderno Catarsis - Joao Quiróz Govea
 
redactar ensayo
redactar ensayoredactar ensayo
redactar ensayo
 
Extreme Warnings From The Lord Jesus Christ Himself!!!
Extreme Warnings From The Lord Jesus Christ Himself!!!Extreme Warnings From The Lord Jesus Christ Himself!!!
Extreme Warnings From The Lord Jesus Christ Himself!!!
 
Introdução a Informática (material de apoio)
Introdução a Informática (material de apoio)Introdução a Informática (material de apoio)
Introdução a Informática (material de apoio)
 
2015 Service Consultant
2015 Service Consultant2015 Service Consultant
2015 Service Consultant
 
Winchester Star - Santa p1
Winchester Star - Santa p1Winchester Star - Santa p1
Winchester Star - Santa p1
 
MA Degree
MA DegreeMA Degree
MA Degree
 
38935 utilización basica de las tic para elbuen desempeño escolar de los ni...
38935   utilización basica de las tic para elbuen desempeño escolar de los ni...38935   utilización basica de las tic para elbuen desempeño escolar de los ni...
38935 utilización basica de las tic para elbuen desempeño escolar de los ni...
 
Marketing DC Overivew
Marketing DC OverivewMarketing DC Overivew
Marketing DC Overivew
 

Similar to EEG SIGNAL IDENTIFICATION USING SINGLE-LAYER NEURAL NETWORK

Brain-computer interface of focus and motor imagery using wavelet and recurre...
Brain-computer interface of focus and motor imagery using wavelet and recurre...Brain-computer interface of focus and motor imagery using wavelet and recurre...
Brain-computer interface of focus and motor imagery using wavelet and recurre...TELKOMNIKA JOURNAL
 
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
 
Classification of EEG Signal for Epileptic Seizure DetectionusingEMD and ELM
Classification of EEG Signal for Epileptic Seizure DetectionusingEMD and ELMClassification of EEG Signal for Epileptic Seizure DetectionusingEMD and ELM
Classification of EEG Signal for Epileptic Seizure DetectionusingEMD and ELMIJTET Journal
 
chapter10
chapter10chapter10
chapter10butest
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksTELKOMNIKA JOURNAL
 
Robot Motion Control Using the Emotiv EPOC EEG System
Robot Motion Control Using the Emotiv EPOC EEG SystemRobot Motion Control Using the Emotiv EPOC EEG System
Robot Motion Control Using the Emotiv EPOC EEG SystemjournalBEEI
 
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
 
IRJET-A Survey on Effect of Meditation on Attention Level Using EEG
IRJET-A Survey on Effect of Meditation on Attention Level Using EEGIRJET-A Survey on Effect of Meditation on Attention Level Using EEG
IRJET-A Survey on Effect of Meditation on Attention Level Using EEGIRJET Journal
 
IRJET- Analysis of Electroencephalogram (EEG) Signals
IRJET- Analysis of Electroencephalogram (EEG) SignalsIRJET- Analysis of Electroencephalogram (EEG) Signals
IRJET- Analysis of Electroencephalogram (EEG) SignalsIRJET Journal
 
An artificial neural network model for classification of epileptic seizures u...
An artificial neural network model for classification of epileptic seizures u...An artificial neural network model for classification of epileptic seizures u...
An artificial neural network model for classification of epileptic seizures u...ijsc
 
An Artificial Neural Network Model for Classification of Epileptic Seizures U...
An Artificial Neural Network Model for Classification of Epileptic Seizures U...An Artificial Neural Network Model for Classification of Epileptic Seizures U...
An Artificial Neural Network Model for Classification of Epileptic Seizures U...ijsc
 
An Artificial Neural Network Model for Classification of Epileptic Seizures U...
An Artificial Neural Network Model for Classification of Epileptic Seizures U...An Artificial Neural Network Model for Classification of Epileptic Seizures U...
An Artificial Neural Network Model for Classification of Epileptic Seizures U...ijsc
 
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
 
Classification of emotions induced by horror and relaxing movies using single-...
Classification of emotions induced by horror and relaxing movies using single-...Classification of emotions induced by horror and relaxing movies using single-...
Classification of emotions induced by horror and relaxing movies using single-...IJECEIAES
 
Matthew Gray Summer 2015 Presentation
Matthew Gray Summer 2015 PresentationMatthew Gray Summer 2015 Presentation
Matthew Gray Summer 2015 PresentationMatthew Gray
 
Moving One Dimensional Cursor Using Extracted Parameter
Moving One Dimensional Cursor Using Extracted ParameterMoving One Dimensional Cursor Using Extracted Parameter
Moving One Dimensional Cursor Using Extracted ParameterCSCJournals
 

Similar to EEG SIGNAL IDENTIFICATION USING SINGLE-LAYER NEURAL NETWORK (20)

Brain-computer interface of focus and motor imagery using wavelet and recurre...
Brain-computer interface of focus and motor imagery using wavelet and recurre...Brain-computer interface of focus and motor imagery using wavelet and recurre...
Brain-computer interface of focus and motor imagery using wavelet and recurre...
 
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
 
STRESS ANALYSIS
STRESS ANALYSISSTRESS ANALYSIS
STRESS ANALYSIS
 
Classification of EEG Signal for Epileptic Seizure DetectionusingEMD and ELM
Classification of EEG Signal for Epileptic Seizure DetectionusingEMD and ELMClassification of EEG Signal for Epileptic Seizure DetectionusingEMD and ELM
Classification of EEG Signal for Epileptic Seizure DetectionusingEMD and ELM
 
chapter10
chapter10chapter10
chapter10
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networks
 
Robot Motion Control Using the Emotiv EPOC EEG System
Robot Motion Control Using the Emotiv EPOC EEG SystemRobot Motion Control Using the Emotiv EPOC EEG System
Robot Motion Control Using the Emotiv EPOC EEG System
 
IRJET- Analysis of Epilepsy using Approximate Entropy Algorithm
IRJET- Analysis of Epilepsy using Approximate Entropy AlgorithmIRJET- Analysis of Epilepsy using Approximate Entropy Algorithm
IRJET- Analysis of Epilepsy using Approximate Entropy Algorithm
 
Int conf 03
Int conf 03Int conf 03
Int conf 03
 
IRJET-A Survey on Effect of Meditation on Attention Level Using EEG
IRJET-A Survey on Effect of Meditation on Attention Level Using EEGIRJET-A Survey on Effect of Meditation on Attention Level Using EEG
IRJET-A Survey on Effect of Meditation on Attention Level Using EEG
 
40120130405007
4012013040500740120130405007
40120130405007
 
IRJET- Analysis of Electroencephalogram (EEG) Signals
IRJET- Analysis of Electroencephalogram (EEG) SignalsIRJET- Analysis of Electroencephalogram (EEG) Signals
IRJET- Analysis of Electroencephalogram (EEG) Signals
 
An artificial neural network model for classification of epileptic seizures u...
An artificial neural network model for classification of epileptic seizures u...An artificial neural network model for classification of epileptic seizures u...
An artificial neural network model for classification of epileptic seizures u...
 
An Artificial Neural Network Model for Classification of Epileptic Seizures U...
An Artificial Neural Network Model for Classification of Epileptic Seizures U...An Artificial Neural Network Model for Classification of Epileptic Seizures U...
An Artificial Neural Network Model for Classification of Epileptic Seizures U...
 
An Artificial Neural Network Model for Classification of Epileptic Seizures U...
An Artificial Neural Network Model for Classification of Epileptic Seizures U...An Artificial Neural Network Model for Classification of Epileptic Seizures U...
An Artificial Neural Network Model for Classification of Epileptic Seizures U...
 
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
 
Classification of emotions induced by horror and relaxing movies using single-...
Classification of emotions induced by horror and relaxing movies using single-...Classification of emotions induced by horror and relaxing movies using single-...
Classification of emotions induced by horror and relaxing movies using single-...
 
Matthew Gray Summer 2015 Presentation
Matthew Gray Summer 2015 PresentationMatthew Gray Summer 2015 Presentation
Matthew Gray Summer 2015 Presentation
 
Moving One Dimensional Cursor Using Extracted Parameter
Moving One Dimensional Cursor Using Extracted ParameterMoving One Dimensional Cursor Using Extracted Parameter
Moving One Dimensional Cursor Using Extracted Parameter
 
K010225156
K010225156K010225156
K010225156
 

Recently uploaded

APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 

Recently uploaded (20)

Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 

EEG SIGNAL IDENTIFICATION USING SINGLE-LAYER NEURAL NETWORK

  • 1. International Journal on Cybernetics & Informatics (IJCI) Vol. 5, No. 5, October 2016 DOI: 10.5121/ijci.2016.5501 1 EEG SIGNAL IDENTIFICATION USING SINGLE-LAYER NEURAL NETWORK Quang Chuyen Lam1 and Luong Anh Tuan Nguyen2 and Huu Khuong Nguyen2 1 Ho Chi Minh City Industry And Trade College, Vietnam 2 Ho Chi Minh City University of Transport, Vietnam ABSTRACT EEG signal analysis is applied in various fields such as medicine, communication and control. To control based on EEG signals achieved good result, the system must identify effectively EEG signals. In this paper, a novel approach proposes the EEG signal identification based on image with the EEG signal processing via Wavelet transform and the identification via single-layer neural network. The system model is designed and evaluated with the dataset of 21,000 samples. The accuracy rate can obtain 91.15%. KEYWORDS EEG signal, Wavelet Transform, Neural Network 1. INTRODUCTION EEG signal analysis was applied in medicine such as early detection of Alzheimer [1], epilepsy [2], etc. and applied in telecommunication such as calling or listening music based on EEG brain signal [3]. In these recent years, EEG-based control systems are more interested by researchers. However, the result of EEG signal identification must be very good, the controlling based on EEG signal will be better. The previous studies identifying EEG signals based on blink [4] or eye movement [5]. In this paper, we propose a novel approach of EEG signal identification based on the image. When users look at two different images such as animal image and landscape image, the obtained EEG signals will different. The proposed technique uses Mexican hat Wavelet transform to convert EEG signal, then synthesize and normalize the input values for single-layer neural network to identify. The rest of this paper is organized as follows: Section 2 presents the theoretical basis of EEG signal. System design is shown in section 3. Section 4 is experimental procedure and experimental results. Finally, section 5 concludes the paper and figures out the future works. 2. THE THEORETICAL BASIS OF EEG SIGNAL The characteristic of EEG signals is constantly changing with the frequency from 0 - 100Hz. Figure 1 shows recorded EEG signal. EEG signals are recorded by electrode cap or headset with different channels such as 14-channel, 16-channel, 31-channel, etc. Figure 2 and Figure 3 describe the device used for recording EEG signals such as electrode cap and headset. EEG signal
  • 2. International Journal on Cybernetics & Informatics (IJCI) Vol. 5, No. 5, October 2016 2 is divided into 5 types of wave as follows: delta (1-4 Hz), theta (4-8 Hz), alpha (8-13 Hz), beta (13-30 Hz) and gamma (30-100 Hz) [6]. Figure 1. Description of recorded EEG signal Figure 2. Electrode cap Figure 3. Headset
  • 3. International Journal on Cybernetics & Informatics (IJCI) Vol. 5, No. 5, October 2016 3 3. THE SYSTEM DESIGN 3.1. System Model The system model including 2 phases is presented in Figure 4. Figure 4. System model The first phase: The pre-processing process converts raw EEG signals into delta, theta, alpha, beta and gamma waves. Then, synthesize to 5 delta, theta, alpha, beta and gamma waves. The second phase: The single-layer neural network including 5 input nodes (delta, theta, alpha, beta and gamma) and one output node used for determining the result of identification. 3.2. Pre-Processing Process Pre-processing process including two phases is presented in Figure 5. The first phase: Convert EEG signal into delta, theta, alpha, beta and gamma waves using Mexican hat Wavelet transform by (1) and (2) [7]. *1 ( , ) ( ) t b W a b x t dt aa y ¥ - ¥ æ ö- ÷ç= ÷ç ÷çè øò (1) 2 2 /2 1/4 2 ( ) (1 ) 3 t t t ey p - = - (2)
  • 4. International Journal on Cybernetics & Informatics (IJCI) Vol. 5, No. 5, October 2016 4 where, x(t) is the signal at interval a and time b. Mexican hat Wavelet is illustrated in Figure 6. Figure 5. Pre-processing process Figure 6. Mexican hat Wavelet The second phase: Synthesize 5 delta, theta, alpha, beta and gamma waves by (3). 31 1 , 1..5 31 ik i k x W k= = = å (3)
  • 5. International Journal on Cybernetics & Informatics (IJCI) Vol. 5, No. 5, October 2016 5 Where, k ranges from 1 to 5 corresponding to 5 signal such as delta (k=1), theta (k=2), alpha (k=3), beta (k=4), gamma (k=5) and xik is the value of the kth signal and the ith raw signal. Figure 7 shows EEG signal received from the 31-channel device, Figure 8 shows a signal channel converted by the Wavelet transform via Matlab. Figure 7. 31 recorded EEG signal Figure 8. A signal channel is processed by Wavelet transform 3.2. Single-Layer Neural Network The model including 2 layers is presented in figure 9.
  • 6. International Journal on Cybernetics & Informatics (IJCI) Vol. 5, No. 5, October 2016 6 Figure 9. Single-layer Neural Network The first layer contains 5 nodes such as delta, theta, alpha, beta and gamma waves. This layer is called the input layer. The second layer contains one node, the result of this node is used to identify EEG signal. Due to the action function used in this model is hyperbolic tangent function, the value of the output node ranges in the interval [-1, 1]. If the output value ranges in the interval [0, 1], the identification result is a landscape image. If the output value ranges in the interval [-1, 0), the identification result is a animal image. Figure 10 shows the output result. The network training algorithm for this model is the back-propagation algorithm [8]. After the training, the optimal weights will be used for the identification process. The identification process is performed in 2 phases as follows: The first phase: synthesize input nodes by (4). 5 1 .i i i O x w = = å (4) Where, xi, wi are the value and the weights of Alpha, Beta, Delta, Gamma, Theta node. The second phase: The value of output node is calculated by (5). O O O O e e f e e - - - = + (5)
  • 7. International Journal on Cybernetics & Informatics (IJCI) Vol. 5, No. 5, October 2016 7 Where, O is the output value is calculated from (4). Figure 10. Classification of identification results 4. EXPERIMENTAL RESULTS AND DISCUSSION We have selected 21,000 samples including 10,000 animal image samples and 11,000 landscape image samples from [9]. We create the training dataset that contains 7,000 animal image samples and 8,000 landscape image samples and the testing dataset that contains 3,000 animal image samples and 3,000 landscape image samples. The data collected on the experimental process of some volunteer participants are as follows: The participants wear hat with recording 31-channels EEG signals and sit in front of a computer screen about 110cm, they perform two tasks alternately: classification and identification. The participants will perform in two days: the first day including 11 persons perform and the second day including 10 persons perform. Each person performs 1,000 pictures for one task. To start work, the participant will press and hold the touch button. An 8-bit color image (256 pixels of width and 256 pixels of height) appears in about 200ms, the participant will release the button if the image is the animal picture. The first period of 1000ms is considered the reaction time of the participant, the total time for an experimental image is 2000 ± 200ms described in Figure 11 Figure 11. The schema for an image
  • 8. International Journal on Cybernetics & Informatics (IJCI) Vol. 5, No. 5, October 2016 8 In the classification, the participants will react whenever there was animal or landscape in image, then signal will be recorded. The system using Matlab for experimental process, the neural network is divided into two experimental phases: The training phase is performed on the training data set with the following parameters: - Learning rate: 0.7 - Number of epochs: 5,000 - The weights: initialize weights random values from 0 to 1. - Mean error threshold value: 10-5 and based on RMSE (Root Mean Square Error). The identification phase based on the optimal weights received from training phase and equations (4), (5) to determine the identification results on the testing dataset. Experimental results on the testing dataset is shown in Table 1. Table 1. The experimental results on testing data set Categories Picture Accuracy rate France Landscape 99,13% Wild sheep Animal 98,67% Wild cats Animal 99,28% Bali, Indonesia Landscape 62,44% Wild animals Animal 99,64% California Landscape 56,89% Wolves Animal 98,64% Mushrooms Landscape 95,16% Kenya Animal 99,76% The big Apple Landscape 98,79% Snakes, Animal 98,32% Caves Animal 67,18% Polar bears Animal 99,03% Exotic Hong Landscape 98,72% Images of Landscape 99,37% Fabulous fruit Landscape 98,25% Wild animals Animal 93,97% Sand & solitude Animal 98,42% Lions Animal 62,78% Great Silk Road Landscape 98,47% From the experimental results in Table 1, we found that the average accuracy rate of 91.15%. This result is also compared to some previous studies such as the technique [4] identify EEG signals based on blink with 15,360 samples and reach 90.85%, the technique [10] based on eye
  • 9. International Journal on Cybernetics & Informatics (IJCI) Vol. 5, No. 5, October 2016 9 movement by 2 experiments with 3,600 samples and 8,320 samples and reach 85%. We found that the proposed technique identifies better. Moreover, the proposed technique may apply for people with weak eye muscles or people with one eye. Figure 12 shows the comparison of techniques.. Figure 12. The comparison of techniques 5. CONCLUSION In this paper, we propose a novel approach to identify EEG signals based on recorded signal when looking at the animal image or landscape image by using Mexican hat Wavelet transform and single-layer neural network. The proposed technique is experimented with 21,000 samples via Matlab and the achieved result is 91.15%. In the future, we will develop this technique by improving pre-processing process to remove noise from original EEG signal before Wavelet transform, and improving neural network to enhance the efficiency of identification. Besides, the system will improve to identify more different types of image for EEG signal. REFERENCES [1] Hornero et al., 2009. Nonlinear analysis of electroencephalogram and magnetoencephalogram recordings in patients with Alzheimer’s disease. Phil. Trans. R. Soc. A 367:317–336. [2] Smith S J M. EEG in the diagnosis, classification, and management of patients with epilepsy. Journal of Neurol Neurosurg and Psychiatry 2005;76:ii2-ii7 [3] Demo-Video. Neurophone (2016). http://www.youtube.com/watch?v=tc82Z_yfEwc [4] Brijil Chambayil, Rajesh Singla, R. Jha, “EEG Eye Blink Classification Using Neural Network”, pp 603-608, vol 1, Springer-Verlag Berlin Heidelberg, July 2, 2010.. [5] Chadwick, N.A.; McMeekin, D.A.; Tan, T., Classifying eye and head movement artifacts in EEG signals, Proceedings of the 5th IEEE International Conference on Digital Ecosystems and Technologies Conference (DEST), pp. 285 – 291, 2011. [6] A. Grant, J. A. Hinojosa, and M. S. Oliveira, “Methods of EEG Signal Features Extraction Using Linear Analysis in Frequency and Time – Frequency Domains” Hindawi Publishing Corporation ISRN Neuroscience Volume 2014, Article ID 730218, pp 1-7, http://dx.doi.org/10.1155/2014/730218.
  • 10. International Journal on Cybernetics & Informatics (IJCI) Vol. 5, No. 5, October 2016 10 [7] Alexander J. Casson, David C. Yates, Shyam Patel and Esther Rodriguez-Villegas, An analogue bandpass filter realisation of the Continuous Wavelet Transform, Proceedings of the 29th Annual International Conference of the IEEE EMBS, pp. 1850-1854Lyon, France August 23-26, 2007. [8] Jiawei Han, Micheline Kamber (2006), Data Mining: Concepts and Techniques, Second Edition, Elsevier Inc. All rights reserved. [9] EEG Data (2016), URL: http://sccn.ucsd.edu/~arno/fam2data/publicly_available_EEG_data.html. [10] Abdelkader Nasreddine Belkacem, Hideaki Hirose, Natsue Yoshimura, Duk Shin,Yasuharu Koike, Classification of Four Eye Directions from EEG Signals for Eye-Movement-Based Communication Systems, Journal of Medical and Biological Engineering, 34(6): 581-58, December 2014.