Replies: 1 comment 4 replies
-
Hey @navidivan, no, not yet. We have plans to make it possible within |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In any hierarchical network, we have also a hierarchy of timescales. The lower-level vision system gets updated with incoming data at a much higher frequency than association cortex, which binds information between different sub-networks. Many active inference papers implement this sort of thing by controlling the message passing dynamics.
What is the most routine/standard way of implementing asynchronous updates and message passing in a factor graph using ReactiveBayes? assume we have two streams of data, one at 10 Hz and the other at 100 Hz. These two implement Filtering, and feed forward to a higher node that operates at 1 Hz.
Is there an implementable with current libraries? Do we have an example of this sort of thing?!
Beta Was this translation helpful? Give feedback.
All reactions