All Projects → fonnesbeck → Bayes_computing_course

fonnesbeck / Bayes_computing_course

Licence: mit

Projects that are alternatives of or similar to Bayes computing course

Kite Python Blog Post Code
Code snippets from Kite blog posts
Stars: ✭ 194 (-0.51%)
Mutual labels:  jupyter-notebook
Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (-0.51%)
Mutual labels:  jupyter-notebook
Hacktoberfest2020 Contributions
A beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs and Algorithms! Please leave a star ⭐ to support this project! ✨
Stars: ✭ 196 (+0.51%)
Mutual labels:  jupyter-notebook
Snippet
just some code snippet
Stars: ✭ 194 (-0.51%)
Mutual labels:  jupyter-notebook
Nbqa
Run any standard Python code quality tool on a Jupyter Notebook
Stars: ✭ 193 (-1.03%)
Mutual labels:  jupyter-notebook
Largitdata
LargitData Course Material
Stars: ✭ 195 (+0%)
Mutual labels:  jupyter-notebook
Intro To Dsp With Python
Stars: ✭ 194 (-0.51%)
Mutual labels:  jupyter-notebook
Auto ts
Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of Code. Now updated with Dask to handle millions of rows.
Stars: ✭ 195 (+0%)
Mutual labels:  jupyter-notebook
M5 Methods
Data, Benchmarks, and methods submitted to the M5 forecasting competition
Stars: ✭ 192 (-1.54%)
Mutual labels:  jupyter-notebook
Score sde
Official code for Score-Based Generative Modeling through Stochastic Differential Equations (ICLR 2021, Oral)
Stars: ✭ 190 (-2.56%)
Mutual labels:  jupyter-notebook
Jupyterhub Deploy Teaching
Reference deployment of JupyterHub and nbgrader on a single server
Stars: ✭ 194 (-0.51%)
Mutual labels:  jupyter-notebook
Compstats
Code for a workshop on statistical interference using computational methods in Python.
Stars: ✭ 194 (-0.51%)
Mutual labels:  jupyter-notebook
Cvx short course
Materials for a short course on convex optimization.
Stars: ✭ 194 (-0.51%)
Mutual labels:  jupyter-notebook
Ctr nn
基于深度学习的CTR预估,从FM推演各深度学习CTR预估模型(附代码)
Stars: ✭ 194 (-0.51%)
Mutual labels:  jupyter-notebook
Covid19 Japan Reff
Stars: ✭ 196 (+0.51%)
Mutual labels:  jupyter-notebook
Quantecon Notebooks Python
A Repository of Notebooks for the Python Lecture Site
Stars: ✭ 194 (-0.51%)
Mutual labels:  jupyter-notebook
Python tutorial
python tutorial
Stars: ✭ 195 (+0%)
Mutual labels:  jupyter-notebook
Gp4a
Code for NeurIPS 2019 paper: "Tensor Programs I: Wide Feedforward or Recurrent Neural Networks of Any Architecture are Gaussian Processes"
Stars: ✭ 196 (+0.51%)
Mutual labels:  jupyter-notebook
Covid19italia
Stars: ✭ 195 (+0%)
Mutual labels:  jupyter-notebook
Notes Linear Algebra
线性代数笔记
Stars: ✭ 2,393 (+1127.18%)
Mutual labels:  jupyter-notebook

Bayesian Computing Course

Material for course on Bayesian Computation

Binder

Setup

This tutorial assumes that you have Anaconda (Python 3.7) setup and installed on your system. If you do not, please download and install Anaconda on your system before proceeding with the setup.

The next step is to clone or download the tutorial materials in this repository. If you are familiar with Git, run the clone command:

git clone https://github.com/fonnesbeck/Bayes_Computing_Course.git

otherwise you can download a zip file of its contents, and unzip it on your computer.


The repository for this tutorial contains a file called environment.yml that includes a list of all the packages used for the tutorial. If you run:

conda env create

from the main tutorial directory, it will create the environment for you and install all of the packages listed. This environment can be enabled using:

conda activate bayes_course

Then, you can start JupyterLab to access the materials:

jupyter lab

The binder link above should also provide a working environment.

Pre-course Work

In advance of the course, we would like attendees to complete a short homework notebook that will ensure everyone has the requisite baseline knowledge. You can find this Jupyter notebook in the /notebooks subdirectory (under Section0-Pre_Work.ipynb). There is no need to hand this in to anyone, but please reach out if you have difficulty with any of the problems (or with setting up your computing environment) by creating an issue in this repository, or by emailing.

Course Outline

The course comprises six 2-hour modules of videoconference lectures, along with short associated hands-on projects to reinforce materials covered during lectures. The first four sections cover core materials related to Bayesian computation, while the final two modules are elective material chosen by your group, which extend the concepts covered by the core sections to specific topics: time series modeling and non-parametric Bayesian models.

Monday, July 13

Hierarchcial Models (Chris) 2:00pm - 4:00pm

  • Motivation and case studies
  • Partial pooling
  • Building hierarchical models
  • Parameterizations
  • Model checking

Wednesday, July 15

Markov chain Monte Carlo (Thomas) 2:00pm - 4:00pm

  • Probability density functions, inverse CDF sampling
  • Rejection sampling
  • MCMC basics
  • Metropolis-Hastings samplers
  • Gibbs samplers

Friday, July 17

Gradient-based MCMC (Chris) 2:00pm - 4:00pm

  • Problems with first-generation MCMC methods
  • Using gradient information to improve MCMC
  • Hamiltonian Monte Carlo
  • NUTS
  • Diagnostics

Monday, July 20

The Bayesian Workflow (Thomas) 2:00pm - 4:00pm

  • Prior predictive checks
  • Iterating models
  • Posterior predictive checks
  • Using the model

Wednesday, July 22

Bayesian Non-parametric Models (Chris) 2:00pm - 4:00pm

  • Kernel-based models
  • Modeling with Gaussian distributions
  • Gaussian processes
  • Covariance functions
  • Bayesian optimization

Friday, July 24

Bayesian Time Series Models (Thomas) 2:00pm - 4:00pm

  • Modeling repeated measurements
  • Structural time series models
  • Hierarchical time series models
  • Censored data and survival models
  • Model checking
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].