Skip to content

Commit

Permalink
Add instructions for accessing slides under releases
Browse files Browse the repository at this point in the history
  • Loading branch information
munichpavel committed Apr 14, 2022
1 parent 9f99838 commit 3e0a962
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## Workshop topics

Slides are built as part of the repo's [ci-cd pipeline](.github/workflows/ci-cd.yml), and ~~can be accessed by clicking on the `Artifacts` section of a workflow run~~ but I need to add these artifacts to a [release]() as in the issue [Make slide artifacts publicly available](https://github.com/munichpavel/risk-ai-workshop/issues/21). As a workaround, the slides from ci / cd run [#163](https://github.com/munichpavel/risk-ai-workshop/actions/runs/2165826463) are attached to the [bug-fix issue](https://github.com/munichpavel/risk-ai-workshop/issues/21).
Slides are built as part of the repo's [ci-cd pipeline](.github/workflows/ci-cd.yml), and be found under [releases](https://github.com/munichpavel/risk-ai-workshop/releases). See e.g. [the v2022.1.1 release](https://github.com/munichpavel/risk-ai-workshop/releases/tag/v2022.1.1).

## Artificial intelligence for risk management

Expand All @@ -29,16 +29,14 @@ Examples and exercises: [graphical models](notebooks/graphical-models-exercises.

* [Model Selection Examples](notebooks/model-selection-examples.ipynb)
* [Risk and AI in Practice Exercises](notebooks/risk-ai-practice-exercises.ipynb)
* [Model Selection Exercises (from 2017 workshop)](notebooks/model-selection-exercises.ipynb
)
* [Model Selection Exercises (from 2017 workshop)](notebooks/model-selection-exercises.ipynb)

## Grading scheme for University of Ljubljana Masters in Mathematical Finance

The number of points for a correct solution for each exercise brings is equal to $2^{\mathrm{number\,of\,stars}}$. For a grade of 8 you have to get at least 6 points, for grade 9 at least 7 points and for 10 at least 8 points.

You have to solve one problem from each of the four sets of problems unless you solved one of the problems with three stars.


## Relate python packages

In the exercise notebooks and `requirements.txt` you see which python packages I used in creating and solving the exercises, though this list is far from exhaustive. Below are some (additional) python packages that may be useful
Expand Down Expand Up @@ -73,6 +71,8 @@ Note: I do not follow [Semantic Versioning](https://semver.org/) for this projec

### Latest

Replace slide publishing workaround with instructions on accessing compiled slides under releases.

### v2022.1.1

* Fix typos in discrete geometry slides, including definition of d-separation
Expand Down

0 comments on commit 3e0a962

Please sign in to comment.