Skip to content

Probabilistic programming, Bayesian Thinking, Bayesian Data Analysis and Applications

License

Notifications You must be signed in to change notification settings

suriyadeepan/PracticalBayes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practical Bayes

This repository reflects my current state of knowledge of Bayesian Inference. It contains notes, notebooks, and tools from my talks, workshops, and readings since January 2018.

Are you interested in learning more about the following topics?

  • Probabilistic programming
  • Bayesian Data Analysis
  • How to think like a Bayesian
  • Applications of Bayesian Inference

So am I. Follow this repository for more updates!

Table of Contents

Title Description / Features Resources
1 Bayesian Thinking with Tensorflow Probability Talk at TFUG Chennai Online Meetup Notebooks
Slides
2 tfp_helper: Helper Library for prototyping with Tensorflow Probability Inference Button Code
arviz adapter for Plotting
Smart Progress Bar ▓▓▓▓▓▓▓▓▓▓░░░░░

Getting Started

Instructions on getting the repo setup and running on your local machine.

Prerequisites

Install requirements for tensorflow_probability-based notebooks.

pip install -r tfp/requirements.txt

Install requirements for pymc3-based notebooks.

pip install -r pymc/requirements.txt

Install global requirements for running all the notebook.

pip install -r requirements_global.txt

Running the tests

Instructions for running tfp tests.

pytest tfp/tests.py

Running pymc tests.

pytest pymc/tests.py

Acknowledgements

License

This project is licensed under the GNU GPL v3.0 License - see the LICENSE file for details.

About

Probabilistic programming, Bayesian Thinking, Bayesian Data Analysis and Applications

Topics

Resources

License

Stars

Watchers

Forks