This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
add example of learning a directed graphical model #113
Labels
documentation
Improvements or additions to documentation
It would be cool to show how to fit an HMM with Gaussian local evidence potentials.
The model would be
You use LBP to compute the (exact!) marginal likelihood and then do gradient descent for the params.
Or you could recreate our discrete HMM example at https://github.com/probml/JSL/blob/main/jsl/demos/hmm_casino_sgd_train.py
The text was updated successfully, but these errors were encountered: