Files
eth-summaries/semester6/iml/main.tex
T
2026-04-02 11:48:37 +02:00

30 lines
607 B
TeX

\documentclass[a4paper,10pt]{article}
\usepackage[landscape, left=0.75cm, top=1cm, right=0.75cm, bottom=1.5cm, footskip=15pt]{geometry}
\input{util/setup.tex}
\input{util/helpers.tex}
\title{Probability \& Statistics}
\author{Robin Bacher}
\date{HS 2026}
\begin{document}
\textbf{Introduction to Machine Learning}
\input{parts/00_intro.tex}
\section{Regression}
\input{parts/01_regression.tex}
\newpage
\section{Classification}
\input{parts/02_classification.tex}
\newpage
\section{Kernels}
\input{parts/03_kernels.tex}
\newpage
\section{Neural Networks}
\input{parts/04_networks.tex}
\end{document}