Git Product home page Git Product logo

bayesian-analysis-with-python-second-edition's Introduction

Bayesian-Analysis-with-Python-Second-Edition

Bayesian Analysis with Python - Second Edition, published by Packt

This repository is outdated, please find the accompanying code and figures here

What is this book about?

The second edition of Bayesian Analysis with Python is an introduction to the main concepts of applied Bayesian inference and its practical implementation in Python using PyMC3, a state-of-the-art probabilistic programming library, and ArviZ, a new library for exploratory analysis of Bayesian models.

This book covers the following exciting features:

  • Build probabilistic models using the Python library PyMC3
  • Analyze probabilistic models with the help of ArviZ
  • Acquire the skills required to sanity check models and modify them if necessary
  • Understand the advantages and caveats of hierarchical models
  • Find out how different models can be used to answer different data analysis questions

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

with pm.Model() as our_first_model:
 θ = pm.Beta(' θ', alpha=1., beta=1.)
 y = pm.Bernoulli('y', p=θ, observed=data)
 trace = pm.sample(1000, random_seed=123)

Following is what you need for this book: If you are a student, data scientist, researcher, or a developer looking to get started with Bayesian data analysis and probabilistic programming, this book is for you. The book is introductory so no previous statistical knowledge is required, although some experience in using Python and NumPy is expected.

With the following software and hardware list you can run all code files present in the book (Chapter 1-9).

Software and Hardware List

Chapter Software required OS required
1-8 IPython 7.0.1 Windows, Mac OS X, and Linux (Any)
Jupyter 1.0 (or Jupyter-Lab 0.35) Windows, Mac OS X, and Linux (Any)
NumPy 1.14.2 Windows, Mac OS X, and Linux (Any)
SciPy 1.1.0 Windows, Mac OS X, and Linux (Any)
Pandas 0.23.4 Windows, Mac OS X, and Linux (Any)
Matplotlib 3.0.2 Windows, Mac OS X, and Linux (Any)
Seaborn 0.9.0 Windows, Mac OS X, and Linux (Any)
ArviZ 0.3.1 Windows, Mac OS X, and Linux (Any)
PyMC3 3.6 Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Osvaldo Martin Osvaldo Martin is a researcher at The National Scientific and Technical Research Council (CONICET), in Argentina. He has worked on structural bioinformatics of protein, glycans, and RNA molecules. He has experience using Markov Chain Monte Carlo methods to simulate molecular systems and loves to use Python to solve data analysis problems. He has taught courses about structural bioinformatics, data science, and Bayesian data analysis. He was also the head of the organizing committee of PyData San Luis (Argentina) 2017. He is one of the core developers of PyMC3 and ArviZ.

Other books by the author

Suggestions and Feedback

Click here if you have any feedback or suggestions.

bayesian-analysis-with-python-second-edition's People

Contributors

aloctavodia avatar dharmu05 avatar packt-itservice avatar sayli2212 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.