-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstochastic_variational_inference.tex
More file actions
69 lines (47 loc) · 1.27 KB
/
stochastic_variational_inference.tex
File metadata and controls
69 lines (47 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
% This text is proprietary.
% It's a part of presentation made by myself.
% It may not used commercial.
% The noncommercial use such as private and study is free
% Sep. 2005
% Author: Sascha Frank
% University Freiburg
% www.informatik.uni-freiburg.de/~frank/
\documentclass{beamer}
\usepackage{multirow,multicol}
\usepackage{xcolor}
\makeatletter
\newcommand{\redub}{}
\def\redub#1{%
\@ifnextchar_%
{\@redub{#1}}
{\@latex@warning{Missing argument for \string\redub}\@redub{#1}_{}}%
}
\def\@redub #1_#2{%
\colorlet{currentcolor}{.}%
\color{red}%
\underbrace{\color{currentcolor}#1}_{\color{red}#2}%
\color{currentcolor}%
}
\makeatother
\newcommand{\gvp}[1]{\textcolor{red}{\ensuremath{#1}}}
\newcommand{\lvp}[1]{\textcolor{blue}{\ensuremath{#1}}}
\begin{document}
\title{Stochastic Variational Inference}
\subtitle{from Hoffman et al., 2013}
\author{Presented By Ryan Cotterell and Frank Ferraro}
\date{\today}
\frame{\titlepage}
%\frame{\frametitle{Table of contents}\tableofcontents}
\input{overview}
\input{general-model}
\input{elbo}
\input{why-elbo}
\input{exponential-families}
\input{mean-field}
\input{em-special-case}
\input{natural-gradient}
\input{em-vs-vi}
\input{svi}
\input{variational-variants}
\input{models}
\end{document}