11
Bayesian Networks and Hidden Markov Models
In this chapter, we're going to introduce the basic concepts of Bayesian models, which allow us to work with several scenarios where it's necessary to consider uncertainty as a structural part of the system. The discussion will focus on static (time-invariant) and dynamic methods that can be employed, where necessary, to model time sequences.
In particular, the chapter covers the following topics:
- Bayes' theorem and its applications
- Bayesian networks
- Sampling from a Bayesian network:
- Markov chain Monte Carlo (MCMC), Gibbs, and Metropolis-Hastings
- Modeling a Bayesian network with PyMC3 and PyStan
- Hidden Markov Models (HMMs)
- Examples with the library
hmmlearn
Before discussing more advanced topics, ...
Get Mastering Machine Learning Algorithms - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.