pyhgf
pyhgf copied to clipboard
PyHGF: A neural network library for predictive coding
I found this repo while looking for a Predictive Coding library, inspired by [this paper](https://arxiv.org/abs/2107.12979). However, the focus here seems to be more on Generalized Hierarchical Gaussian Filters (HGF). Could...
Hello, PyHGF community! I am interested in implementing switching HGF, e.g., https://ieeexplore.ieee.org/document/9518229, to model my animal behavior dataset. Has anyone managed to implement switching HGF with PyHGF?
Plotting PYMC networks using `pm.model_to_graphviz` now fails as it tries to infer shape from sampling.
Generalised Bayesian filtering is described in [this paper](https://iwaiworkshop.github.io/papers/2020/IWAI_2020_paper_17.pdf). We need to implement a node that uses: - [ ] A fixed learning rate - [ ] A dynamic learning rate...