Giter VIP home page Giter VIP logo

probabilistic_programming_and_rugby's Introduction

Probabilistic_Programming_and_Rugby

This is the slides from my upcoming talk in Luxembourg. This will be the test for my PyData talk in Berlin and will influence any tutorials i give

probabilistic_programming_and_rugby's People

Contributors

springcoil avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

probabilistic_programming_and_rugby's Issues

Add explanation of flat priors

  • Flat priors aren't well explained.
    From @johndcook There are many approaches to this problem. Here are three.

The subjective Bayes approach says the prior should simply quantify what is known or believed before the experiment takes place. Period. End of discussion.

The empirical Bayes approach says you can estimate your prior from the data itself. (In that case your "prior" isn't prior at all.)

The objective Bayes approach says to pick priors based on mathematical properties, such as "reference" priors that in some sense maximize information gain. Jim Berger gives a good defense of objective Bayes here.

In practice someone may use any and all of these approaches, even within the same model. For example, they may use a subjective prior on parameters where there is a considerable amount of prior knowledge and use a reference prior on other parameters that are less important or less understood.

Often it simply doesn't matter much what prior you use. For example, you might show that a variety of priors, say an optimistic prior and a pessimistic prior, lead to essentially the same conclusion. This is particularly the case when there's a lot of data: the impact of the prior fades as data accrue. But for other applications, such as hypothesis testing, priors matter more.

Definition: A prior distribution is non-informative if the prior is “flat”
relative to the likelihood function.

  • We chose these priors because in this case we are trying to have as little impact on the posterior distribution as possible. We are trying to have a reasonable model and let inference happen from the data set.

Add information about sum-to-zero and flat priors

Add something like
To ensure identifiability, they impose a sum-to-zero constraint on the attack and defense parameters. They also tried a corner constraint (pinning one team's parameters to 0,0), but found that interpretation is easier in the sum-to-zero case because it's not relative to the 0,0 team.

∑t=1Tattt=0
∑t=1Tdeft=0

The hyper-priors on the attack and defense parameters are also flat:

μatt∼Normal(0,.0001)
μdef∼Normal(0,.0001)
τatt∼Gamma(.1,.1)
τdef∼Gamma(.1,.1)

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.