Skip to content

Instantly share code, notes, and snippets.

View murphyk's full-sized avatar

Kevin P Murphy murphyk

View GitHub Profile
Here is the chain graph version of the "Asia" network from Cowell et al 2005 p110
# "Probabilistic Networks and Expert Systems"
# https://link.springer.com/book/10.1007/b97670
image of an integral
@murphyk
murphyk / bern-ekf
Created September 9, 2024 16:25
EKF for binary logistic regression in 2d
# Conditional Moments EKF for fitting a binary logistic regression model to 2 moons data
# Source: https://colab.research.google.com/github/gerdm/bayes/blob/main/exponential-families-ekf.ipynb