Template_Summary/ML_Zusammenfassung.tex

76 lines
2.6 KiB
TeX

\documentclass[ngerman,regno,a4paper,11pt,oneside,hidelinks]{scrbook}
%page format
\usepackage[
a4paper,
top=35mm,right=20mm,bottom=30mm,left=20mm,
headheight=25mm
]{geometry}
\setcounter{secnumdepth}{3}
\input{Packages.tex}
\input{Style.tex}
\def \AUTHOR{Paul Lödige}
\def \AUTHOREMAIL{paul.loedige@student.kit.edu}
\def \AUTHORSTUDENTID{2423958}
\def \MODULE{Maschinelles Lernen: Grundlagend und Algorithmen}
\def \MODULECOMPACT{ML}
\def \DATE{\today}
\input{Glossary.tex}
\begin{document}
\input{TitlePage.tex}
\clearpage
\input{Preface.tex}
\clearpage
% {{{ Main Content%
\pagenumbering{arabic}
\part{Einleitung}
\input{chapters/Einleitung.tex}
\part{Classical Supervised Learning}
\label{part:Classical Supervised Learning}
\input{chapters/Classical_Supervised_Learning/Linear_Regression.tex}
\input{chapters/Classical_Supervised_Learning/Linear_Classification.tex}
\input{chapters/Classical_Supervised_Learning/Model_Selection.tex}
\input{chapters/Classical_Supervised_Learning/k-Nearest_Neighbors.tex}
\input{chapters/Classical_Supervised_Learning/Trees_and_Forests.tex}
\part{Kernel Methods}
\label{part:Kernel Methods}
\input{chapters/Kernel_Methods/Kernel-Regression.tex}
\input{chapters/Kernel_Methods/Support_Vector_Machines.tex}
\part{Bayesian Learning}
\label{part:Bayesian Learning}
\input{chapters/Bayesian_Learning/Bayesian_Learning.tex}
\input{chapters/Bayesian_Learning/Bayesian_Regression_Algorithms.tex}
\part{Neural Networks}
\label{part:Neural Networks}
\input{chapters/Neural_Networks/Basics.tex}
\input{chapters/Neural_Networks/Gradient_Descent.tex}
\input{chapters/Neural_Networks/CNNs_and_LSTMs.tex}
\part{Classical Unsupervised Learning}
\label{part:Classical Unsupervised Learning}
\input{chapters/Classical_Unsupervised_Learning/Dimensionality_Reduction_and_Clustering.tex}
\input{chapters/Classical_Unsupervised_Learning/Density_Estimation_and_Mixture_Models.tex}
\input{chapters/Classical_Unsupervised_Learning/Variational_Auto-Encoders.tex}
\part{Mathematische Grundlagen}
\label{part:Mathematische Grundlagen}
\input{chapters/Mathematische_Grundlagen/Lineare_Algebra.tex}
\input{chapters/Mathematische_Grundlagen/Probability_Theory.tex}
\input{chapters/Mathematische_Grundlagen/Kernel_Basics.tex}
\input{chapters/Mathematische_Grundlagen/Sub-Gradients.tex}
\input{chapters/Mathematische_Grundlagen/Constraint_Optimization.tex}
\input{chapters/Mathematische_Grundlagen/Gaussian_Identities.tex}
% }}} %
\input{Appendix.tex}
\end{document}