diff options
| author | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2015-12-03 14:54:15 -0500 |
|---|---|---|
| committer | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2015-12-03 14:54:15 -0500 |
| commit | 7762f1c5cbb5ec865fa8098fda4c75c01d2e9420 (patch) | |
| tree | 5ac9f352e8685b7a5c40f7aaee9c994cb5bc4ccf /poster/Finale_poster/poster.tex | |
| parent | 80a683b0b879be707b8d8b92e5e73fb1d887d842 (diff) | |
| download | cascades-7762f1c5cbb5ec865fa8098fda4c75c01d2e9420.tar.gz | |
poster
Diffstat (limited to 'poster/Finale_poster/poster.tex')
| -rw-r--r-- | poster/Finale_poster/poster.tex | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/poster/Finale_poster/poster.tex b/poster/Finale_poster/poster.tex index 5da0c80..618d501 100644 --- a/poster/Finale_poster/poster.tex +++ b/poster/Finale_poster/poster.tex @@ -1,4 +1,4 @@ -\documentclass[final, 12]{beamer} +\documentclass[final]{beamer} \usepackage[utf8]{inputenc} \usepackage[scale=1.6]{beamerposter} % Use the beamerposter package for laying \usetheme{confposter} % Use the confposter theme supplied with this template @@ -17,7 +17,7 @@ \setlength{\paperwidth}{48in} % A0 width: 46.8in \setlength{\paperheight}{40in} % A0 height: 33.1in \setlength{\sepwid}{0.024\paperwidth} % Separation width (white space) between -\setlength{\onecolwid}{0.22\paperwidth} % Width of one column +\setlength{\onecolwid}{0.29\paperwidth} % Width of one column \setlength{\twocolwid}{0.464\paperwidth} % Width of two columns \setlength{\threecolwid}{0.708\paperwidth} % Width of three columns \setlength{\topmargin}{-1in} % Reduce the top margin size @@ -118,12 +118,23 @@ \begin{block}{Active Learning} \emph{Can we gain by choosing the source node? If so, how to best choose the source node?} +\end{block} - \begin{block}{Heuristic 1 (Baseline)} - \end{block} +\begin{block}{Heuristic 1 (Baseline)} +\end{block} - \begin{block}{Heuristic 2} - \end{block} +\begin{block}{Heuristic 2} + \begin{itemize} + \item Choose source to maximize mutual information + \begin{equation*} + \begin{split} + I(\bx ,\Theta | x^0 = i) = & + E_{\substack{\Theta \sim D_t \\ x | + \Theta, i \sim D'}}\log p(x|\Theta) \\ - & E_{\substack{\Theta + \sim D_t \\ x' | \Theta, i \sim D'}} \log p(x') + \end{split} + \end{equation*} + \end{itemize} \end{block} \end{column} |
