Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Propagate log of Categorical distribution parameters? #75

Open
bvdmitri opened this issue Jan 10, 2022 · 3 comments
Open

Propagate log of Categorical distribution parameters? #75

bvdmitri opened this issue Jan 10, 2022 · 3 comments
Labels
enhancement New feature or request performance

Comments

@bvdmitri
Copy link
Member

@bartvanerp

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.

@bvdmitri
Copy link
Member Author

@bartvanerp
Copy link
Member

Seems interesting, thanks for sharing!

@bartvanerp
Copy link
Member

bartvanerp commented Apr 14, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
Status: 🤔 Ideas
Development

No branches or pull requests

3 participants