Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.91 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.91 KB

Geilo Inverse Problem Workshop

This is a collection of lecture notes from the Gelio Winter School 2025 on Solving Inverse Problems. It's a collection of Julia scripts and tutorials for handling inverse problems, along with slides going into detail on some of the discussion topics.

Table of Contents

Using Pluto Notebooks

The notes are contained in Pluto notebooks. To open these notebooks, use a valid Julia installation and do:

using Pluto
Pluto.run()

See the rendered version of the first notebook if you need any help getting Julia installed and setup.