Practical Probabilistic Programming
โ Scribed by Avi Pfeffer
- Publisher
- Manning Publications
- Year
- 2016
- Tongue
- English
- Leaves
- 458
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Data accumulated about customers, products, and website users can not only help interpret the past, it can help predict the future! Probabilistic programming is a programming paradigm in which code models are used to draw probabilistic inferences from data. By applying specialized algorithms, programs assign degrees of probability to conclusions and make it possible to forecast future events like sales trends, computer system failures, experimental outcomes, and other critical concerns.
Practical Probabilistic Programming explains how to use the PP paradigm to model application domains and express those probabilistic models in code. It shows how to use the Figaro language to build a spam filter and apply Bayesian and Markov networks to diagnose computer system data problems and recover digital images. Then it dives into the world of probabilistic inference, where algorithms help turn the extended prediction of social media usage into a science. The book covers functional-style programming for text analysis and using object-oriented models to predict social phenomena like the spread of tweets, and using open universe models to model real-life social media usage. It also teaches the principles of algorithms such as belief propagation and Markov chain Monte Carlo. The book closes out with modeling dynamic systems by using a product cycle as its main example and explains how probabilistic models can help in the decision-making process for an ad campaign.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
๐ SIMILAR VOLUMES
Practical Probabilistic Programming introduces the working programmer to probabilistic programming. In this book, you'll immediately work on practical examples like building a spam filter, diagnosing computer system data problems, and recovering digital images. You'll discover probabilistic inferenc
Probabilistic Programming discusses a high-level language known as probabilistic programming.<br><br>This book consists of three chapters. Chapter I deals with โwait-and-seeย problems that require waiting until an observation is made on the random elements, while Chapter II contains the analysis of
What does a probabilistic program actually compute? How can one formally reason about such probabilistic programs? This valuable guide covers such elementary questions and more. It provides a state-of-the-art overview of the theoretical underpinnings of modern probabilistic programming and their app