Learning Bayesian Models with R

June 8, 2017, 8:13 p.m. By: Vishakha Jha

Bayseen

The book is written by Dr Hari M. Koduvely who is an experienced data scientist working at the Samsung R&D Institute in Bangalore, India. This book is for statisticians, analysts, and data scientists who want to build a Bayes-based system with R and it focuses on becoming an expert in Bayesian Machine learning methods using R and applies them to solve real-world big data problems

Bayesian Inference provides a framework to deal with all sorts of uncertainties that form data using machine learning models and utilize it for predicting future observations. However, learning and implementing Bayesian models is a complicated task due to the level of mathematical treatment involved but with the advancement, it has become feasible to use for practical applications.

A Bayesian network is a probabilistic graphical model representing a set of random variables and their conditional dependencies through directed acyclic graph (DAG). DAG's nodes represent random variables and edges represent conditional dependencies. Bayesian ideas have had a big impact because of the flexibility they provide in building structured models of real world phenomena.

R is a language and environment for statistical computing and graphics. R provides a wide variety of statistical and graphical techniques which is highly extensible.

The Book will provide you to set up the R environment and the basics of Probability Theory to analyze random events. It will get you acquainted with the use of Bayesian networks to infer the probability distribution of decision using Bayesian Linear Regression approach. The book also covers some of the important machine learning methods, both supervised and unsupervised learning, implemented using Bayesian Inference and R. It also includes the performance of Bayesian Inference on massively large data sets through the MapReduce programs in R and Cloud computing.

Every chapter begins with a description of the method explained in a simple manner and ends with some exercises to assess the concepts. The book concludes with the application of Bayesian methods on Big Data using the Hadoop and Spark frameworks.

Basic introduction to Bayesian estimation using R

More Info: packtpub