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

Gibbs Sampler #24

Open
jessegrabowski opened this issue Jan 15, 2025 · 3 comments
Open

Gibbs Sampler #24

jessegrabowski opened this issue Jan 15, 2025 · 3 comments
Labels

Comments

@jessegrabowski
Copy link
Member

jessegrabowski commented Jan 15, 2025

There's a scan-based implementation in the docs, but it's super cryptic. Scan is not necessary to implement this, we can just call the function in a loop. Still might be a nice place to start:

https://pytensor.readthedocs.io/en/latest/library/scan.html#using-shared-variables-gibbs-sampling

@ricardoV94
Copy link
Member

Alternatively just a MH with the extra challenge of applying variable transforms automatically and replacing the separate value inputs by a raveled tensor

@lucianopaz
Copy link

I think a particle filter for tracking would be awesome. Something that shows continuous online learning, that pymc alone doesn’t really aim to tackle

@lucianopaz
Copy link

lucianopaz commented Jan 15, 2025

I'll leave this python implementation of a classic SIR particle filter for tracking that we could implement in pytensor

@ricardoV94 ricardoV94 mentioned this issue Jan 15, 2025
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants