All Projects → springcoil → probabilisticprogrammingprimer

springcoil / probabilisticprogrammingprimer

Licence: other
No description, website, or topics provided.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Syllabus

Binder

  • Introduction to PyMC3
  • What is MCMC and why should I care
    1. Why MCMC is needed
    2. A quick discussion of the difference between NUTS and M-H
    3. What is Metropolis-Hastings?
    4. What is NUTS

!Link to course

  • Note: Data is fake data however it's inspired by some work done on a PPC campaign in the past.

Following the course on PyMC v3.8

The latest version of PyMC is v3.8. There are significant API changes from previous versions so some of these notebooks may be slightly different to the course videos.

See notebooks provided by Mark Farragher to follow the course on PyMC v3.8 under the notebooks/pymc38 directory.

Environment setup

Theano only supports installation of requirements through conda.

Create an environment through these conda commands, using the dependencies in requirements.txt:

conda create -n ppp python=3.6
conda activate ppp
conda install --file requirements.txt

If you want to use an earlier version of PyMC, specify the version in the requirements file - e.g. pymc3==3.6 for v3.6.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].