-
Notifications
You must be signed in to change notification settings - Fork 3
/
part-I.tex
33 lines (29 loc) · 932 Bytes
/
part-I.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
\documentclass[english]{beamer}
\usetheme[compress]{Berlin}
\input{preambles/packages.tex}
\input{preambles/custom_colors.tex}
\input{preambles/macros.tex}
\input{preambles/details-I.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}
% %% load MLR/kernel section
\input{linear_and_kernel_models/linear_and_kernel_section.tex}
%% representations
%\input{representations/representations_section.tex}
% %% neural networks https://v2.overleaf.com/project/5c4772d3fed0274904523df7
%\input{neural_networks/neural_networks_section.tex}
% %% application examples
%\input{applications/applications_section.tex}
\end{document}