Tony-Y / nips17_targeted_adversarial_attack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nips17_targeted_adversarial_attack

The final submission for Targeted Attack of Competition on Adversarial Attacks and Defenses

This code needs the following file:

Inception V3 checkpoint

License Acknowledgement

This code is derived from the sample code included in CleverHans, and includes a derived work from Carlini's L2 attack.

CleverHans

https://github.com/tensorflow/cleverhans
Copyright (c) 2017 Google Inc., OpenAI and Pennsylvania State University.
Licensed under the MIT License.

nn_robust_attacks

https://github.com/carlini/nn_robust_attacks
Copyright (c) 2016 Nicholas Carlini. Licensed under the BSD 2-Clause.

tensorflow/models

Copyright 2016 The TensorFlow Authors. All rights reserved.
Licensed under the Apache License, Version 2.0.

Copyright

Copyright (c) 2017 Tony-Y.

About

License:MIT License


Languages

Language:Python 92.1%Language:Shell 7.9%