The Wayback Machine - https://web.archive.org/web/20220522162658/https://github.com/topics/probabilistic-graphical-models
Skip to content
#

probabilistic-graphical-models

Here are 199 public repositories matching this topic...

ThijsvdLaar
ThijsvdLaar commented Apr 20, 2020

This blogpost from Lyndon White mentions several antipatterns for Julia code: https://white.ucc.asn.au/2020/04/19/Julia-Antipatterns.html (thanks @bauglir for pointing this out). Some of the antipatterns mentioned here are also present in the FL code.

  1. The most prominent one is the over-constraining of argument types. Some very specific constraints are needed for the update rules, but in oth
nathanielvirgo
nathanielvirgo commented Apr 27, 2022

This is more of a question than an issue. (If there's a better place to ask it please let me know.)

I'm hoping to do inference on networks of (mostly) discrete random variables. ReactiveMP sounded like it might be well suited to my applications, because message passing is likely to perform a lot better than the MCMC algorithms that other PPLs tend to use.

However, I can't get some simple exa

good first issue

Improve this page

Add a description, image, and links to the probabilistic-graphical-models topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the probabilistic-graphical-models topic, visit your repo's landing page and select "manage topics."

Learn more