forked from TH_General/Template_Summary
Created chapters
This commit is contained in:
parent
28ebbad694
commit
be49a06844
@ -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
|
||||
% }}} %
|
||||
|
||||
|
@ -0,0 +1,3 @@
|
||||
\chapter{Bayesian Linear Regression and Gaussian Processes}%
|
||||
\label{cha:Bayesian Linear Regression and Gaussian Processes}
|
||||
|
@ -0,0 +1,3 @@
|
||||
\chapter{Linear Classification}%
|
||||
\label{cha:Linear Classification}
|
||||
|
@ -0,0 +1,3 @@
|
||||
\chapter{Linear Regression}%
|
||||
\label{cha:Linear Regression}
|
||||
|
@ -0,0 +1,3 @@
|
||||
\chapter{Model Selection}%
|
||||
\label{cha:Model Selection}
|
||||
|
@ -0,0 +1,3 @@
|
||||
\chapter{Ridge Regression}%
|
||||
\label{cha:Ridge Regression}
|
||||
|
@ -0,0 +1,3 @@
|
||||
\chapter{Trees and Forests}%
|
||||
\label{cha:Trees and Forests}
|
||||
|
@ -0,0 +1,3 @@
|
||||
\chapter{k-Nearest Neighbors}%
|
||||
\label{cha:k-Nearest Neighbors}
|
||||
|
@ -0,0 +1,3 @@
|
||||
\chapter{Density Estimation and Mixture Models}%
|
||||
\label{cha:Density Estimation and Mixture Models}
|
||||
|
@ -0,0 +1,3 @@
|
||||
\chapter{Dimensionality Reduction and Clustering}%
|
||||
\label{cha:Dimensionality Reduction and Clustering}
|
||||
|
@ -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
|
3
chapters/Kernel_Methods/Kernel-Regression.tex
Normal file
3
chapters/Kernel_Methods/Kernel-Regression.tex
Normal file
@ -0,0 +1,3 @@
|
||||
\chapter{Kernel-Regression}%
|
||||
\label{cha:Kernel-Regression}
|
||||
|
3
chapters/Kernel_Methods/Support_Vector_Machines.tex
Normal file
3
chapters/Kernel_Methods/Support_Vector_Machines.tex
Normal file
@ -0,0 +1,3 @@
|
||||
\chapter{Support Vector Machines}%
|
||||
\label{cha:Support Vector Machines}
|
||||
|
3
chapters/Neural_Networks/CNNs_and_LSTMs.tex
Normal file
3
chapters/Neural_Networks/CNNs_and_LSTMs.tex
Normal file
@ -0,0 +1,3 @@
|
||||
\chapter{CNNs and LSTMs}%
|
||||
\label{cha:CNNs and LSTMs}
|
||||
|
@ -0,0 +1,3 @@
|
||||
\chapter{Neural Networks and Backpropagation}%
|
||||
\label{cha:Neural Networks and Backpropagation}
|
||||
|
3
chapters/Neural_Networks/Variational_Auto-Encoders.tex
Normal file
3
chapters/Neural_Networks/Variational_Auto-Encoders.tex
Normal file
@ -0,0 +1,3 @@
|
||||
\chapter{Variational Auto-Encoders}%
|
||||
\label{cha:Variational Auto-Encoders}
|
||||
|
Loading…
x
Reference in New Issue
Block a user