diff options
Diffstat (limited to 'finale/final_report.tex')
| -rw-r--r-- | finale/final_report.tex | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/finale/final_report.tex b/finale/final_report.tex new file mode 100644 index 0000000..28ae3dd --- /dev/null +++ b/finale/final_report.tex @@ -0,0 +1,63 @@ +\documentclass[10pt]{article} +\usepackage[utf8x]{inputenc} +\usepackage{amsmath, amssymb, amsthm, microtype} +\usepackage[pagebackref=false,breaklinks=true, + colorlinks=true,citecolor=blue]{hyperref} +\usepackage[capitalize, noabbrev]{cleveref} +\usepackage{graphicx} +\usepackage{bbm} +%\usepackage{fullpage} +\input{def} +\usepackage{icml2015} +%\usepackage{algpseudocode} +\DeclareMathOperator*{\argmax}{arg\,max} +\DeclareMathOperator*{\argmin}{arg\,min} +\DeclareMathOperator{\E}{\mathbb{E}} +\let\P\relax +\DeclareMathOperator{\P}{\mathbb{P}} +\newcommand{\ex}[1]{\E\left[#1\right]} +\newcommand{\prob}[1]{\P\left[#1\right]} +\newcommand{\inprod}[1]{\left\langle #1 \right\rangle} +\newcommand{\R}{\mathbf{R}} +\newcommand{\N}{\mathbf{N}} +\newcommand{\C}{\mathcal{C}} +\newcommand{\eps}{\varepsilon} +\newcommand{\bt}{\boldsymbol{\theta}} +\newcommand{\bx}{\mathbf{x}} +\newcommand{\cl}[1]{\text{\textbf{#1}}} +\newcommand{\eqdef}{\mathbin{\stackrel{\rm def}{=}}} + +\newtheorem{theorem}{Theorem} +\newtheorem{proposition}[theorem]{Proposition} +\newtheorem{lemma}[theorem]{Lemma} +\newtheorem{corollary}[theorem]{Corollary} +\theoremstyle{definition} +\newtheorem{definition}[theorem]{Definition} +\theoremstyle{remark} +\newtheorem*{example}{Example} +\newtheorem*{remark}{Remark} + +\title{Bayesian and Activ Learning for Graph Inference} +\author{Thibaut Horel \and Jean Pouget-Abadie} + +\begin{document} + +\maketitle +\section{Introduction} +\input{sections/intro.tex} + +\section{Model} +\input{sections/model.tex} + +\section{Bayesian Inference} +\input{sections/bayesian.tex} + +\section{Active Learning} +\input{sections/active.tex} + +\section{Experiments} +\input{sections/experiments.tex} + +\bibliography{sparse} +\bibliographystyle{icml2015} +\end{document} |
