Skip to content

Commit

Permalink
W11 T02 Fix typo (#49)
Browse files Browse the repository at this point in the history
* Fix typo

* W12 T03 Fix Typo

* W13 T02 Typo
  • Loading branch information
dwoiwode authored Sep 20, 2021
1 parent d2066a6 commit 1fa67bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion w11_l2l_hpo_control/t02_control.tex
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
\begin{frame}[c]{Dynamic Algorithm Configuration across Datasets \litw{\href{https://ml.informatik.uni-freiburg.de/papers/20-ECAI-DAC.pdf}{Biedenkapp et al. 2020}}}

\begin{itemize}
\item Challenge: Evaluating a policies on all datasets is often not feasible
\item Challenge: Evaluating a policy on all datasets is often not feasible
\pause
\item Curriculum learning \lit{\href{https://dl.acm.org/doi/10.1145/1553374.1553380}{Bengio et al. 2009}} showed that we should have a curriculum of tasks we tackle
\pause
Expand Down
2 changes: 1 addition & 1 deletion w12_analysis/t03_local_importance.tex
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
\begin{array}{ll}
\confI{\text{start}} = [1, 1, 0, 100] & \loss_{\text{start}} = 20\% \nonumber\\
\confI{s1} = [1, 1, \alert{1}, 100] & \loss = 7\% \nonumber\\
\confI{s1} = [1, 1, 1, \alert{42}] & \loss = 5\% \nonumber\\
\confI{s2} = [1, 1, 1, \alert{42}] & \loss = 5\% \nonumber\\
\confI{s3} = [\alert{0.98}, 1, 1, 42] & \loss = 4\% \nonumber\\
\confI{s4} = [0.98, \alert{2.42}, 1, 42] & \loss = 4\% \nonumber\\
\confI{\text{end}} = [0.98, 2.42, 1, 42] & \loss_{\text{end}} = 4\% \nonumber
Expand Down
2 changes: 1 addition & 1 deletion w13_beyond_automl/t02_racing.tex
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
\pause
\medskip

\begin{block}{Definition: $N(\conf)$ and $c_N(\conf)$}
\begin{block}{Definition: $N(\conf)$ and $\hat{c}_N(\conf)$}
\alert{$N(\conf)$} denotes the number of runs executed for $\conf$ so far.\\
\alert{$\hat{c}_N(\conf)$} denotes the cost estimate of $\conf$ based on $N$ runs.
\end{block}
Expand Down

0 comments on commit 1fa67bb

Please sign in to comment.