Bayesian Cognitive Modeling in PyMC3

I recently worked through Lee and Wagenmakers' Bayesian Cognitive Modeling - A Pratical Course and ported all the models into PyMC3. Most of the models are written in PyMC3 (except some early examples are in PyMC2). All the codes are in jupyter notebook with the model explain in distributions (as in the book). You can find all the codes on Github

Notice

PyMC3 is currently still under development. I wrote and tested the codes base on the PyMC3 release at the early 2016 - I will try to keep it up-to-date of the newest release of PyMC3

To do:

- Rewrite the remaining PyMC2 model into PyMC3 (in the early examples)
- Some models need to be better optimized (e.g., models in Chapter 18)
- The model in Chapter 19 is incomplete. Currently it is unusable (1, takes forever to complie to sample in NUTS; 2, after very long compling it can sample using Metropoli but the catigorical node is not been sample properly)

Creative Commons License
Bayesian Cognitive Modeling in PyMC3 by Junpeng Lao is licensed under a Creative Commons Attribution 4.0 International License.