Created chapters

This commit is contained in:
paul-loedige 2022-02-06 23:55:55 +01:00
parent 28ebbad694
commit be49a06844
16 changed files with 70 additions and 11 deletions

View File

@ -1,4 +1,4 @@
\documentclass[ngerman,regno,a4paper,12pt,oneside]{scrbook}
\documentclass[ngerman,regno,a4paper,12pt,oneside,hidelinks]{scrbook}
%page format
\usepackage[
a4paper,
@ -27,8 +27,33 @@
% {{{ Main Content%
\pagenumbering{arabic}
\part{Example Part}
\input{chapters/ExamplePart/ExampleChapter.tex}
\part{Classical Supervised Learning}
\input{chapters/Classical_Supervised_Learning/Linear_Regression.tex}
\input{chapters/Classical_Supervised_Learning/Ridge_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}
\clearpage
\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}
\clearpage
\part{Kernel Methods}
\input{chapters/Kernel_Methods/Kernel-Regression.tex}
\input{chapters/Kernel_Methods/Support_Vector_Machines.tex}
\clearpage
\part{Bayesian Learning}
\input{chapters/Bayesian_Learning/Bayesian_Linear_Regression_and_Gaussian_Processes.tex}
\clearpage
\part{Neural Networks}
\input{chapters/Neural_Networks/Neural_Networks_and_Backpropagation.tex}
\input{chapters/Neural_Networks/CNNs_and_LSTMs.tex}
\input{chapters/Neural_Networks/Variational_Auto-Encoders.tex}
\clearpage
% }}} %

View File

@ -0,0 +1,3 @@
\chapter{Bayesian Linear Regression and Gaussian Processes}%
\label{cha:Bayesian Linear Regression and Gaussian Processes}

View File

@ -0,0 +1,3 @@
\chapter{Linear Classification}%
\label{cha:Linear Classification}

View File

@ -0,0 +1,3 @@
\chapter{Linear Regression}%
\label{cha:Linear Regression}

View File

@ -0,0 +1,3 @@
\chapter{Model Selection}%
\label{cha:Model Selection}

View File

@ -0,0 +1,3 @@
\chapter{Ridge Regression}%
\label{cha:Ridge Regression}

View File

@ -0,0 +1,3 @@
\chapter{Trees and Forests}%
\label{cha:Trees and Forests}

View File

@ -0,0 +1,3 @@
\chapter{k-Nearest Neighbors}%
\label{cha:k-Nearest Neighbors}

View File

@ -0,0 +1,3 @@
\chapter{Density Estimation and Mixture Models}%
\label{cha:Density Estimation and Mixture Models}

View File

@ -0,0 +1,3 @@
\chapter{Dimensionality Reduction and Clustering}%
\label{cha:Dimensionality Reduction and Clustering}

View File

@ -1,8 +0,0 @@
\chapter{Example Chapter}
Example Text using \gls{example} and the acronym \gls{EXP}
\begin{equation}
\nomeq{exampl}
\end{equation}
\clearpage
\section{Example Section}
Example Page 2

View File

@ -0,0 +1,3 @@
\chapter{Kernel-Regression}%
\label{cha:Kernel-Regression}

View File

@ -0,0 +1,3 @@
\chapter{Support Vector Machines}%
\label{cha:Support Vector Machines}

View File

@ -0,0 +1,3 @@
\chapter{CNNs and LSTMs}%
\label{cha:CNNs and LSTMs}

View File

@ -0,0 +1,3 @@
\chapter{Neural Networks and Backpropagation}%
\label{cha:Neural Networks and Backpropagation}

View File

@ -0,0 +1,3 @@
\chapter{Variational Auto-Encoders}%
\label{cha:Variational Auto-Encoders}