Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
afoix authored Aug 17, 2024
1 parent 7e69e43 commit 3af5978
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Exercise 7: Failure Modes & Limits of Deep Learning

## Getting this repo

If you are working from the super repository https://github.com/dlmbl/DL-MBL-2024, don't forget to update this submodule:
```
git submodule update --init --recursive 07_failure_modes
```

## Goal
In Exercise 7: Failure Modes and Limits of Deep Learning, we delve into understanding the limits and failure modes of neural networks, especially in the context of image classification. This exercise highlights how differences between tainted and clean training datasets as well as test datasets can affect the performance of neural networks in ways that we will try to understand. By tampering with image datasets and introducing extra visual information, the exercise aims to illustrate real-world scenarios where data collection inconsistencies can corrupt datasets. The goal is to investigate the internal reasoning of neural networks, and use tools like Integrated Gradients, which help in identifying crucial areas of an image that influence classification decisions.

Expand Down

0 comments on commit 3af5978

Please sign in to comment.