[论文笔记]Towards Evaluating the Rob
2020-03-29 本文已影响0人
wangxiaoguang
题目:Towards Evaluating the Robustness of Neural Networks
地址:https://arxiv.org/abs/1608.04644
代码:https://github.com/carlini/nn_robust_attacks
C&W
Objective function
![](https://img.haomeiwen.com/i10210025/2b2c46261dc5e851.png)
Box constraints
- Projected gradient descent
- Clipped gradient descent
- Change of variables
参考
CSDN-[论文阅读笔记]Towards Evaluating the Robustness of Neural Networks(CW)
Github-【论文笔记】 Towards Evaluating the Robustness of Neural Networks
知乎 - <EYD与机器学习>:对抗攻击基础知识(五)
CSDN-关于Towards evaluating the robustness of neural networks的理解