This project explores adversarial attacks like FGSM, IGSM and PGD on deep learning models. The goal is to understand how small input perturbations can mislead image classifiers and reduce their reliability.
- Implemented FGSM and PGD attacks
- Visualized attack effects on model predictions
- Evaluated accuracy drop under adversarial settings
- CIFAR-10
- Python
- PyTorch
- Matplotlib
pip install torch torchvision matplotlib
jupyter notebook Adversarial_Attacks.ipynb