Skip to content

aaaastark/adversarial-network-attack-noise-on-mnist-dataset-pytorch

Repository files navigation

Adversarial Network Attacks (PGD, pixel, FGSM) Noise on MNIST Images Dataset using Python (Pytorch)

DataSet: MNIST Images Datasets

API that are used in this Project:

  • torch
  • torchvision
  • cv2
  • skimage
  • numpy
  • matplotlib
  • time

MNIST Images

download-1

Adversarial Network PGD Attack

download-2

Adversarial Network FGSM Attack

download-3

Adversarial Network OnePixel Attack

download-4