All Projects → PacktPublishing → Bayesian Analysis With Python

PacktPublishing / Bayesian Analysis With Python

Licence: mit
Bayesian Analysis with Python by Packt

Projects that are alternatives of or similar to Bayesian Analysis With Python

Basenji
Sequential regulatory activity predictions with deep convolutional neural networks.
Stars: ✭ 146 (-1.35%)
Mutual labels:  jupyter-notebook
Tiny Defect Detection For Pcb
This is a repository about PCB defect detection.
Stars: ✭ 146 (-1.35%)
Mutual labels:  jupyter-notebook
Stock Price Predictor
This project seeks to utilize Deep Learning models, Long-Short Term Memory (LSTM) Neural Network algorithm, to predict stock prices.
Stars: ✭ 146 (-1.35%)
Mutual labels:  jupyter-notebook
Data structures and algorithms in python
📖 Worked Solutions of "Data Structures & Algorithms in Python", written by Michael T. Goodrich, Roberto Tamassia and Michael H. Goldwasser. ✏️
Stars: ✭ 147 (-0.68%)
Mutual labels:  jupyter-notebook
Da Cases
Stars: ✭ 148 (+0%)
Mutual labels:  jupyter-notebook
Annotated encoder decoder
The Annotated Encoder Decoder with Attention
Stars: ✭ 148 (+0%)
Mutual labels:  jupyter-notebook
Deep Learning
Deep Learning Application Examples
Stars: ✭ 147 (-0.68%)
Mutual labels:  jupyter-notebook
Qa With Tensorflow
Stars: ✭ 148 (+0%)
Mutual labels:  jupyter-notebook
Office automation by using python
Office Automation by Using Pythonf (For Excel, Word, PPT and PDF .....)
Stars: ✭ 148 (+0%)
Mutual labels:  jupyter-notebook
Vde
Variational Autoencoder for Dimensionality Reduction of Time-Series
Stars: ✭ 148 (+0%)
Mutual labels:  jupyter-notebook
Pyspark Learning
Updated repository
Stars: ✭ 147 (-0.68%)
Mutual labels:  jupyter-notebook
Deeplearning Image
Introduction to Deep Learning for Image Recognition
Stars: ✭ 147 (-0.68%)
Mutual labels:  jupyter-notebook
Opendatawrangling
공공데이터 분석
Stars: ✭ 148 (+0%)
Mutual labels:  jupyter-notebook
Scipy 2017 Tutorial Pandas
SciPy 2017 Pandas Tutorial
Stars: ✭ 147 (-0.68%)
Mutual labels:  jupyter-notebook
Tensorflow
Tensorflow相关教程
Stars: ✭ 148 (+0%)
Mutual labels:  jupyter-notebook
Multivariate Time Series Forecast Using Seq2seq In Tensorflow
Stars: ✭ 147 (-0.68%)
Mutual labels:  jupyter-notebook
Symplectic Gradient Adjustment
A colab that implements the Symplectic Gradient Adjustment optimizer from "The mechanics of n-player differentiable games"
Stars: ✭ 148 (+0%)
Mutual labels:  jupyter-notebook
Nyc Transport
A Unified Database of NYC transport (subway, taxi/Uber, and citibike) data.
Stars: ✭ 148 (+0%)
Mutual labels:  jupyter-notebook
Tensorflow center loss
Center Loss implementation with TensorFlow
Stars: ✭ 148 (+0%)
Mutual labels:  jupyter-notebook
D6tstack
Quickly ingest messy CSV and XLS files. Export to clean pandas, SQL, parquet
Stars: ✭ 148 (+0%)
Mutual labels:  jupyter-notebook

Bayesian Analysis with Python

This is the code repository for Bayesian Analysis with Python, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

Please follow this link for an updated version of the code that have been tested to run with the last version of PyMC3.

Instructions and Navigations

All of the code is organized into folders. Each folder starts with a number followed by the chapter name.

This book is written for Python version >= 3.5, and it is recommended that you use the most recent version of Python 3 that is currently available, although most of the code examples may also run for older versions of Python, including Python 2.7 with minor adjustments.

Maybe the easiest way to install Python and Python libraries is using Anaconda, a scientific computing distribution. You can read more about Anaconda and download it here. Once Anaconda is in our system, we can install new Python packages with this command:

conda install NamePackage

We will use the following python packages:

  • Ipython 5.0
  • NumPy 1.11.1
  • SciPy 0.18.1
  • Pandas 0.18.1
  • Matplotlib 1.5.3
  • Seaborn 0.7.1
  • PyMC3 3.0

Errata

If you find an error in the book please fill an issue or send a PR here

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