MaxHalford / sorobn

🧮 Bayesian networks in Python
https://sorobn.streamlit.app
MIT License
234 stars 34 forks source link

HMM example #14

Closed MaxHalford closed 3 years ago

MaxHalford commented 4 years ago

A Hidden Markov Model is "just" a special case of Bayesian networks. It would be nice to provide an example of this. A good idea would be to implement the example from the Wikipedia page on the Viterbi algorithm.