Replies: 2 comments 8 replies
-
|
I think this isn't true; I think to recompute the epistemic priors, you need access to the region beliefs (node local joints) which is something else than the independent marginals, and also different from the product between these marginals and the transition/observation tensor. |
Beta Was this translation helpful? Give feedback.
-
|
That is a bit outside of the scope of It also changes the optimization procedure in such a way that it becomes difficult (or impossible?) to prove that it will even converge, hence I would consider doing that "unsafe". Though if you want to experiment, you can still do that manually with custom callbacks that have access to the entire model, you can manually query all the region beliefs and update the priors manually (I think @wouterwln does something similar in his paper, but with meta structures) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
For the epistemic prior implementations (given fixed matrices - agent without parameter learning) it seems to me that being able to access the marginals on the variables from the previous VMP iteration is enough to recompute the updated epistemic priors.
further it seems to be that this could be done relatively easy by adapting the
batch.jlinference execution by acceptingautoupdatessimilar asstreaming.jland fetching/pushing the latest marginals/messages exactly once at the start of each VMP iteration loop.what do you guys think? @wouterwln @bvdmitri
Beta Was this translation helpful? Give feedback.
All reactions