This repository contains the Google Colab notebook used for evaluating and attacking ResNet-34 with FGSM, Targeted PGD, and Patch-based methods, and testing transferability on DenseNet-121.
The full project report is included in the repository.
π Colab Notebook (jailbreaking_attacks.ipynb)
- FGSM (Task 2)
- Targeted PGD (Task 3)
- Patch PGD (Task 4)
- Transferability to DenseNet-121 (Task 5)