SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume: 3 | Issue: 3 | Mar-Apr 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470
@ IJTSRD | Unique Paper ID – IJTSRD23355 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 1441
EEG Classification using Semi Supervised Learning
Shivshankar Kumar Yadav1, Veena S.2
1Student, 2Assistant Professor
1,2Computer Science Engineering, Atria Institute of Technology, Bangalore, Karnataka, India
How to cite this paper: Shivshankar
Kumar Yadav | Veena S. "EEG
Classification using Semi Supervised
Learning" Published in International
Journal of Trend in Scientific Research
and Development
(ijtsrd), ISSN: 2456-
6470, Volume-3 |
Issue-3, April 2019,
pp.1441-1445, URL:
https://www.ijtsrd.c
om/papers/ijtsrd23
355.pdf
Copyright © 2019 by author(s) and
International Journal of Trend in
Scientific Research and Development
Journal. This is an Open Access article
distributed under
the terms of the
Creative Commons
Attribution License (CC BY 4.0)
(http://creativecommons.org/licenses/
by/4.0)
ABSTRACT
The major challenge in the current brain–computer interface research is the
accurate classification of time-varying electroencephalographic (EEG) signals.
The labeled EEG samples are usually scarce, while the unlabeled samples are
available in large quantities and easy to collect in real applications. Semi-
supervised learning (SSL) methods can utilizeboth labeled andunlabeled datato
improve performance over supervised approaches. However, it has been
reported that the unlabeled data may undermine the performance of SSL in
some cases. This study proposes a three stages technique for automatic
detection of epileptic seizure in EEG signals. In practical application of pattern
recognition, there are often diverse features extracted from raw data which
needs to be recognized. Proposed method is based on timeseriessignal,spectral
analysis and recurrentneuralnetworks(RNNs).Decisionmakingwasperformed
in three stages:(i)feature extraction using Welch method power spectrum
density estimation (PSD) (ii)dimensionality reduction using statistics over
extracted features and time series signal samples (iii)EEG classification using
recurrent neural networks. This study shows that Welch method power
spectrum density estimation is an appropriate feature which well represents
EEG signals. We achieved higher classification accuracy (specificity, sensitivity,
classification accuracy) in comparison with other researches to classify EEG
signals exactly 100% in this study. To improve the safety of SSL, we proposed a
new safety-control mechanism by analyzing the differences between unlabeled
data analysis in supervised and semi-supervised learning. We then develop and
implement a safe classification method based on the semi-supervised extreme
learning machine (SS-ELM).Followingthis approach,theWassersteindistanceis
used to measure the similarities between thepredictionsobtained fromELM and
SS-ELM algorithms, and a different risk degree is thereby calculated for each
unlabeled data instance. A risk-based regularization term is then constructed
and embedded into the objective function of the SS-ELM. Extensive experiments
were conducted using benchmark and EEGdatasetstoevaluatethe effectiveness
of the proposed method. Experimental results show that the performanceofthe
new algorithm is comparable to SS-ELM and superior to ELM on average. It is
thereby shown that the proposed method is safe and efficient for the
classification of EEG signals.
KEYWORDS: BCI (Brain Computer Interface) EEG (Electroencephalography), SSL,
RNN, PSD, SS-ELM, ELM
I. INTRODUCTION
Brain-computer interface (BCI) research has focused
primarily on providing communication and control
capabilities that do not depend on the brain’s normal output
channels of peripheral nerves andmuscles.Overthepastfew
years, BCI has been extended to help individuals with
disorders of consciousness and stroke . At present, scalp
electroencephalography(EEG)isthemostpracticalchoicefor
BCI [3], as it is non-invasive, safe, inexpensive, can offer
favorable temporal resolution (on the order of milliseconds)
[4],
Fig 1. EEG signals measurement
IJTSRD23355
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID - IJTSRD23355 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 1442
and functions in most environments. As a crucial component
embodied in general EEG-based BCIs, the classification
problem of EEG signals is a key focus. Unfortunately, due to
thehigh variability of EEG recordings, the real-time,accurate
classification of EEG signals remains a challenging task. To
effectively parse the various patterns of EEG signals, a
number of different classification algorithms can be
employed, including linear discriminant analysis (LDA),
neural networks (NN), support vector machine (SVM),
nonlinear Bayesian classifiers, nearest neighbor classifiers,
and combinations thereof. Recently,anewmethod,knownas
the extreme learning machine (ELM), has been proposed by
Huang et al. and demonstrated an improved learning speed
and with better generalizability than well-known back
propagation neural networks and SVMs. As a result, ELMs
have been applied to pattern recognition tasks in images,
speech, and EEG signals. Unfortunately, labeled EEG samples
are scarce, expensive, and time-consuming to obtain
(especially when labeling requires manual effort and
expertise), while unlabeled EEG data are abundant, but not
fully applicabletoreal clinical applications. Overthepastfew
decades, semi-supervised learning has attracted significant
attention and widely applied in speech recognition , object
tracking , and face recognition . is the lowest level, which is a
basic condition of UAV as long as it can fly. The coordination
level provides the appropriate sequence of control and
identification algorithm tothe executionlevel,suchas[9,11].
The organization level is a highest level with environment
awareness system, mission management etc., for example,
[12, 13] introduces an autonomous cargo transportation
system with high efficiency. This work presents a fully
autonomous UAV research platform for indoor and outdoor
search and rescue.
II. BACKGROUND KNOWLEDGE
In thissection, we introduce two predecessors – ELMandSS-
ELM in detail before introducing our risk based Safe-SSELM
method, which uses a novel safety control mechanism that
measures the risk degree by analyzing the behavior of
unlabeled data in the ELM and SS-ELM algorithms.
A. BASIC ELM
Extreme learning machines are feed forward neural
networks for classification, regression, clustering, sparse
approximation, compression and feature learning with a
single layer or multiple layers of hidden nodes, where the
parameters of hiddennodes (not justthe weightsconnecting
inputs to hidden nodes) need not be tuned. These hidden
nodes can berandomly assigned andnever updated (i.e.they
are randomprojection butwithnonlineartransforms),orcan
be inherited from their ancestors without being changed. In
most cases, the output weights of hidden nodes are usually
learned in a single step, which essentially amounts to
learning a linear model.
B. SEMI-SUPERVISED ELM
Semi-supervised learning can make full use of little labeled
and numerous unlabeled samples to learn a classification
model, which has important practical significance. Extreme
LearningMachine(ELM)isanewsupervisedlearningmethod
and has better classification performance. Using semi-
supervised learning to improve ELM and enable it to deal
with both labeled and unlabeled samples, that is a very
significant study. This paper proposed an algorithm called
Semi-Supervised ELM based on Co-Training(SELM),
improved the learning speed of co-training and extended
ELM to semi-supervised learning. We train several ELM
classifiers using a small number of labeled samples, using
those high confidence unlabeled samples together with its
mark to optimize the basic classifiers. Loop until meet the
stop condition. The experiments show thatthe algorithmcan
effectively improve the processing speed and classification
accuracy.
III. MATERIAL AND METHODS
In thisstudy, EEG signals,publiclyavailabledatadescribedin
was used. The data were processed using Welch method
power spectral density estimation and statistical features.
Then we used recurrent and MLP neural networks as
classifier on these processed data for classification EEG
signals to normal and epileptic.
A. Data description and selection
We used the data described in the paper, which is publicly
available. Regardless the differentrecording electrodesused
for extra cranial and intracranial EEG registration, all other
recordingparameters were fixed. Some of themorphological
characteristics of the different EEG time series under
examination, which are obvious to an expert's eye, will be
sketched in the following. EEG time series recorded extra
cranially during the relax state of healthy subjects with eyes
closed show a predominant physiological rhythm, the so-
called alpha rhythm in a frequency range of 8-13 Hz, an
activity which is most pronounced at the back of the head. In
contrast, broader frequency characteristics are obtained for
open eyes. EEG time series arealsorecorded intracraniallyin
humans, however only in the framework of a presurgical
evaluation of focal epilepsies. In this context implantation of
electrodes is carried out to exactly localize the seizure
generating area which is termed the epileptogenic zone.
Duringthe seizurefreeintervaltheEEGrecordedfromwithin
the epileptogeniczone is often characterized byintermittent
occurrences of socalled interictal epileptiform activities.
Investigation of these steep, sometimes rhythmic high
amplitude patterns in EEG recordings contributes to
localization of the epileptogenic zone. Finally, the EEG
recorded during epileptic seizure, termed ictal activity, is
almost periodic and of high amplitude, resulting from hyper
synchronous activity of large assemblies of neurons. The
complete data set consists of five sets (denoted A-E) each
containing 100 EEG signals of 23.6 s period. After visual each
inspection for artifacts, e.g., due to muscle activity or eye
movements, we select the signals and cut out them from
continuous multichannel EEG recordings. Sets A and B
consisted of signals taken from surface EEG recordings that
werecarried out on five healthyvolunteersusingstandardize
electrode placement scheme. Volunteers were relaxed in an
awake state with eyes open (A) and eyes closed (B),
respectively. Sets C, D, and E originated from theEEG archive
of presurgical diagnosis. The EEGs from five patients were
selected, all of them had achieved complete seizure control
after resection of one of the hippocampal formations, which
was therefore correctly diagnosed to be the epileptogenic
zone. Signals in set D were recorded from within the
epileptogenic zone, and those in set C from the hippocampal
formation of the opposite hemisphere of the brain. All EEG
signals were recorded with the same 1 28-channel amplifier
system, using an average common reference. After 12 bit
analog-to-digital conversion, the data were written
continuously onto the disk of data acquisition computer
system at a sampling rate of 173.61 Hz. Band-pass filter
setting were 0.53-40 Hz .In this paper we used two classes
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID - IJTSRD23355 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 1443
data sets, normal and epileptic (set A and E), for EEG signals
classification.
B. Spectral analysis using Welch method
The Welch method is a power spectrum density estimator
that applies the periodogram. It is based on Bartlett's idea of
splitting of the data into segments and finding the average of
their priodograms. Difference is that the segments are
overlapped, where the overlaps are usually 50% or 75%
large, and the data within the segment are windowed. By
permitting overlap ofsequences,wecanformmoresegments
than in the case of Bartlett's method. Also, if we keep the
same number of segments, the overlap allows for longer
segments. The increasednumberofthesegmentsreducesthe
variance of the estimators, and the longer segments improve
its resolution. Thus, with the Welch method we can trade
reduction in variance for improvementin resolutioninmany
more ways than with the Bartlett's method. It can be shown
that if theoverlap is 50%, the varianceoftheWelchestimator
is approximately 9116 of the variance of the Bartlett
estimator.
C. Recurrent neural networks
Multilayered architecture is a special architecture of neural
models. With respect to the direction of their connection,
multilayered networks are divided to feed forward and
feedback networks. Highly nonlinear dynamic mappings can
be performed by RNNs and therefore have temporally
extended application, whereas multilayer feed forward
networks are confined to performing static mappings. RNNs
have many applications such as associative memory,
spatiotemporal pattern classification, control, optimization
and generalization of pattern sequences.
IV. OUR METHOD
In thissection,wepresentourproposedsafesemi-supervised
extreme learning (Safe-SSELM) method, which designs an
efficient safety-control mechanism to exploitunlabeled data.
A. RISK DEGREE GENERATING ALGORITHM
The degree of risk for unlabeled data is defined by analyzing
their different behaviors in ELM and SS-ELM. When the SS-
ELM prediction results for unlabeled samples are
significantly different from those obtained by supervised
ELM, the unlabeled samplemay be assigned a large degree of
risk and should be classified by ELM. Otherwise, the
unlabeled sample may be considered safe and assigned a
small risk degree, in which case samples should be classified
by SS-ELM.
Step (1): The supervised ELM and semi-supervised SS-ELM
methods are used to separately predict the unlabeled
samples. The ELM classifier is trained with {Xl, Yl} while the
SS-ELM classifier is trained with {X, Y}, and both algorithms
aresubsequentlyused toobtainpredictionsofxjthatbelongs
to the set of unlabeled samples, Xu, yielding the respective
probability distribution vectors of y¯j and y˜j . The columnsof
the max values in y¯j and y˜j denote the predicted category
labels, which are written as y¯j_label and y˜j_label
respectively.
Step (2): The Wasserstein distance is used to measure the
similarity between the predictions made in Step (1) and the
degrees of risk for unlabeled instances are calculated. The
risk degree sj of unlabeled data xj is determined by a
difference function df (xj). The Wasserstein distance is a
general distance measure between any probability
distributions. As a metric, it respects fundamental metric
properties such asnon-negativity, symmetryandthetriangle
inequality [28]. It has recently found some applications in
multi-label classification.
B. FORMULATION
In the following, the risk degrees for unlabeled instancesare
quantified by the new ‘‘risky’’ item, which is then used to
modify the objective function of the basic SS-ELM algorithm.
By introducing a ‘‘risky’’ item, the new objective function of
the proposed Safe-SSELM method is differentiated from that
of the SS-ELM. The implementation of our Safe-SSELM
method is described in Algorithm 1. It is important to
highlight the key differences between the proposed Safe-
SSELM method and its predecessors, includingbothELMand
SS-ELM. Firstly, considering the uncertainty of unlabeled
data, we have designed a new safety-controlled strategy by
introducing a measure of risk into the objective function of
basic SS-ELM, which can lead to a safer exploitation of
unlabeled data. Secondly, by buildinguponthetraditionalSS-
ELM classifier, the newmethod inherits its advantagesandis
suitable for multi-classification.
Algorithm 1
The Safe-SSELM
Input: A trainingset {X, Y} = {{Xl, Yl}, Xu}, the parameters
C, λ1, and λ2.
Output: the output weights β ∗ between the hidden layer
and output layer.
1: Perform supervised ELM classification and the semi-
supervised
SS-ELM classification;
2: Compute the risk degrees for unlabeled samples ;
3: Utilize the calculated risk degrees for unlabeledsamplesto
construct the new‘‘risky’’ item and obtain thenewobjective
function;
4: Compute the output weights β ∗;
5: Return β ∗.
V. PROPOSED SYSTEM
In this study, we proposed a new scheme for detection . of
epileptic seizure in EEG signals using power spectrum
density(PSD)estimationandrecurrentneuralnetworks.This
system. IS implemented using MA TLAB R2008a software
package (With neural networks and signal processing
toolboxes). In this research we choose two types (epileptic
seizure and normal) of EEG signals that are publiclyavailable
for use in [4]. Selection of theNNinputsisthemostimportant
component in designing the NN for pattern classification
since even the best classifier will perform poorlyiftheinputs
are not selected well. Transforming of NN input data into a
more appropriate representation can facilitate the learning
process. Using a smaller number of parameter, which are
often called features, to represent the signal under study is
particularlyimportantforrecognitionanddiagnosticpurpose
p. First of all, we divided each class of EEG signals to 1600
segments which was formed into 256 discrete data using a
rectangular window. The length of each EEG segment was
256 samples. In Fig.3, EEG signals belonging to two classes
were shown. Then FFT based Welch method was applied to
each EEG segment to obtain power spectral density (PSD) of
each segment. After applyingWelch method PSDthenumber
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID - IJTSRD23355 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 1444
of samples in each segment wasreducedfrom256samplesto
129 samples. High dimension feature vectors Increased
computational complexity. To solve this problem, statistics
over the time series EEG segments and power levels of PSD
Fig.2: Architecture of Elman recurrent neural networks
were used to reduce the dimension of the feature vectors.
To do this the following statistical features were used:
Maximum of each EEG time series segment and
maximum of power levels of the Welch method.
Minimum of each EEGtimeseriessegmentandminimum
of power levels of the Welch method.
Mean of each EEG time series segment and mean of
power levels of the Welch method.
Standard deviation of each EEG time series segment and
standard deviation of power levels of the Welch method.
Using the above mentioned statisticalfeaturesthedimension
of each feature vector was reduced to 8 attributes. In this
research we proposed recurrent neural networks (RNN)asa
classifier for classification of two classes (epileptic seizure
and healthy) of EEG signals. The RNN network was
implemented with MA TLAB software with neural networks
toolbox. 100 time series of 4096 samples for each class of
EEGsignals (epilepticseizure andnormal) were divided into
1600 segments of 256 samples for each class. The training
and test data sets of neural networks were formed by 3200
vectors (1600 vectors with 8 attributes for each class).We
assigned 1600 vectors (800 vectors from each class) for
training set and 1600 vectors (800 vectors from each class)
for test set. In order to examine the performance of the RNN,
for the same classification problem, the multilayer
perceptron neural network (MLPNN) with the Back
propagation learning algorithm was used.
VI. EXPERIMENTAL RESULTS
The performance of the classifier in this scheme was
calculated by following measures.
Specificity: number of correct classified healthy
segments/ number of total healthy segments.
Sensitivity: number of correctclassifiedepilepticseizure
segments/ number of total epileptic seizure segments.
Fig.3: Examples of EEG signals of epileptic and normal
subjects
Classification accuracy: number of correct classified
segments/ number of total segments.
The classification performances (specificity, sensitivity,total
classification accuracy) on the test datasets were presented
in TABLE 1. In TABLE 2 the performance of the proposed
method were compared with other algorithms. It shows
obviously that the current work has higher accuracy than
other methods. As can be seen from results, we concludethat
Welch method PSD presents very strong features which well
represent EEG signals and by usage of these features a good
distinction between classes can be obtained. Also statistical
features were used in dimensionality reduction of the
extracted feature vectors representingtheEEGsignals(these
statistical features were used as inputs of the classifier). The
classification results indicate that RNN has considerable
success in classification of EEG signals.
TABLE I: The classification performances
VII. CONCLUSION
The aim of this study was to find a new scheme for
classification of EEG signals and detectionofepilepticseizure
with high accuracy using power levels of PSD and neural
networks. This study demonstrates that Welch method
power spectrum density estimation provides very strong
features which well represent EEG signals. The high
dimension of feature vectors increases computations. In
order tosolvethis problem,statisticalfeatureswereobtained
from extracted feature vectors and time series EEG segment.
The dimension of feature vectors wasreducedto8attributes.
Then for classification of these feature vectors, we used
recurrent neural networks (RNN) as a classifier. For
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID - IJTSRD23355 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 1445
performance evaluation of proposed system, we computed
sensitivity, specificity and classification accuracy (100%)
using recurrent neural networks as a classifier.
REFERENCES
[1] B. Blankertz, G. Dornhege, M. Krauledat, K.-R. Müller,
and G. Curio, ‘‘The non-invasive Berlin brain–computer
interface: Fast acquisition of effective performance in
untrained subjects,’’ Neuroimage,vol.37,no.2,pp.539–
550, Aug. 2007.
[2] C. Brunner, N. Birbaumer, B. Blankertz, C. Guger, A.
Kübler, and D. Mattia, ‘‘BNCI Horizon 2020: Towards a
roadmap for the BCI community,’’ Brain-Comput.
Interfaces, vol. 2, no. 1, pp. 1–10, Feb. 2015.
[3] K. K. Ang and C. Guan, ‘‘EEG-based strategies to detect
motor imagery for control and rehabilitation,’’ IEEE
Trans. Neural Syst. Rehabil. Eng., vol. 25, no. 4, pp. 392–
401, Apr. 2017.
[4] R. Li, T. Potter, W. Huang, and Y. Zhang, ‘‘Enhancing
performance of a hybrid EEG-fNIRS system using
channel selection and early temporal features,’’
Frontiers Hum. Neurosci., vol. 11, p. 462, Sep. 2017.
[5] F. Lotte, M. Congedo, A. Lécuyer, F Lamarche, and B.
Arnaldi, ‘‘A review of classification algorithms for EEG-
based brain–computer interfaces,’’ J. Neural Eng.,vol.4,
no. 2, pp. R1–R13, Jan. 2007.
[6] Q. She, H. Gan, Y. Ma, Z. Luo, T. Potter, and Y. Zhang,
‘‘Scale-dependent signal identification in low-
dimensional subspace: Motor imagery task
classification,’’ Neural Plasticity, vol. 2016, p. 7431012,
Nov. 2016.
[7] Y. Ma, X. Ding, Q. She, Z. Luo, T. Potter, and Y. Zhang,
‘‘Classification of motor imagery EEG signals with
support vector machines and particle swarm
optimization,’’ Comput. Math. Methods Med., vol. 2016,
p. 4941235, May 2016.
[8] G.-B. Huang, Q.-Y. Zhu, andC.-K.Siew,‘‘Extremelearning
machine: Theory and applications,’’ Neurocomputing,
vol. 70, nos. 1–3, pp. 489–501, 2006
[9] E. D. Ubbeyli, "Lyapunov exponent/probabilisticneural
networks for analysis of EEG signal", Expert Systems
with Applications, Vo1.37, pp.985-992, 2009 .
[10] K. Polat, S. Gunes, "artificialimmunerecognitionsystem
with fLlZzy resource allocation mechanism classifier,
principal component analysis and FFT method based
new hybrid automated identification system for
classification of EEG signals", Expert Systems with
Applications, Vo1.34, pp.2039-2048, 2007
[11] Digital Signal Processing Handbook, Chapman & Hall/
CRC Press LLC, London, 1999, pp. 336-337
[12] V. P. Nigam, D. Graupe, "A neural-network-based
detection of epilepsy", Neurol. Res., Vo1.26, pp. 55-60,
2004
[13] G. Pfurtscheller, C. Neuper, D. Flotzinger, and M.
Pregenzer, "EEGbased discrimination between
imagination of right and left hand movement,"
Electroencephalogr. Clin. Neurophysiol., vol. 103, no. 6,
pp. 642-651, 1997.
[14] G. Pfurtscheller and F. H. Lopes da Silva, "Event-related
EEG/MEG synchronization and desynchronization:
basic principles," Clin. Neurophysiol., vol. 110, no. 11,
pp. 1842-1857, Nov. 1999.

More Related Content

What's hot

Final thesis presentation on bci
Final thesis presentation on bciFinal thesis presentation on bci
Final thesis presentation on bciRedwan Islam
 
Smart Home for Paralyzed Aid
Smart Home for Paralyzed AidSmart Home for Paralyzed Aid
Smart Home for Paralyzed AidIRJET 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
 
EEG based Motor Imagery Classification using SVM and MLP
EEG based Motor Imagery Classification using SVM and MLPEEG based Motor Imagery Classification using SVM and MLP
EEG based Motor Imagery Classification using SVM and MLPDr. Rajdeep Chatterjee
 
Classification of EEG Signals for Brain-Computer Interface
Classification of EEG Signals for Brain-Computer InterfaceClassification of EEG Signals for Brain-Computer Interface
Classification of EEG Signals for Brain-Computer InterfaceAzoft
 
Tracking times in temporal patterns embodied in intra-cortical data for cont...
Tracking times in temporal patterns embodied in  intra-cortical data for cont...Tracking times in temporal patterns embodied in  intra-cortical data for cont...
Tracking times in temporal patterns embodied in intra-cortical data for cont...IJECEIAES
 
Wavelet-based EEG processing for computer-aided seizure detection and epileps...
Wavelet-based EEG processing for computer-aided seizure detection and epileps...Wavelet-based EEG processing for computer-aided seizure detection and epileps...
Wavelet-based EEG processing for computer-aided seizure detection and epileps...IJERA Editor
 
Brain computer interface based
Brain computer interface basedBrain computer interface based
Brain computer interface basedMohammed Saeed
 
Training artificial neural network using particle swarm optimization algorithm
Training artificial neural network using particle swarm optimization algorithmTraining artificial neural network using particle swarm optimization algorithm
Training artificial neural network using particle swarm optimization algorithmA. Roy
 
Brainwave Feature Extraction, Classification & Prediction
Brainwave Feature Extraction, Classification & PredictionBrainwave Feature Extraction, Classification & Prediction
Brainwave Feature Extraction, Classification & PredictionOlivia Moran
 
Modelling and Analysis of EEG Signals Based on Real Time Control for Wheel Chair
Modelling and Analysis of EEG Signals Based on Real Time Control for Wheel ChairModelling and Analysis of EEG Signals Based on Real Time Control for Wheel Chair
Modelling and Analysis of EEG Signals Based on Real Time Control for Wheel ChairIJTET Journal
 
IRJET- Precision of Lead-Point with Support Vector Machine based Microelectro...
IRJET- Precision of Lead-Point with Support Vector Machine based Microelectro...IRJET- Precision of Lead-Point with Support Vector Machine based Microelectro...
IRJET- Precision of Lead-Point with Support Vector Machine based Microelectro...IRJET Journal
 
Fuzzy Logic Final Report
Fuzzy Logic Final ReportFuzzy Logic Final Report
Fuzzy Logic Final ReportShikhar Agarwal
 

What's hot (19)

Bx36449453
Bx36449453Bx36449453
Bx36449453
 
A0510107
A0510107A0510107
A0510107
 
Final thesis presentation on bci
Final thesis presentation on bciFinal thesis presentation on bci
Final thesis presentation on bci
 
Smart Home for Paralyzed Aid
Smart Home for Paralyzed AidSmart Home for Paralyzed Aid
Smart Home for Paralyzed Aid
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
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-...
 
EEG based Motor Imagery Classification using SVM and MLP
EEG based Motor Imagery Classification using SVM and MLPEEG based Motor Imagery Classification using SVM and MLP
EEG based Motor Imagery Classification using SVM and MLP
 
Classification of EEG Signals for Brain-Computer Interface
Classification of EEG Signals for Brain-Computer InterfaceClassification of EEG Signals for Brain-Computer Interface
Classification of EEG Signals for Brain-Computer Interface
 
Y4502158163
Y4502158163Y4502158163
Y4502158163
 
Tracking times in temporal patterns embodied in intra-cortical data for cont...
Tracking times in temporal patterns embodied in  intra-cortical data for cont...Tracking times in temporal patterns embodied in  intra-cortical data for cont...
Tracking times in temporal patterns embodied in intra-cortical data for cont...
 
Wavelet-based EEG processing for computer-aided seizure detection and epileps...
Wavelet-based EEG processing for computer-aided seizure detection and epileps...Wavelet-based EEG processing for computer-aided seizure detection and epileps...
Wavelet-based EEG processing for computer-aided seizure detection and epileps...
 
Brain computer interface based
Brain computer interface basedBrain computer interface based
Brain computer interface based
 
Training artificial neural network using particle swarm optimization algorithm
Training artificial neural network using particle swarm optimization algorithmTraining artificial neural network using particle swarm optimization algorithm
Training artificial neural network using particle swarm optimization algorithm
 
JNE 2015
JNE 2015JNE 2015
JNE 2015
 
Brainwave Feature Extraction, Classification & Prediction
Brainwave Feature Extraction, Classification & PredictionBrainwave Feature Extraction, Classification & Prediction
Brainwave Feature Extraction, Classification & Prediction
 
Modelling and Analysis of EEG Signals Based on Real Time Control for Wheel Chair
Modelling and Analysis of EEG Signals Based on Real Time Control for Wheel ChairModelling and Analysis of EEG Signals Based on Real Time Control for Wheel Chair
Modelling and Analysis of EEG Signals Based on Real Time Control for Wheel Chair
 
E44082429
E44082429E44082429
E44082429
 
IRJET- Precision of Lead-Point with Support Vector Machine based Microelectro...
IRJET- Precision of Lead-Point with Support Vector Machine based Microelectro...IRJET- Precision of Lead-Point with Support Vector Machine based Microelectro...
IRJET- Precision of Lead-Point with Support Vector Machine based Microelectro...
 
Fuzzy Logic Final Report
Fuzzy Logic Final ReportFuzzy Logic Final Report
Fuzzy Logic Final Report
 

Similar to EEG Classification using Semi Supervised Learning

Efficient electro encephelogram classification system using support vector ma...
Efficient electro encephelogram classification system using support vector ma...Efficient electro encephelogram classification system using support vector ma...
Efficient electro encephelogram classification system using support vector ma...nooriasukmaningtyas
 
CLASSIFICATION OF ELECTROENCEPHALOGRAM SIGNALS USING XGBOOST ALGORITHM AND SU...
CLASSIFICATION OF ELECTROENCEPHALOGRAM SIGNALS USING XGBOOST ALGORITHM AND SU...CLASSIFICATION OF ELECTROENCEPHALOGRAM SIGNALS USING XGBOOST ALGORITHM AND SU...
CLASSIFICATION OF ELECTROENCEPHALOGRAM SIGNALS USING XGBOOST ALGORITHM AND SU...IRJET 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
 
A Comparative Study of Machine Learning Algorithms for EEG Signal Classification
A Comparative Study of Machine Learning Algorithms for EEG Signal ClassificationA Comparative Study of Machine Learning Algorithms for EEG Signal Classification
A Comparative Study of Machine Learning Algorithms for EEG Signal Classificationsipij
 
A COMPARATIVE STUDY OF MACHINE LEARNING ALGORITHMS FOR EEG SIGNAL CLASSIFICATION
A COMPARATIVE STUDY OF MACHINE LEARNING ALGORITHMS FOR EEG SIGNAL CLASSIFICATIONA COMPARATIVE STUDY OF MACHINE LEARNING ALGORITHMS FOR EEG SIGNAL CLASSIFICATION
A COMPARATIVE STUDY OF MACHINE LEARNING ALGORITHMS FOR EEG SIGNAL CLASSIFICATIONsipij
 
A Comparative Study of Machine Learning Algorithms for EEG Signal Classification
A Comparative Study of Machine Learning Algorithms for EEG Signal ClassificationA Comparative Study of Machine Learning Algorithms for EEG Signal Classification
A Comparative Study of Machine Learning Algorithms for EEG Signal Classificationsipij
 
A Comparative Study of Machine Learning Algorithms for EEG Signal Classification
A Comparative Study of Machine Learning Algorithms for EEG Signal ClassificationA Comparative Study of Machine Learning Algorithms for EEG Signal Classification
A Comparative Study of Machine Learning Algorithms for EEG Signal Classificationsipij
 
EEG Signal Classification using Deep Neural Network
EEG Signal Classification using Deep Neural NetworkEEG Signal Classification using Deep Neural Network
EEG Signal Classification using Deep Neural NetworkIRJET Journal
 
IRJET- Overview of Artificial Neural Networks Applications in Groundwater...
IRJET-  	  Overview of Artificial Neural Networks Applications in Groundwater...IRJET-  	  Overview of Artificial Neural Networks Applications in Groundwater...
IRJET- Overview of Artificial Neural Networks Applications in Groundwater...IRJET Journal
 
Survey analysis for optimization algorithms applied to electroencephalogram
Survey analysis for optimization algorithms applied to electroencephalogramSurvey analysis for optimization algorithms applied to electroencephalogram
Survey analysis for optimization algorithms applied to electroencephalogramIJECEIAES
 
Ontheclassificationof ee gsignalbyusingansvmbasedalgorythm
Ontheclassificationof ee gsignalbyusingansvmbasedalgorythmOntheclassificationof ee gsignalbyusingansvmbasedalgorythm
Ontheclassificationof ee gsignalbyusingansvmbasedalgorythmKarthik S
 
EEG SIGNAL CLASSIFICATION USING LDA AND MLP CLASSIFIER
EEG SIGNAL CLASSIFICATION USING LDA AND MLP CLASSIFIEREEG SIGNAL CLASSIFICATION USING LDA AND MLP CLASSIFIER
EEG SIGNAL CLASSIFICATION USING LDA AND MLP CLASSIFIERhiij
 
Classification of electroencephalography using cooperative learning based on...
Classification of electroencephalography using cooperative  learning based on...Classification of electroencephalography using cooperative  learning based on...
Classification of electroencephalography using cooperative learning based on...IJECEIAES
 
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
 
Alotaiby2014 article eeg_seizure_detectionandpredicti
Alotaiby2014 article eeg_seizure_detectionandpredictiAlotaiby2014 article eeg_seizure_detectionandpredicti
Alotaiby2014 article eeg_seizure_detectionandpredictiMuhammad Rizwan
 
Health electroencephalogram epileptic classification based on Hilbert probabi...
Health electroencephalogram epileptic classification based on Hilbert probabi...Health electroencephalogram epileptic classification based on Hilbert probabi...
Health electroencephalogram epileptic classification based on Hilbert probabi...IJECEIAES
 
Review on classification based on artificial
Review on classification based on artificialReview on classification based on artificial
Review on classification based on artificialijasa
 
Lvq based person identification system
Lvq based person identification systemLvq based person identification system
Lvq based person identification systemIAEME Publication
 
Effective electroencephalogram based epileptic seizure detection using suppo...
Effective electroencephalogram based epileptic seizure detection  using suppo...Effective electroencephalogram based epileptic seizure detection  using suppo...
Effective electroencephalogram based epileptic seizure detection using suppo...IJECEIAES
 

Similar to EEG Classification using Semi Supervised Learning (20)

Efficient electro encephelogram classification system using support vector ma...
Efficient electro encephelogram classification system using support vector ma...Efficient electro encephelogram classification system using support vector ma...
Efficient electro encephelogram classification system using support vector ma...
 
Kh3517801787
Kh3517801787Kh3517801787
Kh3517801787
 
CLASSIFICATION OF ELECTROENCEPHALOGRAM SIGNALS USING XGBOOST ALGORITHM AND SU...
CLASSIFICATION OF ELECTROENCEPHALOGRAM SIGNALS USING XGBOOST ALGORITHM AND SU...CLASSIFICATION OF ELECTROENCEPHALOGRAM SIGNALS USING XGBOOST ALGORITHM AND SU...
CLASSIFICATION OF ELECTROENCEPHALOGRAM SIGNALS USING XGBOOST ALGORITHM AND SU...
 
Transfer learning for epilepsy detection using spectrogram images
Transfer learning for epilepsy detection using spectrogram imagesTransfer learning for epilepsy detection using spectrogram images
Transfer learning for epilepsy detection using spectrogram images
 
A Comparative Study of Machine Learning Algorithms for EEG Signal Classification
A Comparative Study of Machine Learning Algorithms for EEG Signal ClassificationA Comparative Study of Machine Learning Algorithms for EEG Signal Classification
A Comparative Study of Machine Learning Algorithms for EEG Signal Classification
 
A COMPARATIVE STUDY OF MACHINE LEARNING ALGORITHMS FOR EEG SIGNAL CLASSIFICATION
A COMPARATIVE STUDY OF MACHINE LEARNING ALGORITHMS FOR EEG SIGNAL CLASSIFICATIONA COMPARATIVE STUDY OF MACHINE LEARNING ALGORITHMS FOR EEG SIGNAL CLASSIFICATION
A COMPARATIVE STUDY OF MACHINE LEARNING ALGORITHMS FOR EEG SIGNAL CLASSIFICATION
 
A Comparative Study of Machine Learning Algorithms for EEG Signal Classification
A Comparative Study of Machine Learning Algorithms for EEG Signal ClassificationA Comparative Study of Machine Learning Algorithms for EEG Signal Classification
A Comparative Study of Machine Learning Algorithms for EEG Signal Classification
 
A Comparative Study of Machine Learning Algorithms for EEG Signal Classification
A Comparative Study of Machine Learning Algorithms for EEG Signal ClassificationA Comparative Study of Machine Learning Algorithms for EEG Signal Classification
A Comparative Study of Machine Learning Algorithms for EEG Signal Classification
 
EEG Signal Classification using Deep Neural Network
EEG Signal Classification using Deep Neural NetworkEEG Signal Classification using Deep Neural Network
EEG Signal Classification using Deep Neural Network
 
IRJET- Overview of Artificial Neural Networks Applications in Groundwater...
IRJET-  	  Overview of Artificial Neural Networks Applications in Groundwater...IRJET-  	  Overview of Artificial Neural Networks Applications in Groundwater...
IRJET- Overview of Artificial Neural Networks Applications in Groundwater...
 
Survey analysis for optimization algorithms applied to electroencephalogram
Survey analysis for optimization algorithms applied to electroencephalogramSurvey analysis for optimization algorithms applied to electroencephalogram
Survey analysis for optimization algorithms applied to electroencephalogram
 
Ontheclassificationof ee gsignalbyusingansvmbasedalgorythm
Ontheclassificationof ee gsignalbyusingansvmbasedalgorythmOntheclassificationof ee gsignalbyusingansvmbasedalgorythm
Ontheclassificationof ee gsignalbyusingansvmbasedalgorythm
 
EEG SIGNAL CLASSIFICATION USING LDA AND MLP CLASSIFIER
EEG SIGNAL CLASSIFICATION USING LDA AND MLP CLASSIFIEREEG SIGNAL CLASSIFICATION USING LDA AND MLP CLASSIFIER
EEG SIGNAL CLASSIFICATION USING LDA AND MLP CLASSIFIER
 
Classification of electroencephalography using cooperative learning based on...
Classification of electroencephalography using cooperative  learning based on...Classification of electroencephalography using cooperative  learning based on...
Classification of electroencephalography using cooperative learning based on...
 
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
 
Alotaiby2014 article eeg_seizure_detectionandpredicti
Alotaiby2014 article eeg_seizure_detectionandpredictiAlotaiby2014 article eeg_seizure_detectionandpredicti
Alotaiby2014 article eeg_seizure_detectionandpredicti
 
Health electroencephalogram epileptic classification based on Hilbert probabi...
Health electroencephalogram epileptic classification based on Hilbert probabi...Health electroencephalogram epileptic classification based on Hilbert probabi...
Health electroencephalogram epileptic classification based on Hilbert probabi...
 
Review on classification based on artificial
Review on classification based on artificialReview on classification based on artificial
Review on classification based on artificial
 
Lvq based person identification system
Lvq based person identification systemLvq based person identification system
Lvq based person identification system
 
Effective electroencephalogram based epileptic seizure detection using suppo...
Effective electroencephalogram based epileptic seizure detection  using suppo...Effective electroencephalogram based epileptic seizure detection  using suppo...
Effective electroencephalogram based epileptic seizure detection using suppo...
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 

Recently uploaded (20)

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 

EEG Classification using Semi Supervised Learning

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume: 3 | Issue: 3 | Mar-Apr 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470 @ IJTSRD | Unique Paper ID – IJTSRD23355 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 1441 EEG Classification using Semi Supervised Learning Shivshankar Kumar Yadav1, Veena S.2 1Student, 2Assistant Professor 1,2Computer Science Engineering, Atria Institute of Technology, Bangalore, Karnataka, India How to cite this paper: Shivshankar Kumar Yadav | Veena S. "EEG Classification using Semi Supervised Learning" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-3 | Issue-3, April 2019, pp.1441-1445, URL: https://www.ijtsrd.c om/papers/ijtsrd23 355.pdf Copyright © 2019 by author(s) and International Journal of Trend in Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/ by/4.0) ABSTRACT The major challenge in the current brain–computer interface research is the accurate classification of time-varying electroencephalographic (EEG) signals. The labeled EEG samples are usually scarce, while the unlabeled samples are available in large quantities and easy to collect in real applications. Semi- supervised learning (SSL) methods can utilizeboth labeled andunlabeled datato improve performance over supervised approaches. However, it has been reported that the unlabeled data may undermine the performance of SSL in some cases. This study proposes a three stages technique for automatic detection of epileptic seizure in EEG signals. In practical application of pattern recognition, there are often diverse features extracted from raw data which needs to be recognized. Proposed method is based on timeseriessignal,spectral analysis and recurrentneuralnetworks(RNNs).Decisionmakingwasperformed in three stages:(i)feature extraction using Welch method power spectrum density estimation (PSD) (ii)dimensionality reduction using statistics over extracted features and time series signal samples (iii)EEG classification using recurrent neural networks. This study shows that Welch method power spectrum density estimation is an appropriate feature which well represents EEG signals. We achieved higher classification accuracy (specificity, sensitivity, classification accuracy) in comparison with other researches to classify EEG signals exactly 100% in this study. To improve the safety of SSL, we proposed a new safety-control mechanism by analyzing the differences between unlabeled data analysis in supervised and semi-supervised learning. We then develop and implement a safe classification method based on the semi-supervised extreme learning machine (SS-ELM).Followingthis approach,theWassersteindistanceis used to measure the similarities between thepredictionsobtained fromELM and SS-ELM algorithms, and a different risk degree is thereby calculated for each unlabeled data instance. A risk-based regularization term is then constructed and embedded into the objective function of the SS-ELM. Extensive experiments were conducted using benchmark and EEGdatasetstoevaluatethe effectiveness of the proposed method. Experimental results show that the performanceofthe new algorithm is comparable to SS-ELM and superior to ELM on average. It is thereby shown that the proposed method is safe and efficient for the classification of EEG signals. KEYWORDS: BCI (Brain Computer Interface) EEG (Electroencephalography), SSL, RNN, PSD, SS-ELM, ELM I. INTRODUCTION Brain-computer interface (BCI) research has focused primarily on providing communication and control capabilities that do not depend on the brain’s normal output channels of peripheral nerves andmuscles.Overthepastfew years, BCI has been extended to help individuals with disorders of consciousness and stroke . At present, scalp electroencephalography(EEG)isthemostpracticalchoicefor BCI [3], as it is non-invasive, safe, inexpensive, can offer favorable temporal resolution (on the order of milliseconds) [4], Fig 1. EEG signals measurement IJTSRD23355
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID - IJTSRD23355 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 1442 and functions in most environments. As a crucial component embodied in general EEG-based BCIs, the classification problem of EEG signals is a key focus. Unfortunately, due to thehigh variability of EEG recordings, the real-time,accurate classification of EEG signals remains a challenging task. To effectively parse the various patterns of EEG signals, a number of different classification algorithms can be employed, including linear discriminant analysis (LDA), neural networks (NN), support vector machine (SVM), nonlinear Bayesian classifiers, nearest neighbor classifiers, and combinations thereof. Recently,anewmethod,knownas the extreme learning machine (ELM), has been proposed by Huang et al. and demonstrated an improved learning speed and with better generalizability than well-known back propagation neural networks and SVMs. As a result, ELMs have been applied to pattern recognition tasks in images, speech, and EEG signals. Unfortunately, labeled EEG samples are scarce, expensive, and time-consuming to obtain (especially when labeling requires manual effort and expertise), while unlabeled EEG data are abundant, but not fully applicabletoreal clinical applications. Overthepastfew decades, semi-supervised learning has attracted significant attention and widely applied in speech recognition , object tracking , and face recognition . is the lowest level, which is a basic condition of UAV as long as it can fly. The coordination level provides the appropriate sequence of control and identification algorithm tothe executionlevel,suchas[9,11]. The organization level is a highest level with environment awareness system, mission management etc., for example, [12, 13] introduces an autonomous cargo transportation system with high efficiency. This work presents a fully autonomous UAV research platform for indoor and outdoor search and rescue. II. BACKGROUND KNOWLEDGE In thissection, we introduce two predecessors – ELMandSS- ELM in detail before introducing our risk based Safe-SSELM method, which uses a novel safety control mechanism that measures the risk degree by analyzing the behavior of unlabeled data in the ELM and SS-ELM algorithms. A. BASIC ELM Extreme learning machines are feed forward neural networks for classification, regression, clustering, sparse approximation, compression and feature learning with a single layer or multiple layers of hidden nodes, where the parameters of hiddennodes (not justthe weightsconnecting inputs to hidden nodes) need not be tuned. These hidden nodes can berandomly assigned andnever updated (i.e.they are randomprojection butwithnonlineartransforms),orcan be inherited from their ancestors without being changed. In most cases, the output weights of hidden nodes are usually learned in a single step, which essentially amounts to learning a linear model. B. SEMI-SUPERVISED ELM Semi-supervised learning can make full use of little labeled and numerous unlabeled samples to learn a classification model, which has important practical significance. Extreme LearningMachine(ELM)isanewsupervisedlearningmethod and has better classification performance. Using semi- supervised learning to improve ELM and enable it to deal with both labeled and unlabeled samples, that is a very significant study. This paper proposed an algorithm called Semi-Supervised ELM based on Co-Training(SELM), improved the learning speed of co-training and extended ELM to semi-supervised learning. We train several ELM classifiers using a small number of labeled samples, using those high confidence unlabeled samples together with its mark to optimize the basic classifiers. Loop until meet the stop condition. The experiments show thatthe algorithmcan effectively improve the processing speed and classification accuracy. III. MATERIAL AND METHODS In thisstudy, EEG signals,publiclyavailabledatadescribedin was used. The data were processed using Welch method power spectral density estimation and statistical features. Then we used recurrent and MLP neural networks as classifier on these processed data for classification EEG signals to normal and epileptic. A. Data description and selection We used the data described in the paper, which is publicly available. Regardless the differentrecording electrodesused for extra cranial and intracranial EEG registration, all other recordingparameters were fixed. Some of themorphological characteristics of the different EEG time series under examination, which are obvious to an expert's eye, will be sketched in the following. EEG time series recorded extra cranially during the relax state of healthy subjects with eyes closed show a predominant physiological rhythm, the so- called alpha rhythm in a frequency range of 8-13 Hz, an activity which is most pronounced at the back of the head. In contrast, broader frequency characteristics are obtained for open eyes. EEG time series arealsorecorded intracraniallyin humans, however only in the framework of a presurgical evaluation of focal epilepsies. In this context implantation of electrodes is carried out to exactly localize the seizure generating area which is termed the epileptogenic zone. Duringthe seizurefreeintervaltheEEGrecordedfromwithin the epileptogeniczone is often characterized byintermittent occurrences of socalled interictal epileptiform activities. Investigation of these steep, sometimes rhythmic high amplitude patterns in EEG recordings contributes to localization of the epileptogenic zone. Finally, the EEG recorded during epileptic seizure, termed ictal activity, is almost periodic and of high amplitude, resulting from hyper synchronous activity of large assemblies of neurons. The complete data set consists of five sets (denoted A-E) each containing 100 EEG signals of 23.6 s period. After visual each inspection for artifacts, e.g., due to muscle activity or eye movements, we select the signals and cut out them from continuous multichannel EEG recordings. Sets A and B consisted of signals taken from surface EEG recordings that werecarried out on five healthyvolunteersusingstandardize electrode placement scheme. Volunteers were relaxed in an awake state with eyes open (A) and eyes closed (B), respectively. Sets C, D, and E originated from theEEG archive of presurgical diagnosis. The EEGs from five patients were selected, all of them had achieved complete seizure control after resection of one of the hippocampal formations, which was therefore correctly diagnosed to be the epileptogenic zone. Signals in set D were recorded from within the epileptogenic zone, and those in set C from the hippocampal formation of the opposite hemisphere of the brain. All EEG signals were recorded with the same 1 28-channel amplifier system, using an average common reference. After 12 bit analog-to-digital conversion, the data were written continuously onto the disk of data acquisition computer system at a sampling rate of 173.61 Hz. Band-pass filter setting were 0.53-40 Hz .In this paper we used two classes
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID - IJTSRD23355 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 1443 data sets, normal and epileptic (set A and E), for EEG signals classification. B. Spectral analysis using Welch method The Welch method is a power spectrum density estimator that applies the periodogram. It is based on Bartlett's idea of splitting of the data into segments and finding the average of their priodograms. Difference is that the segments are overlapped, where the overlaps are usually 50% or 75% large, and the data within the segment are windowed. By permitting overlap ofsequences,wecanformmoresegments than in the case of Bartlett's method. Also, if we keep the same number of segments, the overlap allows for longer segments. The increasednumberofthesegmentsreducesthe variance of the estimators, and the longer segments improve its resolution. Thus, with the Welch method we can trade reduction in variance for improvementin resolutioninmany more ways than with the Bartlett's method. It can be shown that if theoverlap is 50%, the varianceoftheWelchestimator is approximately 9116 of the variance of the Bartlett estimator. C. Recurrent neural networks Multilayered architecture is a special architecture of neural models. With respect to the direction of their connection, multilayered networks are divided to feed forward and feedback networks. Highly nonlinear dynamic mappings can be performed by RNNs and therefore have temporally extended application, whereas multilayer feed forward networks are confined to performing static mappings. RNNs have many applications such as associative memory, spatiotemporal pattern classification, control, optimization and generalization of pattern sequences. IV. OUR METHOD In thissection,wepresentourproposedsafesemi-supervised extreme learning (Safe-SSELM) method, which designs an efficient safety-control mechanism to exploitunlabeled data. A. RISK DEGREE GENERATING ALGORITHM The degree of risk for unlabeled data is defined by analyzing their different behaviors in ELM and SS-ELM. When the SS- ELM prediction results for unlabeled samples are significantly different from those obtained by supervised ELM, the unlabeled samplemay be assigned a large degree of risk and should be classified by ELM. Otherwise, the unlabeled sample may be considered safe and assigned a small risk degree, in which case samples should be classified by SS-ELM. Step (1): The supervised ELM and semi-supervised SS-ELM methods are used to separately predict the unlabeled samples. The ELM classifier is trained with {Xl, Yl} while the SS-ELM classifier is trained with {X, Y}, and both algorithms aresubsequentlyused toobtainpredictionsofxjthatbelongs to the set of unlabeled samples, Xu, yielding the respective probability distribution vectors of y¯j and y˜j . The columnsof the max values in y¯j and y˜j denote the predicted category labels, which are written as y¯j_label and y˜j_label respectively. Step (2): The Wasserstein distance is used to measure the similarity between the predictions made in Step (1) and the degrees of risk for unlabeled instances are calculated. The risk degree sj of unlabeled data xj is determined by a difference function df (xj). The Wasserstein distance is a general distance measure between any probability distributions. As a metric, it respects fundamental metric properties such asnon-negativity, symmetryandthetriangle inequality [28]. It has recently found some applications in multi-label classification. B. FORMULATION In the following, the risk degrees for unlabeled instancesare quantified by the new ‘‘risky’’ item, which is then used to modify the objective function of the basic SS-ELM algorithm. By introducing a ‘‘risky’’ item, the new objective function of the proposed Safe-SSELM method is differentiated from that of the SS-ELM. The implementation of our Safe-SSELM method is described in Algorithm 1. It is important to highlight the key differences between the proposed Safe- SSELM method and its predecessors, includingbothELMand SS-ELM. Firstly, considering the uncertainty of unlabeled data, we have designed a new safety-controlled strategy by introducing a measure of risk into the objective function of basic SS-ELM, which can lead to a safer exploitation of unlabeled data. Secondly, by buildinguponthetraditionalSS- ELM classifier, the newmethod inherits its advantagesandis suitable for multi-classification. Algorithm 1 The Safe-SSELM Input: A trainingset {X, Y} = {{Xl, Yl}, Xu}, the parameters C, λ1, and λ2. Output: the output weights β ∗ between the hidden layer and output layer. 1: Perform supervised ELM classification and the semi- supervised SS-ELM classification; 2: Compute the risk degrees for unlabeled samples ; 3: Utilize the calculated risk degrees for unlabeledsamplesto construct the new‘‘risky’’ item and obtain thenewobjective function; 4: Compute the output weights β ∗; 5: Return β ∗. V. PROPOSED SYSTEM In this study, we proposed a new scheme for detection . of epileptic seizure in EEG signals using power spectrum density(PSD)estimationandrecurrentneuralnetworks.This system. IS implemented using MA TLAB R2008a software package (With neural networks and signal processing toolboxes). In this research we choose two types (epileptic seizure and normal) of EEG signals that are publiclyavailable for use in [4]. Selection of theNNinputsisthemostimportant component in designing the NN for pattern classification since even the best classifier will perform poorlyiftheinputs are not selected well. Transforming of NN input data into a more appropriate representation can facilitate the learning process. Using a smaller number of parameter, which are often called features, to represent the signal under study is particularlyimportantforrecognitionanddiagnosticpurpose p. First of all, we divided each class of EEG signals to 1600 segments which was formed into 256 discrete data using a rectangular window. The length of each EEG segment was 256 samples. In Fig.3, EEG signals belonging to two classes were shown. Then FFT based Welch method was applied to each EEG segment to obtain power spectral density (PSD) of each segment. After applyingWelch method PSDthenumber
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID - IJTSRD23355 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 1444 of samples in each segment wasreducedfrom256samplesto 129 samples. High dimension feature vectors Increased computational complexity. To solve this problem, statistics over the time series EEG segments and power levels of PSD Fig.2: Architecture of Elman recurrent neural networks were used to reduce the dimension of the feature vectors. To do this the following statistical features were used: Maximum of each EEG time series segment and maximum of power levels of the Welch method. Minimum of each EEGtimeseriessegmentandminimum of power levels of the Welch method. Mean of each EEG time series segment and mean of power levels of the Welch method. Standard deviation of each EEG time series segment and standard deviation of power levels of the Welch method. Using the above mentioned statisticalfeaturesthedimension of each feature vector was reduced to 8 attributes. In this research we proposed recurrent neural networks (RNN)asa classifier for classification of two classes (epileptic seizure and healthy) of EEG signals. The RNN network was implemented with MA TLAB software with neural networks toolbox. 100 time series of 4096 samples for each class of EEGsignals (epilepticseizure andnormal) were divided into 1600 segments of 256 samples for each class. The training and test data sets of neural networks were formed by 3200 vectors (1600 vectors with 8 attributes for each class).We assigned 1600 vectors (800 vectors from each class) for training set and 1600 vectors (800 vectors from each class) for test set. In order to examine the performance of the RNN, for the same classification problem, the multilayer perceptron neural network (MLPNN) with the Back propagation learning algorithm was used. VI. EXPERIMENTAL RESULTS The performance of the classifier in this scheme was calculated by following measures. Specificity: number of correct classified healthy segments/ number of total healthy segments. Sensitivity: number of correctclassifiedepilepticseizure segments/ number of total epileptic seizure segments. Fig.3: Examples of EEG signals of epileptic and normal subjects Classification accuracy: number of correct classified segments/ number of total segments. The classification performances (specificity, sensitivity,total classification accuracy) on the test datasets were presented in TABLE 1. In TABLE 2 the performance of the proposed method were compared with other algorithms. It shows obviously that the current work has higher accuracy than other methods. As can be seen from results, we concludethat Welch method PSD presents very strong features which well represent EEG signals and by usage of these features a good distinction between classes can be obtained. Also statistical features were used in dimensionality reduction of the extracted feature vectors representingtheEEGsignals(these statistical features were used as inputs of the classifier). The classification results indicate that RNN has considerable success in classification of EEG signals. TABLE I: The classification performances VII. CONCLUSION The aim of this study was to find a new scheme for classification of EEG signals and detectionofepilepticseizure with high accuracy using power levels of PSD and neural networks. This study demonstrates that Welch method power spectrum density estimation provides very strong features which well represent EEG signals. The high dimension of feature vectors increases computations. In order tosolvethis problem,statisticalfeatureswereobtained from extracted feature vectors and time series EEG segment. The dimension of feature vectors wasreducedto8attributes. Then for classification of these feature vectors, we used recurrent neural networks (RNN) as a classifier. For
  • 5. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID - IJTSRD23355 | Volume – 3 | Issue – 3 | Mar-Apr 2019 Page: 1445 performance evaluation of proposed system, we computed sensitivity, specificity and classification accuracy (100%) using recurrent neural networks as a classifier. REFERENCES [1] B. Blankertz, G. Dornhege, M. Krauledat, K.-R. Müller, and G. Curio, ‘‘The non-invasive Berlin brain–computer interface: Fast acquisition of effective performance in untrained subjects,’’ Neuroimage,vol.37,no.2,pp.539– 550, Aug. 2007. [2] C. Brunner, N. Birbaumer, B. Blankertz, C. Guger, A. Kübler, and D. Mattia, ‘‘BNCI Horizon 2020: Towards a roadmap for the BCI community,’’ Brain-Comput. Interfaces, vol. 2, no. 1, pp. 1–10, Feb. 2015. [3] K. K. Ang and C. Guan, ‘‘EEG-based strategies to detect motor imagery for control and rehabilitation,’’ IEEE Trans. Neural Syst. Rehabil. Eng., vol. 25, no. 4, pp. 392– 401, Apr. 2017. [4] R. Li, T. Potter, W. Huang, and Y. Zhang, ‘‘Enhancing performance of a hybrid EEG-fNIRS system using channel selection and early temporal features,’’ Frontiers Hum. Neurosci., vol. 11, p. 462, Sep. 2017. [5] F. Lotte, M. Congedo, A. Lécuyer, F Lamarche, and B. Arnaldi, ‘‘A review of classification algorithms for EEG- based brain–computer interfaces,’’ J. Neural Eng.,vol.4, no. 2, pp. R1–R13, Jan. 2007. [6] Q. She, H. Gan, Y. Ma, Z. Luo, T. Potter, and Y. Zhang, ‘‘Scale-dependent signal identification in low- dimensional subspace: Motor imagery task classification,’’ Neural Plasticity, vol. 2016, p. 7431012, Nov. 2016. [7] Y. Ma, X. Ding, Q. She, Z. Luo, T. Potter, and Y. Zhang, ‘‘Classification of motor imagery EEG signals with support vector machines and particle swarm optimization,’’ Comput. Math. Methods Med., vol. 2016, p. 4941235, May 2016. [8] G.-B. Huang, Q.-Y. Zhu, andC.-K.Siew,‘‘Extremelearning machine: Theory and applications,’’ Neurocomputing, vol. 70, nos. 1–3, pp. 489–501, 2006 [9] E. D. Ubbeyli, "Lyapunov exponent/probabilisticneural networks for analysis of EEG signal", Expert Systems with Applications, Vo1.37, pp.985-992, 2009 . [10] K. Polat, S. Gunes, "artificialimmunerecognitionsystem with fLlZzy resource allocation mechanism classifier, principal component analysis and FFT method based new hybrid automated identification system for classification of EEG signals", Expert Systems with Applications, Vo1.34, pp.2039-2048, 2007 [11] Digital Signal Processing Handbook, Chapman & Hall/ CRC Press LLC, London, 1999, pp. 336-337 [12] V. P. Nigam, D. Graupe, "A neural-network-based detection of epilepsy", Neurol. Res., Vo1.26, pp. 55-60, 2004 [13] G. Pfurtscheller, C. Neuper, D. Flotzinger, and M. Pregenzer, "EEGbased discrimination between imagination of right and left hand movement," Electroencephalogr. Clin. Neurophysiol., vol. 103, no. 6, pp. 642-651, 1997. [14] G. Pfurtscheller and F. H. Lopes da Silva, "Event-related EEG/MEG synchronization and desynchronization: basic principles," Clin. Neurophysiol., vol. 110, no. 11, pp. 1842-1857, Nov. 1999.