Skip to content

Commit dc36893

Browse files
committed
link fix
1 parent ff4228d commit dc36893

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_data/works.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
description: "This tutorial walks through Bayesian inference starting from the very basics (literally drawing colored balls from a bag!) and builds up to implementing sophisticated Hidden Markov Models. I've tried to make probability theory intuitive by connecting simple concepts like updating beliefs with data to more complex ideas like fitting distributions and latent state inference. Building on this foundation, I implement and demonstrate Generalized Linear Models (GLMs), input-driven Gaussian Mixture Models, and GLM-HMMs, among other probabilistic models. A key focus is illustrating the practical differences between MCMC sampling and the EM algorithm for parameter estimation. Everything is implemented across modern probabilistic programming frameworks including PyMC, Stan, NumPyro, JAX, and Dynamax, with all code and visualizations included to follow along."
1313
image: "/assets/images/hmm.gif"
1414
image_width: 0.6
15-
url: "https://example.com/your-work"
15+
url: "https://colab.research.google.com/github/rgs2151/landing/blob/master/notebooks/hmm.ipynb"
1616
author: "Rudramani Singha"
1717

0 commit comments

Comments
 (0)