foolbox 一款神奇的Python工具箱

2021-08-19 12:58:30 字數 1221 閱讀 2261

原文:foolbox

翻譯:vincent

foolbox是乙個python工具箱,它可以建立一些對抗樣本從而來迷惑神經網路。 它需要python,numpy和scipy。

pip install foolbox
我們測試的時候使用的是python 2.7、3.5和3.6版本。當然python其它版本也可以工作。但是我們建議使用python 3版本!

可在readthedocs上獲取文件:

import foolbox

import keras

# instantiate model

keras.backend.set_learning_phase(0)

kmodel = resnet50(weights='imagenet')

fmodel = foolbox.models.kerasmodel(kmodel, bounds=(0, 255),preprocess_fn=preprocess_input)

# get source image and label

image, label = foolbox.utils.imagenet_example()

attack = foolbox.attacks.fgsm(fmodel)

adversarial = attack(image, label)

其它一系列深度學習的介面也是可以用的,例如tensorflow,pytorch,theano,lasagne和mxnet等。

model = foolbox.models.tensorflowmodel(images, logits, bounds=(0, 255))

model = foolbox.models.pytorchmodel(torchmodel, bounds=(0, 255), num_classes=1000)

# etc.

不同的對抗標準,例如top-k,特定的target class或original class、target class的目標概率值可以傳遞給attack,例如:

criterion = foolbox.criteria.targetclass(22)

attack = foolbox.attacks.fgsm(fmodel, criterion)

一款有趣的遊戲

今天分享一款有趣的遊戲 不思議迷宮。在這個遊戲裡,你將扮演乙隻可愛的岡布奧小怪物,擊敗各路大怪物,進行迷宮冒險。1.刺激的 這款遊戲最大的特色在於每關隨機生成的冒險地圖,作為第一人稱的你,需要利用道具 人物屬性來解決不同的怪物,十分考驗你的聰明才智。節奏快,不停過關,輕鬆玩 2.萌萌的 在這款遊戲裡...

推薦一款網遊

三月王朝 也叫帝國霸略 挺不錯的,優點 20 多人約好晚上一起打都城,很帶勁。qq飛車採用了世界級的物理引擎physx,採納專業車手的建議,手感全面超越市場領先產品。qq飛車完全免費,qq號碼即可登陸。專為qq使用者設計的時尚的人物造型,爽快的漂移快感,帥哥與美女同在,速度與激情並存,帶你進入眩目的...

修正一款php webshell

if empty post newcontent ph4ckp v2.0 by pr0cess modified ph4ckp v2.0 modified operating system echo php os server name server ip server time server po...