aboutsummaryrefslogtreecommitdiffstats
path: root/poster
diff options
context:
space:
mode:
authorjeanpouget-abadie <jean.pougetabadie@gmail.com>2015-12-03 11:51:40 -0500
committerjeanpouget-abadie <jean.pougetabadie@gmail.com>2015-12-03 11:51:40 -0500
commit5f82a47d7ad642b05d089ca43811aba3a233b224 (patch)
treef05730dff89c275ecff3258f2406e256a42dceca /poster
parent47708909a51c204bb214f1e3ca7e4584b0afcd6a (diff)
downloadcascades-5f82a47d7ad642b05d089ca43811aba3a233b224.tar.gz
poster
Diffstat (limited to 'poster')
-rw-r--r--poster/Finale_poster/beamerthemeconfposter.sty3
-rw-r--r--poster/Finale_poster/poster.tex33
2 files changed, 26 insertions, 10 deletions
diff --git a/poster/Finale_poster/beamerthemeconfposter.sty b/poster/Finale_poster/beamerthemeconfposter.sty
index bcba6a7..9d3c56b 100644
--- a/poster/Finale_poster/beamerthemeconfposter.sty
+++ b/poster/Finale_poster/beamerthemeconfposter.sty
@@ -12,6 +12,7 @@
\usetikzlibrary{arrows,backgrounds}
\RequirePackage[T1]{fontenc}
\RequirePackage{lmodern}
+\usepackage{exscale}
\RequirePackage{textcomp}
\RequirePackage{amsmath,amssymb}
\usefonttheme{professionalfonts}
@@ -181,4 +182,4 @@
\end{beamercolorbox}
\end{beamercolorbox}
\vskip\smallskipamount
-} \ No newline at end of file
+}
diff --git a/poster/Finale_poster/poster.tex b/poster/Finale_poster/poster.tex
index 7cc14b8..63219a7 100644
--- a/poster/Finale_poster/poster.tex
+++ b/poster/Finale_poster/poster.tex
@@ -1,4 +1,4 @@
-\documentclass[final]{beamer}
+\documentclass[final, 10]{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
@@ -63,28 +63,43 @@
\begin{block}{Problem}
\emph{How to recover an unknown network from the observation of contagion
cascades?}
+ \vspace{.5cm}
+ \begin{itemize}
+ \item {\bf Observe} $X^t_c$ (infections at time $t$ in cascade $c$)
+ \item {\bf Objective}: find $\{\theta_{ij}\}$ (graph weight matrix)
+\end{itemize}
\end{block}
\vspace{1cm}
\begin{block}{\bf Contagion Model~\cite{}}
\begin{itemize}
- \item {\bf Observe} $X^t_c$ (infections at time $t$ in cascade $c$)
- \item {\bf Objective}: find $\{\theta_{ij}\}$ (graph weight matrix)
- \item Infections drawn indep.~for each node: GLM over infected parents
+ \item Discrete time
+ \item Infections drawn indep.~for each node conditioned on previous step
+ \item Generalized Linear Model parametrization:
\begin{framed}
$$\mathbb{P}(X^{t+1}_j = 1 | X^t) = f(\Theta_j \cdot X^t)$$
\end{framed}
\end{itemize}
-\begin{figure}
- \centering
- \includegraphics[scale=1.5]{../images/drawing.pdf}
-\end{figure}
+\end{block}
+
+\begin{block}{MLE}
+ \begin{itemize}
+ \item Log-likelihood is concave for common contagion models (IC model): SGD
+ on $\{\theta_{ij}\}$
+ \end{itemize}
+ \vspace{1cm}
+ \begin{equation*}
+ \begin{split}
+ \hat{\theta}\in \arg\max_\theta \sum_{t}~& y^t\log f(\theta\cdot x^t)
+ \\ & + (1-y^t) \log \big(1 - f(\theta\cdot x^t)\big)
+ \end{split}
+\end{equation*}
\end{block}
\begin{block}{Bayesian Framework}
\begin{figure}
\centering
- \includegraphics[scale=1.5]{graphical.pdf}
+ \includegraphics[scale=3]{graphical.pdf}
\end{figure}
\end{block}