The adversarial attack method described is the Fast Gradient Sign Method, commonly abbreviated as FGSM. To understand how it works, consider that a machine learning model learns by calculating a loss function, which is a mathematical way of measuring how far off the model's prediction is from the correct answer. During training, the model uses gradients, which are vectors that point in the direction of the s....
Log in to view the answer