All Projects → aloctavodia → Doing_bayesian_data_analysis

aloctavodia / Doing_bayesian_data_analysis

Python/PyMC3 versions of the programs described in Doing bayesian data analysis by John K. Kruschke

Projects that are alternatives of or similar to Doing bayesian data analysis

Tffm
TensorFlow implementation of an arbitrary order Factorization Machine
Stars: ✭ 761 (-2.69%)
Mutual labels:  jupyter-notebook
Boltzmann Machines
Boltzmann Machines in TensorFlow with examples
Stars: ✭ 768 (-1.79%)
Mutual labels:  jupyter-notebook
Face Mask Detection
Face Mask Detection system based on computer vision and deep learning using OpenCV and Tensorflow/Keras
Stars: ✭ 774 (-1.02%)
Mutual labels:  jupyter-notebook
Superpoint
Efficient neural feature detector and descriptor
Stars: ✭ 761 (-2.69%)
Mutual labels:  jupyter-notebook
Pytorch 3dunet
3D U-Net model for volumetric semantic segmentation written in pytorch
Stars: ✭ 765 (-2.17%)
Mutual labels:  jupyter-notebook
Hands On Meta Learning With Python
Learning to Learn using One-Shot Learning, MAML, Reptile, Meta-SGD and more with Tensorflow
Stars: ✭ 768 (-1.79%)
Mutual labels:  jupyter-notebook
Ml Course Msu
Lecture notes and code for Machine Learning practical course on CMC MSU
Stars: ✭ 759 (-2.94%)
Mutual labels:  jupyter-notebook
Obfuscated Gradients
Obfuscated Gradients Give a False Sense of Security: Circumventing Defenses to Adversarial Examples
Stars: ✭ 780 (-0.26%)
Mutual labels:  jupyter-notebook
Deeplab v3
Tensorflow Implementation of the Semantic Segmentation DeepLab_V3 CNN
Stars: ✭ 768 (-1.79%)
Mutual labels:  jupyter-notebook
Coursera
Quiz & Assignment of Coursera
Stars: ✭ 774 (-1.02%)
Mutual labels:  jupyter-notebook
Ktrain
ktrain is a Python library that makes deep learning and AI more accessible and easier to apply
Stars: ✭ 763 (-2.43%)
Mutual labels:  jupyter-notebook
Opacus
Training PyTorch models with differential privacy
Stars: ✭ 763 (-2.43%)
Mutual labels:  jupyter-notebook
Estool
Evolution Strategies Tool
Stars: ✭ 767 (-1.92%)
Mutual labels:  jupyter-notebook
Jupyter2slides
Cloud Native Presentation Slides with Jupyter Notebook + Reveal.js
Stars: ✭ 762 (-2.56%)
Mutual labels:  jupyter-notebook
Python Machine Learning Book 2nd Edition
The "Python Machine Learning (2nd edition)" book code repository and info resource
Stars: ✭ 6,422 (+721.23%)
Mutual labels:  jupyter-notebook
Ec2 Spot Labs
Collection of tools and code examples to demonstrate best practices in using Amazon EC2 Spot Instances.
Stars: ✭ 758 (-3.07%)
Mutual labels:  jupyter-notebook
Coloring Greyscale Images
Coloring black and white images with deep learning.
Stars: ✭ 767 (-1.92%)
Mutual labels:  jupyter-notebook
Mlbook
Repository for the free online book Machine Learning from Scratch (link below!)
Stars: ✭ 778 (-0.51%)
Mutual labels:  jupyter-notebook
Deepmind Research
This repository contains implementations and illustrative code to accompany DeepMind publications
Stars: ✭ 9,190 (+1075.19%)
Mutual labels:  jupyter-notebook
Clstm
A small C++ implementation of LSTM networks, focused on OCR.
Stars: ✭ 771 (-1.41%)
Mutual labels:  jupyter-notebook

Doing_bayesian_data_analysis

Gitter

This repository contains the Python version of the R programs described in the great book Doing bayesian data analysis (first edition) by John K. Kruschke (AKA the puppy book).

All the code is adapted from the Kruschke's book, except hpd.py that is taken (without modifications) from the PyMC project.

The name of the programs are the same used in the book, except they begin with a number indicating the chapter. All programs are written in Python and instead of BUGS/JAGS the PyMC3 module is used.

Thanks to Brian Naughton the code is also available as an IPython notebook

Second edition

If you are interested on the PyMC3 code for the second edition of Doing bayesian data analysis, please check this Repository.

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].