万本电子书0元读

万本电子书0元读

顶部广告

Learning Probabilistic Graphical Models in R电子书

售       价:¥

2人正在读 | 0人评论 9.8

作       者:David Bellot

出  版  社:Packt Publishing

出版时间:2016-04-01

字       数:132.4万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
Familiarize yourself with probabilistic graphical models through real-world problems and illustrative code examples in R About This Book Predict and use a probabilistic graphical models (PGM) as an expert system Comprehend how your computer can learn Bayesian modeling to solve real-world problems Know how to prepare data and feed the models by using the appropriate algorithms from the appropriate R package Who This Book Is For This book is for anyone who has to deal with lots of data and draw conclusions from it, especially when the data is noisy or uncertain. Data scientists, machine learning enthusiasts, engineers, and those who curious about the latest advances in machine learning will find PGM interesting. What You Will Learn Understand the concepts of PGM and which type of PGM to use for which problem Tune the model’s parameters and explore new models automatically Understand the basic principles of Bayesian models, from simple to advanced Transform the old linear regression model into a powerful probabilistic model Use standard industry models but with the power of PGM Understand the advanced models used throughout today's industry See how to compute posterior distribution with exact and approximate inference algorithms In Detail Probabilistic graphical models (PGM, also known as graphical models) are a marriage between probability theory and graph theory. Generally, PGMs use a graph-based representation. Two branches of graphical representations of distributions are commonly used, namely Bayesian networks and Markov networks. R has many packages to implement graphical models. We’ll start by showing you how to transform a classical statistical model into a modern PGM and then look at how to do exact inference in graphical models. Proceeding, we’ll introduce you to many modern R packages that will help you to perform inference on the models. We will then run a Bayesian linear regression and you’ll see the advantage of going probabilistic when you want to do prediction. Next, you’ll master using R packages and implementing its techniques. Finally, you’ll be presented with machine learning applications that have a direct impact in many fields. Here, we’ll cover clustering and the discovery of hidden information in big data, as well as two important methods, PCA and ICA, to reduce the size of big problems. Style and approach This book gives you a detailed and step-by-step explanation of each mathematical concept, which will help you build and analyze your own machine learning models and apply them to real-world problems. The mathematics is kept simple and each formula is explained thoroughly.
目录展开

Learning Probabilistic Graphical Models in R

Table of Contents

Learning Probabilistic Graphical Models in R

Credits

About the Author

About the Reviewers

www.PacktPub.com

eBooks, discount offers, and more

Why subscribe?

Preface

What this book covers

What you need for this book

Who this book is for

Conventions

Reader feedback

Customer support

Downloading the example code

Errata

Piracy

Questions

1. Probabilistic Reasoning

Machine learning

Representing uncertainty with probabilities

Beliefs and uncertainty as probabilities

Conditional probability

Probability calculus and random variables

Sample space, events, and probability

Random variables and probability calculus

Joint probability distributions

Bayes' rule

Interpreting the Bayes' formula

A first example of Bayes' rule

A first example of Bayes' rule in R

Probabilistic graphical models

Probabilistic models

Graphs and conditional independence

Factorizing a distribution

Directed models

Undirected models

Examples and applications

Summary

2. Exact Inference

Building graphical models

Types of random variable

Building graphs

Probabilistic expert system

Basic structures in probabilistic graphical models

Variable elimination

Sum-product and belief updates

The junction tree algorithm

Examples of probabilistic graphical models

The sprinkler example

The medical expert system

Models with more than two layers

Tree structure

Summary

3. Learning Parameters

Introduction

Learning by inference

Maximum likelihood

How are empirical and model distribution related?

The ML algorithm and its implementation in R

Application

Learning with hidden variables – the EM algorithm

Latent variables

Principles of the EM algorithm

Derivation of the EM algorithm

Applying EM to graphical models

Summary

4. Bayesian Modeling – Basic Models

The Naive Bayes model

Representation

Learning the Naive Bayes model

Bayesian Naive Bayes

Beta-Binomial

The prior distribution

The posterior distribution with the conjugacy property

Which values should we choose for the Beta parameters?

The Gaussian mixture model

Definition

Summary

5. Approximate Inference

Sampling from a distribution

Basic sampling algorithms

Standard distributions

Rejection sampling

An implementation in R

Importance sampling

An implementation in R

Markov Chain Monte-Carlo

General idea of the method

The Metropolis-Hastings algorithm

MCMC for probabilistic graphical models in R

Installing Stan and RStan

A simple example in RStan

Summary

6. Bayesian Modeling – Linear Models

Linear regression

Estimating the parameters

Bayesian linear models

Over-fitting a model

Graphical model of a linear model

Posterior distribution

Implementation in R

A stable implementation

More packages in R

Summary

7. Probabilistic Mixture Models

Mixture models

EM for mixture models

Mixture of Bernoulli

Mixture of experts

Latent Dirichlet Allocation

The LDA model

Variational inference

Examples

Summary

A. Appendix

References

Books on the Bayesian theory

Books on machine learning

Papers

Index

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部