-
Notifications
You must be signed in to change notification settings - Fork 1
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
f6143c2
commit fe2a71d
Showing
1 changed file
with
2 additions
and
0 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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
## Interpretable Breast Cancer Classification using CNNs on mammographic images | ||
|
||
In this project the potential of Deep Learning methods for breast cancer classification was explored by applying Convolutional Neural Networks (CNNs) to classify normal, benign, and malignant breast tissue in mammograms. To shed light on the CNN's 'black-box' predictions, several post-hoc interpretability techniques were applied to gain insights into the decision-making process of CNNs. Moreover, a new dataset of preprocessed mammograms was created as part of this research [Preprocessed Data](https://github.com/annkristinbalve/Interpretable_Breast_Cancer_Classification/blob/main/Kaggle_Data.zip) | ||
See link to paper: https://proceedings.mlr.press/v248/balve24a.html | ||
![image](https://github.com/user-attachments/assets/fd87da73-c6f1-4175-ba31-b02609e21a80) |