Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #24

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Tutorials for eXplainable Artificial Intelligence (XAI) methods

This repository contains a collection of self-explanatory tutorials for different model-agnostic and model-specific XAI methods.
Each tutorial comes in a Jupyter Notebook which contains a short video lecture and practical exercises.
Each tutorial comes in a Jupyter Notebook, which contains a short video lecture and practical exercises.
The material has already been used in the context of two courses: the Zero to Hero Summer Academy (fully online) and ml4hearth (hybrid setting).
The course material can be adjusted according to the available time frame and the schedule.
The material is self-explanatory and can also be consumed offline.
Expand Down Expand Up @@ -80,7 +80,7 @@ Homework 1: Comparison notebook - [Tutorial_XAI_for_ImageAnalysis](https://githu

## Requirements and Setup

It is possible to execute the notebooks on the browser, by clicking the 'Open in Colab' button. This option doesn't require any further installation, but the user must have access to a Google account.
Executing the notebooks on the browser is possible, by clicking the 'Open in Colab' button. This option doesn't require any further installation, but the user must have access to a Google account.

If you prefer to run the notebooks on your device, create a virtual environment using the requirements.txt file:
```
Expand All @@ -97,4 +97,4 @@ git clone --branch SummerAcademy-2023 https://github.com/HelmholtzAI-Consultants

## Contributions

Comments and input are very welcome! Please, if you have a suggestion or you think something should be changed, open an issue or submit a pull request.
Comments and input are very welcome! If you have a suggestion or think something should be changed, please open an issue or submit a pull request.