-
Updated
Apr 10, 2022 - HTML
probabilistic-graphical-models
Here are 199 public repositories matching this topic...
-
Updated
May 13, 2022 - Jupyter Notebook
-
Updated
May 12, 2022 - Python
-
Updated
Nov 11, 2021 - Python
-
Updated
Mar 17, 2021 - C#
-
Updated
Nov 23, 2021 - Julia
Remove antipatterns
-
Updated
May 14, 2022
-
Updated
Jun 23, 2020 - Jupyter Notebook
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
-
Updated
May 20, 2022 - Julia
-
Updated
Aug 7, 2020 - Python
-
Updated
Jan 15, 2019 - Python
-
Updated
Aug 26, 2021 - Python
-
Updated
Mar 3, 2022 - Python
-
Updated
Apr 10, 2022 - HTML
-
Updated
Aug 11, 2021 - Python
-
Updated
Sep 11, 2018 - Python
Documentation
The documentation at this point is in a very poor state at this point. We need to do considerable effort and I suggest that we adhere to NumPy style docstrings
-
Updated
May 4, 2022 - Xtend
-
Updated
Feb 9, 2022 - Python
-
Updated
May 11, 2022 - Jupyter Notebook
-
Updated
May 8, 2022 - R
-
Updated
Mar 8, 2021 - Jupyter Notebook
-
Updated
Jul 15, 2019 - Python
-
Updated
Apr 8, 2022 - Java
-
Updated
Feb 11, 2017 - Python
-
Updated
May 21, 2022 - Python
-
Updated
Jul 6, 2018
-
Updated
Sep 30, 2020 - Jupyter Notebook
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.
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."


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.