Masterarbeit/TeX/main.tex
2020-07-22 11:22:36 +02:00

145 lines
3.3 KiB
TeX
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\documentclass[a4paper, 12pt, draft=true]{article}
%\usepackage[margin=1in]{geometry}
%\geometry{a4paper, left=30mm, right=40mm,top=25mm, bottom=20mm}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage{libertine}
\usepackage{amsmath}
%\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{amsfonts}
\usepackage{graphicx}
\usepackage{wrapfig}
\usepackage{enumerate}
\usepackage{sectsty}
\usepackage{setspace}
\usepackage{booktabs}
\usepackage[format=plain,
textfont=it]{caption}
%\usepackage{natbib} %[numbers]
\usepackage{multirow}
\usepackage{3parttable}
\usepackage{mathtools}
\usepackage{tabu}
\usepackage{makecell}
\usepackage{dsfont}
\usepackage{tikz}
\usepackage{nicefrac}
\usepackage{enumitem}
\usepackage[toc, page]{appendix}
\usepackage{todonotes}
\usepackage{lipsum}
\usepackage[ruled,vlined]{algorithm2e}
\usepackage{showframe}
\usepackage[protrusion=true, expansion=true, kerning=true]{microtype}
\captionsetup[sub]{justification=centering}
\usetikzlibrary{matrix,chains,positioning,decorations.pathreplacing,arrows}
\usetikzlibrary{positioning,calc,calligraphy}
\usetikzlibrary{calc, 3d}
\usepackage{pgfplots}
\usepgfplotslibrary{colorbrewer}
\usepackage{subcaption}
\usetikzlibrary{arrows,decorations.markings}
\pgfplotsset{compat = 1.16}
\usepackage[export]{adjustbox}
\usepackage[style=authoryear, backend=bibtex]{biblatex}
\urlstyle{same}
\bibliography{bibliograpy.bib}
\numberwithin{figure}{section}
\numberwithin{table}{section}
\numberwithin{equation}{section}
\sectionfont{\centering}
\input{insbox}
%\parindent0in
\pagestyle{plain}
\thispagestyle{plain}
\newtheorem{Theorem}{Theorem}[section]
\newtheorem{Definition}[Theorem]{Definition}
\newtheorem{Lemma}[Theorem]{Lemma}
\newtheorem{Algorithm}[Theorem]{Algorithm}
\newtheorem{Example}[Theorem]{Example}
\newtheorem{Assumption}[Theorem]{Assumption}
\DeclareMathOperator*{\plim}{\mathbb{P}\text{-}\lim}
\DeclareMathOperator{\supp}{supp}
\DeclareMathOperator*{\argmin}{arg\,min}
\DeclareMathOperator*{\po}{\mathbb{P}\text{-}\mathcal{O}}
\DeclareMathOperator*{\equals}{=}
\begin{document}f
\newcommand{\plimn}[0]{\plim\limits_{n \to \infty}}
\newcommand{\norm}[1]{\left\lVert#1\right\rVert}
\newcommand*\circled[1]{\tikz[baseline=(char.base)]{
\node[shape=circle,draw,inner sep=2pt] (char) {#1};}}
\newcommand{\abs}[1]{\ensuremath{\left\vert#1\right\vert}}
\SetKwInput{KwInput}{Input}
%\newcommand{\myrightarrow}[1]{\xrightarrow{\makebox[2em][c]{$\scriptstyle#1$}}}
%Arndt Tobias \hfill 21.12.2017\newline
%\textbf{Seminar Machine--Learning: Unsupervised %Learning} \newline
%Institut für Mathematik der Universität %Augsburg\\
%Lehrstuhl für Rechnerorientierte Statistik und %Datenanalyse\\
\smallskip\hrule\bigskip
\begin{center}
{\huge{Electricity Price Forecasting based on Regression Tree Models}}
\end{center}
\hrulefill
\pagenumbering{gobble}
\newpage
%\setcounter{tocdepth}{4}
\tableofcontents
\listoftodos
\newpage
\pagenumbering{arabic}
% Introduction
\input{introduction}
\newpage
% Introduction Neural Networks
\input{introduction_nn}
\newpage
% Theorem 3.8
\input{theo_3_8}
\newpage
% Kapitel 4
\input{further_applications_of_nn}
\newpage
\printbibliography
% Appendix A
\input{appendixA.tex}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: