An open API service indexing awesome lists of open source software.

https://github.com/jhrcook/bayesian-analysis-with-python_e2

My notes on "Bayesian Analysis with Python" (edition 2) by Osvaldo Martin.
https://github.com/jhrcook/bayesian-analysis-with-python_e2

bayesian bayesian-analysis bayesian-analysis-with-python bayesian-data-analysis bayesian-data-science bayesian-statistics data-science linear-regression pymc3 python python3

Last synced: 6 months ago
JSON representation

My notes on "Bayesian Analysis with Python" (edition 2) by Osvaldo Martin.

Awesome Lists containing this project

README

          

# Notes on *Bayesian Analysis with Python* (2e)

[![python](https://img.shields.io/badge/Python-3.9.1-3776AB.svg?style=flat&logo=python&logoColor=FFDB4D)](https://www.python.org)
[![jupyter](https://img.shields.io/badge/Jupyter-Lab-F37626.svg?style=flat&logo=Jupyter)](https://jupyterlab.readthedocs.io/en/stable)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)

[![jhc github](https://img.shields.io/badge/GitHub-jhrcook-181717.svg?style=flat&logo=github)](https://github.com/jhrcook)
[![jhc twitter](https://img.shields.io/badge/Twitter-@JoshDoesA-00aced.svg?style=flat&logo=twitter)](https://twitter.com/JoshDoesa)
[![jhc website](https://img.shields.io/badge/Website-Joshua_Cook-5087B2.svg?style=flat&logo=telegram)](https://joshuacook.netlify.com)

This repository contains by notes on the book [*Bayesian Analysis with Python* (2e)](https://www.packtpub.com/big-data-and-business-intelligence/bayesian-analysis-python-second-edition) by Osvaldo Martin.
I have a good understanding of the basics of Bayesian analysis after working through Richard McElreath's [*Statistical Rethinking*](https://xcelab.net/rm/statistical-rethinking/) (my [notes](https://github.com/jhrcook/statistical-rethinking)), and I want to get more practice using Python and Bayesian analysis techniques.
This book should serve as a strong introduction to the [PyMC3](https://docs.pymc.io) library and provide another perspective on conducting Bayesian data analysis.

## Notes

[Ch 2. Programming Probabilistically](02_programming-probabilistically.md)
[Ch 3. Modeling with Linear Regression](03_modeling-with-linear-regression.md)
[Ch 4. Generalized Linear Models](04_generalized-linear-models.md)
[Ch 5. Model Comparison](05_model-comparison.md)
[Ch 6. Mixture Models](06_mixture-models.md)
[Ch 7. Gaussian Processes](07_gaussian-processes.md)
[Ch 8. Inference Engines](08_inference-engines.md)