Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a (hidden) Markov model #164

Open
pawel-czyz opened this issue Jun 28, 2024 · 0 comments
Open

Implement a (hidden) Markov model #164

pawel-czyz opened this issue Jun 28, 2024 · 0 comments
Labels
👕 effort: M 🚂 type: enhancement New feature or request 🧪 type: experiment Used for experiments and proof of concepts

Comments

@pawel-czyz
Copy link
Member

pawel-czyz commented Jun 28, 2024

Use TFP on JAX to define a new BMM:

X1 – X2 – ... – Xn 
 |   |          |
Y1   Y2 – ... –  Yn

However, this requires first fixing #161, so that the joint distribution returns tuples of arrays for $(X, Y)$, rather than sampling them jointly and unwrapping.

@pawel-czyz pawel-czyz added 🚂 type: enhancement New feature or request 👕 effort: M 🧪 type: experiment Used for experiments and proof of concepts labels Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👕 effort: M 🚂 type: enhancement New feature or request 🧪 type: experiment Used for experiments and proof of concepts
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant