Download Distinction of a left or right hand keypress

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Selfish brain theory wikipedia , lookup

Brain wikipedia , lookup

Central pattern generator wikipedia , lookup

Artificial general intelligence wikipedia , lookup

Cognitive neuroscience wikipedia , lookup

Neuropsychology wikipedia , lookup

Brain Rules wikipedia , lookup

Clinical neurochemistry wikipedia , lookup

Neural oscillation wikipedia , lookup

Premovement neuronal activity wikipedia , lookup

Multielectrode array wikipedia , lookup

Neuroinformatics wikipedia , lookup

Neurophilosophy wikipedia , lookup

Neuroplasticity wikipedia , lookup

Neuroeconomics wikipedia , lookup

Synaptic gating wikipedia , lookup

History of neuroimaging wikipedia , lookup

Holonomic brain theory wikipedia , lookup

Single-unit recording wikipedia , lookup

Connectome wikipedia , lookup

Binding problem wikipedia , lookup

Feature detection (nervous system) wikipedia , lookup

Neural engineering wikipedia , lookup

Convolutional neural network wikipedia , lookup

Optogenetics wikipedia , lookup

Development of the nervous system wikipedia , lookup

Recurrent neural network wikipedia , lookup

Neural modeling fields wikipedia , lookup

Brain–computer interface wikipedia , lookup

Neuroanatomy wikipedia , lookup

Nervous system network models wikipedia , lookup

Dual consciousness wikipedia , lookup

Efficient coding hypothesis wikipedia , lookup

Channelrhodopsin wikipedia , lookup

Types of artificial neural networks wikipedia , lookup

Neuroprosthetics wikipedia , lookup

Neural binding wikipedia , lookup

Neuropsychopharmacology wikipedia , lookup

Metastability in the brain wikipedia , lookup

Transcript
Jorge Del Río Vera
BCI competition 2003
Distinction of a left or right hand keypress
Algorithm
The algorithm used is based in a MLP neural network and a key feature
extraction based in PCA (principal component analysis).
The principal component analysis is computed for each channel, then the second
principal mode is used (I have not used the first because it contains the normal activity
of the brain instead the features to discriminate between left or rigth hand). This mode is
correlated with the signals (only the signals of the left side of the brain are used,
beacuse the information of the laterallity is contained in the second principal mode) and
the delay of the maximun is used for training the net (a 12 component vector). The net
used is a MLP with two inner layers in order to accelerate the convergence (10 and 5
neurons respectively) and the output layer has two neurons.
Results
Results are given in a matlab data file, it have the same order than the test
signals and the class is given by a 0 or a 1.
Detection of a left or right hand keypress