Shared Python modules live in libs/ at the project root (MCMC, SMC, model search, etc.). Notebooks under notebooks/ import them as from libs import ....
Activate the environment with source activate.sh so PYTHONPATH includes the repo root, or run python setup_path.py before importing in a notebook kernel.
Topics covered:
- MCMC
- SMC Samplers
- Tempering Algorithms (Simulated, Parallel)
- Machine Learning
- Generative Models (Diffusion, etc)