Skip to content

Instantly share code, notes, and snippets.

@murphyk
Created September 9, 2024 16:25
Show Gist options
  • Save murphyk/b6d3bc10cc5c067e3233f6fabd432a3b to your computer and use it in GitHub Desktop.
Save murphyk/b6d3bc10cc5c067e3233f6fabd432a3b to your computer and use it in GitHub Desktop.
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
@murphyk
Copy link
Author

murphyk commented Sep 9, 2024

bern-ekf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment