\chapter{Introduction}
\label{introduction}
\section{Motivation}
\label{intro:motivation}
\qq{Reading the mind} is something humanity is and always has been exited about. Whatever one may think about the possibility of doing so as a human, computers have a chance to catch a glimpse of the (neuronal) activity in the human brain and interpret it.\\
Here, Electroencephalography (EEG) is used to record brain activity and try to predict arm movements from the data.\\
Using this as a Brain-Computer-Interface (BCI) holds the possibility of restoring e.g. a lost arm. This arm could be used as before by commands constructed in the brain. In a perfect application there would be no need of relearning the usage. The lost arm could just be replaced.\\
Another opportunity this technique provides is the support of retraining the use of the natural arm after stroke. If it is possible to interpret the brainwaves, the arm can be moved passively according to the commands formed in brain. This congruency can restore the body's own ability to move the arm as \cite{Gomez11} show.\\
In a slightly different context it might become possible to handle a machine (e.g. an industrial robot or mobile robots like quadrocopters) with \qq{thoughts} (i.e. brain activity) like an additional limb. One could learn to use the possibilities of the robot like the possibilities of one's arm and hand to modulate something.\\
Similar to that application it could be possible to drive a car by brain activity. This would lower the reaction time needed to activate the breaks for example by direct interaction instead of using the nerves down to the leg to press the break.
Using non-invasive methods like EEG makes it harder to get a good signal of brain activity and determine its origin. However, it lowers the risk of injuries and infections which makes it the method of choice for wide spread application (cf. \cite{Collinger13}). There is also research in direction of EEG-caps with dry electrodes which allow for more comfort. In this field, however, much remains to be done (cf. \cite{Yeung15}). If working, everybody might put on and off an EEG-cap without high costs for production or placement.\\
With EEG brainwaves can be captured that let us predict intended movements. This movement predictions however bears some problems up to now.
Predicting synergies instead of predicting positions or movement directly may solve some of these problems, since it is closer to the concept the nervous system uses. Most likely in brain there are no neurons for every single muscle involved in movement. Instead there are synergies activated, meaning there is coordinated co-activation of different muscles. When using synergies only some basic movements have to be represented in brain and can be combined for more complex movements.\\
Assuming this it should be easier to predict synergies while we can also use them to move a robotic arm or a quadrocopter.
This improvements shall be shown in this thesis. To do so, different methods of the acquisition of synergies from EMG are compared with other data and paradigms like direct prediction from EEG, EMG and low frequencies.
\section{Overview}
After this Introduction the scientific background and context of this work will be stated (Chapter \ref{chp:background}). This reaches from Principal Component Analysis (PCA) and Autoencoders over Support Vector Machines (SVMs) and regression to boxplots and topographical plots.\\
Material and Methods (Chapter \ref{chp:mat}) shows the work done for this thesis, beginning with the experimental design followed by the methods for data preprocessing and analysis.\\
In chapter \ref{chp:results} Results the numerical findings of the work are shown beginning with the different methods of recording and their comparison, followed by the findings on synergies and concluded by topographical findings.\\
These results and their meaning are discussed in chapter \ref{chp:dis} Discussion, which is concluded with a look into the possible future.
The appendix contains a list of contents on the CD and in the repository (Appendix \ref{app:cd}) and a small documentation of the code used (Appendix \ref{app:docu}).