GithubHelp home page GithubHelp logo

abc-presentation's Introduction

ProbFX Internship

## Automatic Differentiation

## Probabilistic Programming

Moving towards likelihood-free programming. This means new distributions are written as models which specify how to generate samples from that distribution. More interestingly, we do not need to know the probability density function.

This means we can compose distributions/random variables with usual arithmetic functions and not worry about what happens to the density function!

See #6 for inference methods

abc-presentation's People

Contributors

ofthegoats avatar

Stargazers

Min Nguyen avatar

Watchers

Min Nguyen avatar  avatar

abc-presentation's Issues

Reorganise repo

Originally intended to only contain examples of implementation for automatic differentiation.
Now, the focus is likely to be on probabilistic programming instead, with AD as an addition.
Organise the repo accordingly and suitably pedagogically.
Low priority.

Implement common probabilistic methods

  • $\mathbb{P}$ measure?
    • some quadrature/integration
    • distinguish continuous from discrete
  • $\mathbb{E}$ --- expectation
    • monte carlo method?
    • integration method?
  • moment generating function --- $M_X(t) = \mathbb{E} \left(e^{tX} \right)$

Investigate errors in AD

e.g. getting NaNs from AD on normal density. Precision error?

Might like to use (multivariate?) normal distribution to approximate (auxiliary) distributions a la SL and differentiate on parameters. Suggests MVP as hardcoded normal distribution derivatives...

But would also be satisfying to have fully-functioning (and extensible?) AD, which might prove useful if I go on to do some kind of MLE.

Implement Likelihood-Free Inference

(Temporarily) discard use of probability densities, use instead likelihood-free methods to perform inference on intractable or otherwise "difficult" distributions.

  • #7
    • Rejection Sampling
    • MCMC sampling
  • #8

Implement Inference Methods

Implement some simple inference methods

for parameters

  • #5
  • method of moments
  • linear regression

to sample from complicated distributions

  • Metropolis-Hastings mcmc

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.