Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Building Probabilistic Graphical Models with Python (repost)

Posted By: interes
Building Probabilistic Graphical Models with Python (repost)

Building Probabilistic Graphical Models with Python by Kiran R Karkera
English | 2014 | ISBN: 1783289007 | 172 pages | PDF | 4,3 MB

Solve machine learning problems using probabilistic graphical models implemented in Python with real-world applications

Overview

Stretch the limits of machine learning by learning how graphical models provide an insight on particular problems, especially in high dimension areas such as image processing and NLP
Solve real-world problems using Python libraries to run inferences using graphical models
A practical, step-by-step guide that introduces readers to representation, inference, and learning using Python libraries best suited to each task
In Detail

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.

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.

What you will learn from this book

Create Bayesian networks and make inferences
Learn the structure of causal Bayesian networks from data
Gain an insight on algorithms that run inference
Explore parameter estimation in Bayes nets with PyMC sampling
Understand the complexity of running inference algorithms in Bayes networks
Discover why graphical models can trump powerful classifiers in certain problems
Approach

This is a short, practical guide that allows data scientists to understand the concepts of Graphical models and enables them to try them out using small Python code snippets, without being too mathematically complicated.

Who this book is written for

If you are a data scientist who knows about machine learning and want to enhance your knowledge of graphical models, such as Bayes network, in order to use them to solve real-world problems using Python libraries, this book is for you. This book is intended for those who have some Python and machine learning experience, or are exploring the machine learning field.