Skip to content

Commit 3a9679c

Browse files
committed
clean up unused files
1 parent 6e262e6 commit 3a9679c

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

exercises.qmd

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: "Exercises"
33
---
44

5-
<!-- ## Basics of Deep Learning in Python -->
6-
75
## Generative neural networks
86

97
Here you can download example notebooks related to creating your own generative neural network architectures.
@@ -26,8 +24,8 @@ Normalizing flow
2624

2725
### Flow matching - Datasaurus
2826

29-
- Peek online: [here](./exercises/flow-matching-datasaurus.ipynb){target="_blank"}.
30-
- Download notebook: [here](./exercises/flow-matching-datasaurus.ipynb){download="flow-matching-datasaurus.ipynb"}.
27+
- Peek online: [here](./exercises/flow-matching-datasaurus.ipynb){target="_blank"}
28+
- Download notebook: [here](./exercises/flow-matching-datasaurus.ipynb){download="flow-matching-datasaurus.ipynb"}
3129
- Download data: [here](./data/datasaurus.csv){download="datasaurus.csv"}
3230

3331
In this exercise, you will build a flow matching model using `keras` that transports a standard normal distribution into a distribution based on the [datasaurus](https://en.wikipedia.org/wiki/Datasaurus_dozen).
@@ -41,8 +39,8 @@ Flow matching
4139

4240
### Flow matching - mirroring the Swiss roll
4341

44-
- Peek online: [here](./exercises/flow-matching-swiss-roll.ipynb){target="_blank"}.
45-
- Download notebook: [here](./exercises/flow-matching-swiss-roll.ipynb){download="flow-matching-swiss-roll.ipynb"}.
42+
- Peek online: [here](./exercises/flow-matching-swiss-roll.ipynb){target="_blank"}
43+
- Download notebook: [here](./exercises/flow-matching-swiss-roll.ipynb){download="flow-matching-swiss-roll.ipynb"}
4644

4745
In this exercise, you will expand the flow matching model so that you can condition the distribution on contextual variables. This will enable you to learn a flow that transports a doghnut distribution into the [swiss roll distribution](https://scikit-learn.org/stable/modules/generated/sklearn.datasets.make_swiss_roll.html), mirrored along horizontal and vertical axes, depending on the context.
4846

@@ -58,12 +56,12 @@ Please visit the BayesFlow repository to find a [bunch of examples](https://gith
5856

5957
### Estimating the mean and variance of a gaussian variable
6058

61-
- Peek online: [here](./exercises/bayesflow-normal.ipynb){target="_blank"}.
62-
- Download notebook: [here](./exercises/bayesflow-normal.ipynb){download="bayesflow-normal.ipynb"}.
59+
- Peek online: [here](./exercises/bayesflow-normal.ipynb){target="_blank"}
60+
- Download notebook: [here](./exercises/bayesflow-normal.ipynb){download="bayesflow-normal.ipynb"}
6361

6462
This notebook provides you with the very basics of the BayesFlow workflow - starting with defining simulators, through defining and training the neural approximators, and ending with network validation and inference.
6563

66-
### Diffusion decision model
64+
### Wald response times, Racing diffusion model
6765

6866
- Peek online: [here](./exercises/bayesflow-diffusion.ipynb){target="_blank"}
6967
- Download notebook: [here](./exercises/bayesflow-diffusion.ipynb){download="bayesflow-diffusion.ipynb"}

figures/loss.pdf

-109 KB
Binary file not shown.

figures/two-guys-bus.jpg

-83.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)