You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bring back learning page.
* Remove no-sidebar.
* Updates to user guide.
* Remove learn.md.
* Add link to PyMC Labs.
* Link to correct image.
* Improve cosulting page. Rename to learn.
* Change cards to use Oriol's proposed format.
* fix sphinx build
* add newline at end of file
* ensure img kwarg is in the next line of directive definition
Co-authored-by: Oriol Abril-Pla <[email protected]>
- Book: [Bayesian Methods for Hackers](https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers)
17
+
- Book: [Bayesian Analysis with Python](https://www.packtpub.com/big-data-and-business-intelligence/bayesian-analysis-python-second-edition)
18
+
19
+
### Intermediate
20
+
- {ref}`pymc_overview` shows PyMC 4.0 code in action
21
+
- Example notebooks: {ref}`nb:index`
22
+
- {ref}`GLM_linear`
23
+
- {ref}`posterior_predictive`
24
+
- Comparing models: {ref}`model_comparison`
25
+
- Shapes and dimensionality {ref}`dimensionality`
26
+
- {ref}`videos_and_podcasts`
27
+
- Book: [Bayesian Modeling and Computation in Python](https://bayesiancomputationbook.com/welcome.html)
28
+
29
+
### Advanced
30
+
- {octicon}`plug;1em;sd-text-info` Experimental and cutting edge functionality: {doc}`pmx:index` library
31
+
- {octicon}`gear;1em;sd-text-info` PyMC internals guides (To be outlined and referenced here once [pymc#5538](https://github.com/pymc-devs/pymc/issues/5538)
The "hacker" in the title means learn-as-you-code. This hands-on introduction teaches intuitive definitions of the Bayesian approach to statistics, worklflow and decision-making by applying them using PyMC.
@@ -11,30 +14,37 @@ The "hacker" in the title means learn-as-you-code. This hands-on introduction t
A great introductory book written by a maintainer of PyMC. It provides a hands-on introduction to the main concepts of Bayesian statistics using synthetic and real data sets. Mastering the concepts in this book is a great foundation to pursue more advanced knowledge.
Principled introduction to Bayesian data analysis, with practical exercises. The book's original examples are coded in R, but notebooks with a PyMC port of the code are available through the links below.
29
37
38
+
Principled introduction to Bayesian data analysis, with practical exercises. The book's original examples are coded in R, but notebooks with a PyMC port of the code are available through the links below.
Bayesian Modeling and Computation in Python aims to help beginner Bayesian practitioners to become intermediate modelers. It uses a hands on approach with PyMC and ArviZ focusing on the practice of applied statistics with references to the underlying mathematical theory.
64
+
Hands on approach with PyMC and ArviZ focusing on the practice of applied statistics.
If you need professional help with your PyMC model, [PyMC Labs](https://www.pymc-labs.io) is a Bayesian consultancy consisting of [members of the PyMC core development team](https://www.pymc-labs.io/team/). Work we typically do includes:
8
+
* Model speed-ups (reparameterizations, JAX, [GPU sampling](https://www.pymc-labs.io/blog-posts/pymc-stan-benchmark/))
0 commit comments