Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Project 3 – Adversarial Attacks on Image Classifiers

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.

Key Features

  • Implemented FGSM and PGD attacks
  • Visualized attack effects on model predictions
  • Evaluated accuracy drop under adversarial settings

Dataset

  • CIFAR-10

Requirements

  • Python
  • PyTorch
  • Matplotlib

How to Run

pip install torch torchvision matplotlib
jupyter notebook Adversarial_Attacks.ipynb

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages