Code Monkey home page Code Monkey logo

probabilistic-programming-intro's Introduction

Introduction to probabilistics programming with PyMC3

Version: 1.0.0
Authors: Galvanize DSI
Web site:https://github.com/zipfian/probabilistic-programming-intro
Copyright: This document has been placed in the public domain.
License:These materials are released under the BSD-3 license unless otherwise noted

What is probabilistic programming all about?

There are three major trends in the machine learning side of data science: big data, deep learning and probabilistic programming. There has been a sustained focus on the first two, but recent advances in the way models are evaluated has brought the attention again to probabilitstic programming.

At the core of probabilistic programming is the idea that statistical models are written in code, which is then evaluated in turn by MCMC sampling algorithms. New variational inference algorithms have emerged as a means to scale these algorithms to production level.

There are three major reasons to consider probabilistic programming. With the Bayesian paradigm to guide model creation.

  1. Customization - We can create models that have built-in hypothesis tests
  2. Propagation of uncertainty - There is a degree of belief associated prediction and estimation
  3. Intuition - The models are essentially 'white-box' which provides insight into our data

Overview

Ultimately, we create models to guide the decision making process. It is a typical task in data science to build a recommendation system or make a prediction about a medical diagnosis, but these recommendations or diagnoses mean so much more when they are accompanied by an estimated level of uncertainty.

This short talk is designed to familiarize Python programmers the basics concepts of probabilistic programming. We will introduce the Python package PyMC3 with a tutorial example. Then we will use it to build a simple recommendation system and finally we will finish up with an implementation of a probabilistic neural network.

Install

pip install --process-dependency-links git+https://github.com/pymc-devs/pymc3

probabilistic-programming-intro's People

Contributors

ajrichards avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.