-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b2c7544
commit cf3e7d7
Showing
6 changed files
with
399 additions
and
113,748 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# XAI in de praktijk | ||
|
||
Deze XAI workshop is ontwikkeld in het kader van een intern project binnen het RIG om meer ervaring te krijgen over XAI technieken, en om deze kennis te kunenn delen. | ||
Het doel van de workshop is om te oefenen met XAI-technieken in de praktijk. | ||
Als basis is de structuur van het [boek](https://ema.drwhy.ai/) van Biecek and Burzykowski gebruikt. | ||
|
||
Deze repo bevat verschillende scripts waarin de verschillende XAI-technieken uit elkaar gehouden worden. In de notebook zijn al deze scripts gecombineerd. | ||
|
||
De notebook bevat begeleidende tekst en kan op zichzelf doorlopen. | ||
|
||
De requirements file bevat informatie over de libraries die benodigd zijn voor het uitvoeren van de scripts. Om dit te doen, voer het volgende commando uit: | ||
``` | ||
pip install -r requirements.txt | ||
``` |
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,3 @@ dalex==1.3.0 | |
alibi==0.6.0 | ||
tensorflow==2.5.1 | ||
scikit_learn==0.24.2 | ||
scikit_image==0.18.2 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters