Skip to content

Commit e079435

Browse files
authored
Merge pull request #1 from sandun21/main
Few experiments
2 parents 15f0c70 + edb4717 commit e079435

7 files changed

+2870
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
# model-xai
1+
# model-xai
2+
3+
This repository is a branch of the BioSense AI organization, dedicated to developing an ECG classification device. The purpose of this repository is to conduct tests and experiments related to the interpretation of ECG models. By using various interpretation techniques, we aim to understand the decision-making process of our machine learning models better and ensure their reliability and transparency.
4+
5+
![Intepretation of one selected model](images/bilstmrandom1.png)
6+
![Intepretation of one selected model](images/conv1dnetworkrandom.png)

images/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.

images/bilstmrandom1.png

99.8 KB
Loading

images/conv1dnetworkrandom.png

81 KB
Loading

testing-notebooks/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This repository contains notebooks related to testing phase for xAI integration to existing models to understand the models that actually learned from the data.

0 commit comments

Comments
 (0)