HierarchicalGaussianFiltering.jl icon indicating copy to clipboard operation
HierarchicalGaussianFiltering.jl copied to clipboard

The Julia implementation of the generalised hierarchical Gaussian filter

Results 47 HierarchicalGaussianFiltering.jl issues
Sort by recently updated
recently updated
newest added

Example of update order: update_order = ["u", "x1", "x2"], returns error. The nodes are recognized as a string and not an HGF node

bug

optional: provide a list of node names

Some examples of nice documentation in related packages: * https://probml.github.io/dynamax/ * https://gpjax.readthedocs.io/en/latest/ - [ ] The GitHub action needs to be fixed. README: - [ ] A logo - [...

documentation
high priority

Function for finding the HGF parameters that minimizes surprise can be done by gradient descent, sampling, variational bayes etc

long term

Nodes for dynamically changing states and parameters of the HGF based on context or actions

long term