diff options
| author | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2015-12-11 17:11:12 -0500 |
|---|---|---|
| committer | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2015-12-11 17:11:12 -0500 |
| commit | a08f475a5ace6d069ba4cf0c93c6ef4df2b117b0 (patch) | |
| tree | 009cc3d5500765848903afa68dd4e10fe5299a6c /finale/final_report.tex | |
| parent | 16493ef0bb95d1faf1a00d67682bca889ed8c55c (diff) | |
| download | cascades-a08f475a5ace6d069ba4cf0c93c6ef4df2b117b0.tar.gz | |
experiments section start
Diffstat (limited to 'finale/final_report.tex')
| -rw-r--r-- | finale/final_report.tex | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/finale/final_report.tex b/finale/final_report.tex index 9e1e33c..159badc 100644 --- a/finale/final_report.tex +++ b/finale/final_report.tex @@ -7,7 +7,7 @@ \usepackage{graphicx} \usepackage{bbm} %\usepackage{fullpage} -\input{def} +\input{def} \usepackage{icml2015} %\usepackage{algpseudocode} \DeclareMathOperator*{\argmax}{arg\,max} @@ -43,6 +43,18 @@ \begin{document} \maketitle +\begin{abstract} + The Network Inference Problem (NIP) is the machine learning challenge of + recovering the edges and edge weights of an unknown weighted graph from the + observations of a random contagion process propagating over this graph. + While previous work has focused on provable convergence guarantees for the + Maximum-Likelihood estimator for the edge weights, a Bayesian treatment of + the problem is still lacking. In this work, we establish a scalable Bayesian + framework for the unified NIP formulation of \cite{pouget}. Furthermore, we + show how this Bayesian framework leads to intuitive and effective heuristics + to greatly speed up learning. +\end{abstract} + \section{Introduction} \input{sections/intro.tex} @@ -51,14 +63,24 @@ \input{sections/model.tex} \section{Bayesian Inference} +\label{sec:bayes} \input{sections/bayesian.tex} \section{Active Learning} +\label{sec:active} \input{sections/active.tex} \section{Experiments} \input{sections/experiments.tex} +\section{Discussion} + \bibliography{sparse} \bibliographystyle{icml2015} + +\newpage +\section{Appendix} +\label{sec:appendix} +\input{sections/appendix.tex} + \end{document} |
