Attacking AI

The two notebooks in this repository are used as an example of attacks on AI models.

  1. Poisoning Attack Spam Filter: Poisoning Attack on a Spam filter created using Support Vector Machines for Classification (SVC)
  2. Fast Gradient Sign Method Adversarial Attack: Input Attack on an Image Classification CNN using the Fast Gradient Sign Method and showing the effect of the adversarial patches in the predictions.