marvinpfoertner / 2024-pn-spring-school

Practical session on implementing probabilistic linear solvers at the Probabilistic Numerics Spring School 2024

Home Page:https://probnumschool.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Probabilistic Linear Solvers and Their Applications

Practical session held at the Probabilistic Numerics Spring School 2024

Setup

To participate in this tutorial, you will need a fresh Python 3.11 virtual environment or a (mini)conda installation.

virtual environment: Activate the environment, and run pip install -r requirements.txt in the repository to install all necessary requirements.

(mini)conda: Run conda env create -f environment.yml in the repository. This will create a new conda env named pn-school-linalg with the correct Python version and all necessary requirements installed automatically.

In either case, activate the (conda/virtual) environment, run jupyter lab, and navigate to the tutorial notebook.

About

Practical session on implementing probabilistic linear solvers at the Probabilistic Numerics Spring School 2024

https://probnumschool.org


Languages

Language:Jupyter Notebook 100.0%