You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now propagate vectors with elements in [0, 1], but what if we would instead propagate the log of these elements for better robustness? I think this might also get rid of having to clamp the variables.
The text was updated successfully, but these errors were encountered:
Following up on ReactiveBayes/RxInfer.jl#94, we need to reduce the number of occurences of tiny / huge as much as possible. Getting rid of the clamping for Categorical distributions will be a first important step.
@bartvanerp
The text was updated successfully, but these errors were encountered: