ilabcode / pyhgf

PyHGF: A neural network library for predictive coding
https://ilabcode.github.io/pyhgf/
GNU General Public License v3.0
53 stars 17 forks source link

Use a new equation for the prediction step of continuous state nodes #181

Closed LegrandNico closed 5 months ago

LegrandNico commented 5 months ago

The new equation merges Gaussian Random Walks and Autoregressive processes into one parameter (autoconnection_strength) between 0 and 1. The value of this parameter influences the kind of process that is implemented. The prediction step has fewer arguments and is also faster.

The documentation has been rewritten accordingly.