📚 The CoCalc Library - books, templates and other resources
License: OTHER
\documentclass[hyperref={pdfpagelabels=false},usepdftitle=false]{beamer}1\usetheme{Frankfurt} % see http://deic.uab.es/~iblanes/beamer_gallery/index_by_theme.html as fallback2\usecolortheme{beaver}3\usefonttheme{professionalfonts}4\usepackage{hyperref}5\usepackage[utf8]{inputenc} % this is needed for german umlauts6\usepackage[english]{babel} % this is needed for german umlauts7\usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf8\usepackage{tikz}9\usepackage{incgraph}1011\beamertemplatenavigationsymbolsempty1213% Begin:Move navigation from top to bottom14\setbeamertemplate{navigation symbols}{}15\makeatletter16\setbeamertemplate{footline}17{%18\pgfuseshading{beamer@barshade}%19\ifbeamer@sb@subsection%20\vskip-9.75ex%21\else%22\vskip-7ex%23\fi%24\begin{beamercolorbox}[ignorebg,ht=2.25ex,dp=3.75ex]{section in head/foot}25\insertnavigation{\paperwidth}26\end{beamercolorbox}%27\ifbeamer@sb@subsection%28\begin{beamercolorbox}[ignorebg,ht=2.125ex,dp=1.125ex,%29leftskip=.3cm,rightskip=.3cm plus1fil]{subsection in head/foot}30\usebeamerfont{subsection in head/foot}\insertsubsectionhead31\end{beamercolorbox}%32\fi%33}%34\setbeamertemplate{headline}{%35}36\makeatother37% End:Move navigation from top to bottom383940\begin{document}4142\title{Art in Machine Learning}43\subtitle{\href{https://github.com/MartinThoma/}{github.com/MartinThoma/}}44\author{Martin Thoma}45\date{15. Januar 2016}46\subject{Machine Learning}4748\frame{\titlepage}4950\section{Examples}51\subsection{Examples}5253\incgraph{0099.jpg}5455\section{ML-Basics}56\subsection{ML-Basics}5758\begin{frame}{Was ist Machine Learning?}59\begin{block}{Definition by Tom Mitchell: ML}60A computer program is said to learn from \textbf{experience} $E$ with61respect to some class of \textbf{tasks} $T$ and \textbf{performance62measure} $P$, if its performance at tasks in $T$, as measured by $P$,63improves with experience $E$.64\end{block}65\end{frame}6667\end{document}6869