Skip to content

MK-ek11/Adversarial-Attack-on-Pre-Trained-CNN-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adversarial Attack on Pre-Trained CNN Model

Description

Course: Machine Learning (Fall 2022)
Task: Create an adversarial example for each of the 10 test images and use Pre-Trained models to classify the 10 test images.

Pre-trained model that was used:

  • InceptionV31
  • DenseNet121
  • MobileNetV2

Adversarial attack that was used:

  • Fast Gradient Sign Method (FGSM)