Skip to content

Commit 6e262e6

Browse files
committed
add author, footer, logo to slides
1 parent 5e06c2a commit 6e262e6

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

slides/amortized-inference.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
22
title: "Amortized Bayesian Inference"
33
subtitle: "with BayesFlow"
4+
author: "Šimon Kucharský"
45
format:
56
revealjs:
67
theme: default
78
slide-number: true
89
html-math-method: mathjax
910
highlight-style: github
11+
footer: "Amortized Bayesian Inference"
12+
logo: ../figures/bayesflow-logo.png
1013
csl: ../apa.csl
1114
bibliography: ../bibliography.bib
1215
---
@@ -339,7 +342,6 @@ Reflect symmetries in the data
339342
summary_network = bf.networks.DeepSet()
340343
```
341344

342-
</br>
343345

344346
### Time series, Sequences, ...
345347

slides/deep-learning.qmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
22
title: "Deep Learning"
33
subtitle: "Introduction"
4+
author: "Šimon Kucharský"
45
format:
56
revealjs:
67
theme: default
78
slide-number: true
89
html-math-method: mathjax
910
highlight-style: github
11+
footer: "Amortized Bayesian Inference"
12+
logo: ../figures/bayesflow-logo.png
1013
csl: ../apa.csl
1114
bibliography: ../bibliography.bib
1215
---

slides/generative-architectures.qmd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: "Generative Neural Networks"
3+
author: "Šimon Kucharský"
34
format:
45
revealjs:
56
theme: default
67
slide-number: true
78
html-math-method: mathjax
89
highlight-style: github
9-
include-in-header:
10-
text: |
11-
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/mermaid.min.js"></script>
10+
footer: "Amortized Bayesian Inference"
11+
logo: ../figures/bayesflow-logo.png
1212
---
1313

1414
## Generative models
@@ -68,7 +68,7 @@ $$\rightarrow$$
6868

6969
![](../figures/normalizing-flow/x_4.svg)
7070

71-
Normalizing flow
71+
Forward direction
7272
:::
7373

7474
## Sampling
@@ -78,7 +78,7 @@ Normalizing flow
7878

7979
</br>
8080

81-
::: {#fig-normalizing-flow layout="[[-10, 1, -10], [10, 1, 10]]"}
81+
::: {#fig-normalizing-flow-rev layout="[[-10, 1, -10], [10, 1, 10]]"}
8282

8383
$f^{-1}$
8484

@@ -88,7 +88,7 @@ $$\leftarrow$$
8888

8989
![](../figures/normalizing-flow/x_4.svg)
9090

91-
Normalizing flow in reverse direction
91+
Backward direction
9292
:::
9393

9494
## Density evaluation

slides/intro.qmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
22
title: "Amortized Bayesian Inference"
33
subtitle: "Introduction"
4+
author: "Šimon Kucharský"
45
format:
56
revealjs:
67
theme: default
78
slide-number: true
89
html-math-method: mathjax
910
highlight-style: github
11+
footer: "Amortized Bayesian Inference"
12+
logo: ../figures/bayesflow-logo.png
1013
---
1114

1215
##

0 commit comments

Comments
 (0)