搜索结果
查询Tags标签: Defense,共有 3条记录-
[LeetCode] 1996. The Number of Weak Characters in the Game
You are playing a game that contains multiple characters, and each of the characters has two main properties: attack and defense. You are given a 2D integer array properties where properties[i] = [attacki, defensei] represents the properties of the it…
2022/1/29 6:06:23 人评论 次浏览 -
【李宏毅2020 ML/DL】P35-42 Attack ML Models
我已经有两年 ML 经历,这系列课主要用来查缺补漏,会记录一些细节的、自己不知道的东西。已经有人记了笔记(很用心,强烈推荐):https://github.com/Sakura-gh/ML-notes 本节内容综述 Attack ML Models 的研究有什么意义? 本节课将讲Attack与Defense,其中***占了大部…
2021/6/22 23:29:55 人评论 次浏览 -
李宏毅机器学习课程笔记-12.3对抗防御入门
目录What is DefensePassive DefenseProactive Defense What is Defense 有人说模型容易被攻破是因为过拟合,但其实并不是,因为weight regularization、dropout、model ensemble都不能抵挡Adversarial Attack,并且Attack可以攻击多个model。 Defense分为两类:Passive …
2021/4/30 10:28:00 人评论 次浏览