%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% LaTeX-Rahmen fuer das Erstellen von Masterarbeiten
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% allgemeine Einstellungen
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[twoside,12pt,a4paper]{book}
%\usepackage{reportpage}
\usepackage{forest}
\usepackage{natbib}
\usepackage{epsf}
\usepackage{graphics, graphicx}
\usepackage{latexsym}
\usepackage[margin=10pt,font=small,labelfont=bf]{caption}
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\usepackage{helvet}
\usepackage{pdfpages}
\usepackage{amsmath}
\usepackage[official]{eurosym}
\usepackage[chapter]{algorithm}
\usepackage{dsfont}
\usepackage{algpseudocode}
\usepackage{lscape}
%\renewcommand{\familydefault}{\sfdefault}
\usepackage{tikz}
\usetikzlibrary{calc,positioning,shadows,arrows,automata}
\textwidth 14cm
\textheight 22cm
\topmargin 0.0cm
\evensidemargin 1cm
\oddsidemargin 1cm
%\footskip 2cm
\parskip0.5explus0.1exminus0.1ex
% Kann von Student auch nach persönlichem Geschmack verändert werden.
\pagestyle{headings}
\sloppy
\title{Movement Prediction from EEG based on Synergies}
\author{Jan-Peter Hohloch}
\renewcommand{\title}{Movement Prediction from EEG\\ Based on Synergies}
\newcommand{\subtitle}{Evaluation and Comparison to Other Methods}
\renewcommand{\author}{Jan-Peter Hohloch}
\date{\today}
\newcommand{\matlab}{\textsc{Matlab}}
\newcommand{\true}{\texttt{true}}
\newcommand{\false}{\texttt{false}}
\newcommand{\qq}[1]{``#1''}
\renewcommand{\exp}[1]{\ensuremath{\cdot10^{#1}}}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% hier steht die neue Titelseite
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{titlepage}
\begin{center}
{\LARGE Eberhard Karls Universität Tübingen}\\
{\large Mathematisch-Naturwissenschaftliche Fakultät \\
Wilhelm-Schickard-Institut für Informatik\\[4cm]}
{\huge Master's Thesis Informatics\\[2cm]}
{\Large\bf \title\\}
{\large \subtitle\\[1.5cm]}
{\large \author }\\[0.5cm]
\today\\[4cm]
{\small\bf Reviewers}\\[0.5cm]
\parbox{7cm}{\begin{center}{\large Prof. Dr. Wolfgang Rosenstiel}\\
(Informatik)\\
{\footnotesize Wilhelm-Schickard-Institut für Informatik\\
Universität Tübingen}\end{center}}\hfill\parbox{7cm}{\begin{center}
{\large Prof. Dr. Jan Benda}\\
(Biologie)\\
{\footnotesize Institut für Neurobiologie\\
Universität Tübingen}\end{center}
}
\end{center}
\end{titlepage}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Titelr"uckseite: Bibliographische Angaben
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\thispagestyle{empty}
\vspace*{\fill}
\begin{minipage}{11.2cm}
\textbf{Hohloch, Jan-Peter:}\\
\emph{\title}\\ Master Thesis Informatics\\
Eberhard Karls Universität Tübingen\\
Thesis period: June-Nov 2016
\end{minipage}
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pagenumbering{roman}
\setcounter{page}{1}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Seite I: Zusammenfassug, Danksagung
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Abstract}
\addcontentsline{toc}{section}{Abstract}
Synergies are %TODO
This thesis shows the plausibility of synergies as an intermediate step between brain and muscles. Our results show only small decrease in predicting performance for position and velocity compared to the EMG signal. This was achieved with synergies acquired through dimensionality reduction from EMG signal.\\
The results of prediction of, via and from synergies are compared with other techniques currently used to predict movement from EEG in a classification and regression context. Over all synergies perform not much worse than EMG and are predicted better from EEG.\\
We also compare different methods for the acquisition of synergies. Our findings show that autoencoders are a great possibility to generate synergies from EMG. Synergies from non-Negative Matrix Factorization also perform well, those acquired by Principal Component Analysis are performing worse when being predicted from EEG.
\newpage
\section*{Acknowledgments}
\addcontentsline{toc}{section}{Acknowledgments}
\noindent First of all I would like to thank my supervisor Martin Spüler who always had a friendly ear for problems and gave lots of useful input.
\noindent My thanks also go to Farid Shiman, Nerea Irastorza-Landa and Andrea Sarasola-Sanz whose data I was allowed to use for my work.
\noindent Also my reviewers Professores Rosenstiel and Benda shall be named here. I want to express my thanks for their willingness to review my thesis and my hope that this thesis may found a link between their chairs for further projects.
\noindent This work would not have been possible without the Free Software Community providing \LaTeX, TikZ and Ubuntu for example. My deep gratitude goes to all the developers spending time for the improvement of commonly available software.
\noindent Last and most basic my thanks to my family who always supported me and my studies.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Table of Contents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand{\baselinestretch}{1.3}
\small\normalsize
\addcontentsline{toc}{chapter}{Table of Contents}
\tableofcontents
\renewcommand{\baselinestretch}{1}
\small\normalsize
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% List of Figures
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand{\baselinestretch}{1.3}
\small\normalsize
\addcontentsline{toc}{chapter}{List of Figures}
\listoffigures
\renewcommand{\baselinestretch}{1}
\small\normalsize
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% List of tables
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand{\baselinestretch}{1.3}
\small\normalsize
\addcontentsline{toc}{chapter}{List of Tables}
\listoftables
\renewcommand{\baselinestretch}{1}
\small\normalsize
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% List of algorithms
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand{\baselinestretch}{1.3}
\small\normalsize
\addcontentsline{toc}{chapter}{List of Algorithms}
\listofalgorithms
\renewcommand{\baselinestretch}{1}
\small\normalsize
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% List of abbreviations
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% can be removed
\chapter*{List of Abbreviations\markboth{LIST OF ABBREVIATIONS}{LIST OF ABBREVIATIONS}}
\addcontentsline{toc}{chapter}{List of Abbreviations}
\begin{tabbing}
\textbf{EEG}\hspace{2cm}\=Electroencephalography\\
\textbf{EMG}\>Electromyography\\
\textbf{LF}\>Low Frequency\\
\textbf{BCI}\> Brain-Computer-Interface \\
\textbf{SVM}\> Support-Vector-Machine \\
\textbf{ECoG}\> Electrocorticography \\
\textbf{PCA}\> Principal Component Analysis \\
\textbf{NMF}\> non-Negative Matrix Factorization \\
\textbf{ANN}\> Artificial Neural Network \\
\textbf{PSD}\> Power Spectral Density \\
\textbf{ALS}\> Alternating Least Squares \\
\textbf{ANOVA} \> Analysis of Variance\\
\end{tabbing}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Der Haupttext, ab hier mit arabischer Numerierung
%%% Mit \input{dateiname} wird die Datei `dateiname' eingebunden
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pagenumbering{arabic}
\setcounter{page}{1}
% Introduction
\input{01Introduction}
% Materials & Methods
\input{02MaterialsAndMethods}
% Results
\input{03Results}
% Discussion
\input{04Discussion}
% future work
\input{05Future}
%
%Appendix
\appendix
\input{Acd}
\input{Bfunctions}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Bibliographie
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\addcontentsline{toc}{chapter}{Bibliography}
\nocite{*}
\bibliographystyle{plainnat}
\bibliography{mylit}
%% Obige Anweisung legt fest, dass BibTeX-Datei `mylit.bib' verwendet
%% wird. Hier koennen mehrere Dateinamen mit Kommata getrennt aufgelistet
%% werden.
\cleardoublepage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Erklaerung
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pagestyle{empty}
\section*{Selbständigkeitserklärung}
Hiermit versichere ich, dass ich die vorliegende Masterarbeit
selbständig und nur mit den angegebenen Hilfsmitteln angefertigt habe und dass alle Stellen, die dem Wortlaut oder dem
Sinne nach anderen Werken entnommen sind, durch Angaben von Quellen als
Entlehnung kenntlich gemacht worden sind.
Diese Masterarbeit wurde in gleicher oder ähnlicher Form in keinem anderen
Studiengang als Prüfungsleistung vorgelegt.
\vskip 3cm
Tübingen, \today \hfill \author \hfill
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Ende
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}