Skip to content

Commit b87ceec

Browse files
authored
Add update function and tutorial on causal prediction errors (#249)
1 parent 919fe5d commit b87ceec

File tree

5 files changed

+1210
-0
lines changed

5 files changed

+1210
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ coverage.xm
1616
.pytest_cache
1717
dist/*
1818
target*
19+
*DS_Store
1920
.benchmarks/
368 KB
Loading

docs/source/learn.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ notebooks/5-Non_linear_value_coupling
3737
notebooks/Example_1_Heart_rate_variability.ipynb
3838
notebooks/Example_2_Input_node_volatility_coupling.ipynb
3939
notebooks/Example_3_Multi_armed_bandit.ipynb
40+
notebooks/Example_4_Causal_discovery.ipynb
4041
```
4142

4243
```{toctree}
@@ -186,6 +187,14 @@ Dynamic inference over both the mean and variance of a normal distribution.
186187
A generalisation of the binary Hierarchical Gaussian Filter to multiarmed bandit where the probabilities of the outcomes are evolving independently.
187188
:::
188189

190+
:::{grid-item-card} Causal discovery for predictive coding
191+
:link: example_4
192+
:link-type: ref
193+
:img-top: ./images/causal_discovery.png
194+
195+
Deriving a causal discovery prediction error to track the causal coupling strength between two random variable over time.
196+
:::
197+
189198
::::
190199

191200
## Exercises

docs/source/notebooks/.DS_Store

6 KB
Binary file not shown.

docs/source/notebooks/Example_4_Causal_discovery.ipynb

Lines changed: 1200 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)