Skip to content
Snippets Groups Projects
Commit 8e1d8a4e authored by Tanja Tornede's avatar Tanja Tornede
Browse files

Add proposal template

parent d8bd3f67
No related branches found
No related tags found
No related merge requests found
.project 0 → 100644
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>latex-proposal-template</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
This diff is collapsed.
\bibliographystyle{includes/splncs03}
\bibliography{paper}
All links were last followed on July 24, 2016.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}
\ No newline at end of file
\documentclass[runningheads,a4paper]{llncs}
\usepackage[american]{babel}
\usepackage{graphicx}
%extended enumerate, such as \begin{compactenum}
\usepackage{paralist}
%for easy quotations: \enquote{text}
\usepackage{csquotes}
\usepackage[T1]{fontenc}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% use math packages
\usepackage{amsmath,amsfonts, amssymb}
% use placeins package for getting FloatBarrier
\usepackage{placeins}
%\usepackage{caption}
\usepackage{subcaption}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%enable margin kerning
\usepackage{microtype}
%better font, similar to the default springer font
\usepackage[%
rm={oldstyle=false,proportional=true},%
sf={oldstyle=false,proportional=true},%
tt={oldstyle=false,proportional=true,variable=true},%
qt=false%
]{cfr-lm}
%
\usepackage[
%pdfauthor={},
%pdfsubject={},
%pdftitle={},
%pdfkeywords={},
bookmarks=false,
breaklinks=true,
colorlinks=true,
linkcolor=black,
citecolor=black,
urlcolor=black,
%pdfstartpage=19,
pdfpagelayout=SinglePage
]{hyperref}
%enables correct jumping to figures when referencing
\usepackage[all]{hypcap}
\usepackage[capitalise,nameinlink]{cleveref}
%Nice formats for \cref
\crefname{section}{Sect.}{Sect.}
\Crefname{section}{Section}{Sections}
\crefname{figure}{Fig.}{Fig.}
\Crefname{figure}{Figure}{Figures}
\usepackage{xspace}
%\newcommand{\eg}{e.\,g.\xspace}
%\newcommand{\ie}{i.\,e.\xspace}
\newcommand{\eg}{e.\,g.,\ }
\newcommand{\ie}{i.\,e.,\ }
%introduce \powerset - hint by http://matheplanet.com/matheplanet/nuke/html/viewtopic.php?topic=136492&post_id=997377
\DeclareFontFamily{U}{MnSymbolC}{}
\DeclareSymbolFont{MnSyC}{U}{MnSymbolC}{m}{n}
\DeclareFontShape{U}{MnSymbolC}{m}{n}{
<-6> MnSymbolC5
<6-7> MnSymbolC6
<7-8> MnSymbolC7
<8-9> MnSymbolC8
<9-10> MnSymbolC9
<10-12> MnSymbolC10
<12-> MnSymbolC12%
}{}
\DeclareMathSymbol{\powerset}{\mathord}{MnSyC}{180}
%improve wrapping of URLs - hint by http://tex.stackexchange.com/a/10419/9075
\makeatletter
\g@addto@macro{\UrlBreaks}{\UrlOrds}
\makeatother
% correct bad hyphenation here
\hyphenation{op-tical net-works semi-conduc-tor}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{todonotes}
\usepackage{tabularx}
\usepackage{boiboites}
\usepackage{pifont}
\newcommand{\cmark}{\ding{51}}%
\newcommand{\xmark}{\ding{55}}%
\newboxedtheorem[boxcolor=orange,
background=orange!15,
titlebackground=orange!5,
titleboxcolor = black]
{theo}{Theorem}{thm}
\newboxedtheorem[boxcolor=green!62,
background=green!10,
titlebackground=green!5,
titleboxcolor = black]
{defn}{Definition}{thm}
\newboxedtheorem[boxcolor=blue,
background=blue!15,
titlebackground=blue!5,
titleboxcolor = black]
{intuition}{Intuition}{intuiCtr}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%Works on MiKTeX only
%hint by http://goemonx.blogspot.de/2012/01/pdflatex-ligaturen-und-copynpaste.html
%also http://tex.stackexchange.com/questions/4397/make-ligatures-in-linux-libertine-copyable-and-searchable
%This allows a copy'n'paste of the text from the paper
\input glyphtounicode.tex
\pdfgentounicode=1
\title{Multilayer Perceptrons}
%If Title is too long, use \titlerunning
%\titlerunning{Short Title}
%Single insitute
\author{Marcel Wever (6686504)}
%If there are too many authors, use \authorrunning
%\authorrunning{First Author et al.}
\institute{Paderborn University\\
\email{wever@mail.uni-paderborn.de}
}
%Multiple insitutes
%Currently disabled
%
\iffalse
%Multiple institutes are typeset as follows:
\author{Marcel Wever\inst{1}}
%If there are too many authors, use \authorrunning
%\authorrunning{First Author et al.}
\institute{
Paderborn University\\
\email{wever@mail.uni-paderborn.de}
}
\fi
\maketitle
\begin{abstract}
Lately, in the context of machine learning deep learning techniques using artificial neural networks gained in importance, providing a powerful model. In particular, multilayer perceptrons, a sub-class of artificial neural networks, have the ability to learn nearly all practice-oriented non-linear functions and generalize well from given training data. The backpropagation learning algorithm is a fundamental technique to train multilayer perceptrons with the help of a given data set containing only inputs and expected outputs of the network without revealing information about interim results of intermediate layers. However, multilayer perceptrons are also limited in their capabilities. This paper provides an overview on fundamentals of multilayer perceptrons, the backpropagation algorithm and the abilities and limits of multilayer perceptrons. Additionally,
\end{abstract}
\keywords{Artificial Neural Networks, Multilayer Perceptrons, Backpropagation Algorithm, Rectified Linear Unit, Sigmoid Unit}
\ No newline at end of file
This diff is collapsed.
% Encoding: UTF-8
@online{WEB:GNU:GPL:2010,
Author = {{Free Software Foundation, Inc.}},
Title = {GNU General Public License},
Url = {http://www.gnu.org/licenses/gpl.html},
Urldate = {2011-05-27},
Year = {2010}}
@online{WEB:Miede:2011,
Author = {Andr{\'e} Miede},
Title = {A Classic Thesis Style by Andr{\'e} Miede},
Url = {http://www.miede.de/index.php?page=classicthesis},
Urldate = {2011-05-27},
Year = {2011}}
@book{Jurgens:2000,
Author = {Manuela J{\"u}rgens},
Publisher = {FernUniversit{\"a}t Gesamthochschule in Hagen},
Title = {LaTeX: eine Einf{\"u}hrung und ein bisschen mehr},
Year = {2000}}
@book{Jurgens:1995,
Author = {Manuela J{\"u}rgens},
Publisher = {FernUniversit{\"a}t Gesamthochschule in Hagen},
Title = {LaTeX: Fortgeschrittene Anwendungen},
Year = {1995}}
@manual{Miede:2011,
Author = {Andr{\'e} Miede},
Title = {A Classic Thesis Style: An Homage to The Elements of Typographic Style},
Year = {2011}}
@book{Kohm:2011,
Author = {Markus Kohm and Jens-Uwe-Morawski},
Title = {KOMA-Script: Die Anleitung},
Year = {2011}}
@book{Apple:keynote:2010,
Author = {{Apple Inc.}},
Publisher = {{Apple Inc.}},
Title = {Keynote '09 User Guide},
Year = {2010}}
@book{Apple:numbers:2010,
Author = {{Apple Inc.}},
Publisher = {{Apple Inc.}},
Title = {Numbers '09 User Guide},
Year = {2010}}
@book{Apple:pages:2010,
Author = {{Apple Inc.}},
Publisher = {{Apple Inc.}},
Title = {Pages '09 User Guide},
Year = {2010}}
llncs.cls 0 → 100755
This diff is collapsed.
This diff is collapsed.
\documentclass[12pt]{scrartcl}
\usepackage[american]{babel}
\usepackage{graphicx}
\graphicspath{{images/}}
\usepackage{paralist}
\usepackage{csquotes}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{geometry}
% \geometry{a4paper,body={5.8in,9in}}
\geometry{a4paper}
\usepackage{amsmath, amsfonts, amssymb}
\usepackage{placeins}
\usepackage{subcaption}
\usepackage{setspace}
\setlength{\parindent}{0pt}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ab hier steht der eigentliche Text:
\begin{document}
\title{Thesis Title}
\subtitle{Bachelor Thesis Proposal \& Work Plan}
% bei Masterarbeit ggf. ändern
\author{First Name + Last Name\\ \small{matriculation number: xxxxxxx}\\ \small{mail-address}}
\date{\today}
\maketitle
\section{Motivation}\label{sec:motivation}
\section{Task Objectives}\label{sec:task-objectives}
\section{Task Description}\label{sec:task-description}
\section{Time-Schedule and Subtasks}\label{sec:schedule-and-subtasks}
% % %
\begin{figure}[!ht]
\centering
\includegraphics[width=.9\textwidth]{timeschedule}
\caption{Sketch of the time schedule for the work on the thesis}
\label{fig:time-schedule}
\end{figure}
% % %
\section{Preliminary Document Structure}\label{sec:doc-structure}
\begin{enumerate}
\item Introduction
\item ...
\end{enumerate}
\newpage
\bibliography{literature}
\bibliographystyle{myalphadin}
\newpage
Hereby supervisor and student confirm that this proposal is the basis for the
topic assignment of the described work. The timetable and topic description are
accepted by both sides as laid out in this proposal.
\vspace{3cm}
\begin{center}
\begin{tabular}{l p{0.1\textwidth} r}
\cline{1-1} \cline{3-3}
\begin{minipage}[t]{0.4\textwidth}
\centering
Supervisor\\(Titel Vorname Nachname)
\end{minipage}
&
\begin{minipage}[t]{0.2\textwidth}
\end{minipage}
&
\begin{minipage}[t]{0.4\textwidth}
\centering
Student(in)\\(Vorname Nachname)
\end{minipage}
\end{tabular}
\end{center}
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment