pyhgf
pyhgf copied to clipboard
PyHGF: A neural network library for predictive coding
I tried to update the functions using non linear equations I don't know if I handled correctly the static arguments though...
The binary input node with finite precision was dropped some time ago when refactoring the update functions. Once #183 and #141 are merged, we should add it back.
This PR introduced the first re-implementation of the framework in Rust, focusing on generalized filtering for now.
Create example for multiple HGFs Adjust the ReLu tutorial
In the case of missing observations, we need to check the consistency of the trajectories plotted by `pyhgf.plots.plot_trajectories`.
Now that #274 is merged, we need to implement the corresponding scan function so the main `Network` class can sample predictions when provided with time step sequences. The main call...