项目作者: aysusayin

项目描述 :
Training two models with adversarial samples to increase robustness and their comparisons.
高级语言: Jupyter Notebook
项目地址: git://github.com/aysusayin/Adversarial-Training-of-Neural-Networks.git


Adversarial Training of Neural Networks

In this repository, you can find two jupyter notebooks where the adverserial samples are generated step by step using FGSM attack and training two different neural network architectures(LeNet-5 and VGG-Net) with them. They are explained in detail in the notebooks:

  1. Generating Adversarial Samples Using FGSM Attack
  2. Training of the models using German Sign Classification dataset

In the presentation the results are compared and analyzed.