Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Learngo | 17,398 | 4 months ago | 9 | April 21, 2021 | 17 | other | Go | |||
❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs. | ||||||||||
N Blog | 15,244 | 5 months ago | 25 | JavaScript | ||||||
《一起学 Node.js》 | ||||||||||
Magic Of Css | 6,021 | a year ago | 10 | mit | CSS | |||||
A CSS course to turn you into a magician. | ||||||||||
Start Machine Learning | 3,589 | 3 months ago | 4 | mit | ||||||
A complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2023 without ANY background in the field and stay up-to-date with the latest news and state-of-the-art techniques! | ||||||||||
Php Developer Roadmap | 2,997 | a month ago | 13 | |||||||
This is PHP Developer Roadmap | ||||||||||
Actionroguelike | 2,790 | 7 days ago | 2 | C++ | ||||||
Third-person Action Roguelike made in Unreal Engine C++. Project for Unreal Engine C++ Course & Stanford University | ||||||||||
Go Collection | 2,259 | 4 months ago | 1 | Go | ||||||
:tulip: awesome awesome go, study golang from basic to proficient。Go Study Guide。从学习golang基础和高级特性,到实战,到架构微服务,最后到跑路。 | ||||||||||
Intro To Apis Course | 2,152 | 8 months ago | 1 | Python | ||||||
Introduction to APIs course | ||||||||||
Byte Of Python | 2,022 | 7 months ago | 10 | Python | ||||||
Beginners book on Python - start here if you don't know programming | ||||||||||
100daysofcode With Python Course | 1,974 | 4 days ago | 4 | mit | Jupyter Notebook | |||||
Course materials and handouts for #100DaysOfCode in Python course |
Material for course on Bayesian Computation
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.
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.
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.
Hierarchcial Models (Chris) 2:00pm - 4:00pm
Markov chain Monte Carlo (Thomas) 2:00pm - 4:00pm
Gradient-based MCMC (Chris) 2:00pm - 4:00pm
The Bayesian Workflow (Thomas) 2:00pm - 4:00pm
Bayesian Non-parametric Models (Chris) 2:00pm - 4:00pm
Bayesian Time Series Models (Thomas) 2:00pm - 4:00pm