This is the work-in-pogress new version of the course Bayesian Machine Learning and Information Processing. ✨
There will be new lecture materials based on Pluto.jl with interactivity and color!
This repository has a GitHub Action that automatically generates a static website on every commit. This uses the Pluto static export system to generate static HTML files.
You can see an index of all exported files at the repository website (link in top-right).
✅ Recent commit? For progress and status of the site generation system, check out the Actions tab.
To preview a notebook from a Pull Request, open it locally. The quickest way to do so:
Open the PR and go to the "Files" tab. Find the notebook file that you want to preview.
Click the (...) button and Right Click the View raw option. Click Copy link URL.
Open Pluto (import Pluto; Pluto.run()
). In the main menu, paste the URL in the file picker and press Open.
You can clone the repository. When you have the notebook files (.jl
) on your computer, you can run them with Pluto!
Install Pluto! Check out https://plutojl.org/#install for instructions.
Run Pluto! Start Julia and type:
import Pluto
Pluto.run()
In the Pluto main menu, type the path to one of the notebooks in the file picker. For example:
If you don't want to clone the complete repository, you can also run a single notebook directly from its URL.
Open and run Pluto, see Method A.
Find a notebook file (.jl
) in this repostory that you want to run. Copy the URL, e.g.
https://github.com/biaslab/BMLIP-colorized/blob/main/lectures/B12%20Intelligent%20Agents%20and%20Active%20Inference.jl
Tip: You don't need the "raw URL", any type of URL will work
In the Pluto's main menu, paste the URL in the file picker and press Open.