Book Image

Building Probabilistic Graphical Models with Python

By : Kiran R Karkera
Book Image

Building Probabilistic Graphical Models with Python

By: Kiran R Karkera

Overview of this book

<p>With the increasing prominence in machine learning and data science applications, probabilistic graphical models are a new tool that machine learning users can use to discover and analyze structures in complex problems. The variety of tools and algorithms under the PGM framework extend to many domains such as natural language processing, speech processing, image processing, and disease diagnosis.</p> <p>You've probably heard of graphical models before, and you're keen to try out new landscapes in the machine learning area. This book gives you enough background information to get started on graphical models, while keeping the math to a minimum.</p>
Table of Contents (15 chapters)
Building Probabilistic Graphical Models with Python
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Bayesian estimation for the Bayesian network


Similar to the Bayesian case for the estimation of a single parameter, using the Bayesian framework requires us to specify the joint distribution for all the data instances and unknown parameters.

For the parameters we are trying to estimate, if we decide to have the parameters priori independent (which may not be applicable in all cases), then calculating the posterior becomes easier (which is analogous to likelihood decomposition in MLE). If we have a network comprising two nodes (), then we can calculate the posterior of independently of the posterior over , and the same decomposability can be generalized to larger networks.