TuringLang / docs

Documentation and tutorials for the Turing language
https://turinglang.org/docs/
MIT License
229 stars 99 forks source link

Update HMMs Tutorial with HiddenMarkovModels.jl section #499

Closed JasonPekos closed 1 month ago

JasonPekos commented 1 month ago

This adds a section to the HMMs tutorial that has a much faster and more concise version of the model (four lines!) using HiddenMarkovModels.jl.

There's a subsection after that which shows how to recover the state estimates with the Viterbi algorithm.


This closes:

github-actions[bot] commented 1 month ago

Preview the changes: https://turinglang.org/docs/pr-previews/499 Please avoid using the search feature and navigation bar in PR previews!

yebai commented 1 month ago

@JasonPekos, do you want to resolve the conflict with the master branch?

JasonPekos commented 1 month ago

Actually the merge looks annoying — the docs repo has changed a lot since I wrote this. It's much simpler for me to simply reset my fork and make another PR. Going to do that now.