Skip to content

Commit 33c555b

Browse files
authored
Merge pull request #828 from Trusted-AI/fix-ac
Activation Clutsering Notebook Corrections
2 parents ac25fd1 + 1415217 commit 33c555b

File tree

2 files changed

+272
-49
lines changed

2 files changed

+272
-49
lines changed

notebooks/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ demonstrates a poisoning attack on a Support Vector Machine.
170170
<img src="../utils/data/images/svm_poly.gif?raw=true" width="200" title="svm_poly">
171171
</p>
172172

173-
[poisoning_dataset_mnist.ipynb](poisoning_dataset_mnist.ipynb) [[on nbviewer](https://nbviewer.jupyter.org/github/Trusted-AI/adversarial-robustness-toolbox/blob/main/notebooks/poisoning_dataset_mnist.ipynb)]
174-
demonstrates the generation and detection of backdoors into neural networks by poisoning the training dataset.
173+
[poisoning_defense_activation_clustering.ipynb](poisoning_defense_activation_clustering.ipynb) [[on nbviewer](https://nbviewer.jupyter.org/github/Trusted-AI/adversarial-robustness-toolbox/blob/main/notebooks/poisoning_defense_activation_clustering.ipynb)]
174+
demonstrates the generation and detection of backdoors in neural networks via Activation Clustering.
175175

176176
<p align="center">
177177
<img src="../utils/data/images/poisoning.png?raw=true" width="200" title="poisoning">

0 commit comments

Comments
 (0)