Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W11 T02 Fix typo #49

Merged
merged 3 commits into from
Sep 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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