-
Notifications
You must be signed in to change notification settings - Fork 3
/
main_jp.tex
36 lines (31 loc) · 928 Bytes
/
main_jp.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
\documentclass[english]{beamer}
\usetheme[compress]{Berlin}
\input{preambles/packages.tex}
\input{preambles/custom_colors.tex}
\input{preambles/macros.tex}
\input{preambles/details.tex}
%\input{gloss/glossary.tex}
\begin{document}
%% title frame
{
\setbeamertemplate{navigation symbols}{}
\begin{frame}
\titlepage
\end{frame}
}
\addtocounter{framenumber}{-1} % revert slide counter after head
%% load introduction
%\input{introduction/introduction_section.tex}
%% load statlearn section
\input{satistical_learning/stat_learn_section.tex}
%% representations
%\input{representations/representations_section.tex}
%% fs
%\input{featureselection/featureselection_section.tex}
%% load MLR/kernel section
%\input{linear_and_kernel_models/linear_and_kernel_section.tex}
%% neural networks
%\input{neural_networks/neural_networks_section.tex}
%% application examples
%\input{applications/applications_section.tex}
\end{document}