Exercises for the Tutorial on Approximate Bayesian Inference at the Data Science Summer School 2018.
We will use Python 3 for all exercises. The following packages will be required:
numpy
scipy
- see above.PyTorch
- version 0.4.0 or greater.matplotlib
jupyter
ipywidgets
From the repo's main directory, run:
jupyter notebook
This will automatically open a tab in your browser and display the exercise notebooks.
If the interactive widgets do not work, try:
pip install ipywidgets --upgrade
jupyter nbextension enable --py widgetsnbextension