pyhgf icon indicating copy to clipboard operation
pyhgf copied to clipboard

PyHGF: A neural network library for predictive coding

Results 39 pyhgf issues
Sort by recently updated
recently updated
newest added

I tried to update the functions using non linear equations I don't know if I handled correctly the static arguments though...

update functions
nodes

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.

update functions

This PR introduced the first re-implementation of the framework in Rust, focusing on generalized filtering for now.

rust

Create example for multiple HGFs Adjust the ReLu tutorial

documentation

In the case of missing observations, we need to check the consistency of the trajectories plotted by `pyhgf.plots.plot_trajectories`.

plotting

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...

enhancement
networks