start dsd auto training presentation
This commit is contained in:
parent
b20e6ababb
commit
b6868ae0af
9 changed files with 327 additions and 0 deletions
43
DSD/auto_training/presentation.tex
Normal file
43
DSD/auto_training/presentation.tex
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
\documentclass[aspectratio=169,10pt]{beamer}
|
||||
\usetheme[progressbar=head,numbering=fraction,sectionpage=none]{metropolis}
|
||||
|
||||
\usepackage{graphicx}
|
||||
\usepackage{ulem}
|
||||
\usepackage{xcolor}
|
||||
\usepackage[scale=2]{ccicons}
|
||||
\usepackage{pgfplots}
|
||||
\usepackage{booktabs}
|
||||
\usepgfplotslibrary{dateplot}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{multirow}
|
||||
\usepackage{array}
|
||||
\usepackage{xspace}
|
||||
|
||||
\title{DSD Auto Training}
|
||||
\subtitle{\textit{dsd\_trainer.py} is stealing my job.}
|
||||
\date{}
|
||||
\author{Arthur Grisel-Davy}
|
||||
\institute{University of Waterloo, Canada}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
\begin{frame}{Goal}
|
||||
\begin{center}
|
||||
From a {\color{blue}raw trace} containing normal and recurent activities, extract the {\color{blue}DSD training data} and {\color{blue}occurences rules} for the activities in the trace.
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Overview}
|
||||
\only<1>{\includegraphics[height=\textheight]{images/overview-1.pdf}}
|
||||
\only<2>{\includegraphics[height=\textheight]{images/overview-2.pdf}}
|
||||
\only<3>{\includegraphics[height=\textheight]{images/overview-3.pdf}}
|
||||
\only<4>{\includegraphics[height=\textheight]{images/overview-4.pdf}}
|
||||
\only<5>{\includegraphics[height=\textheight]{images/overview-5.pdf}}
|
||||
\only<6>{\includegraphics[height=\textheight]{images/overview-6.pdf}}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
Loading…
Add table
Add a link
Reference in a new issue