Rust 程序设计语言 简体中文版 1.85.0
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 144 7.5. 将模块拆分成多个文件 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 250 12.2. 读取文件 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 311 14.4. 使用 cargo install 安装二进制文件 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3170 码力 | 562 页 | 3.23 MB | 9 天前3人工智能安全治理框架 1.0
(c)两用物项和技术滥用风险。因不当使用或滥用人工智能两用物项和 技术,对国家安全、经济安全、公共卫生安全等带来严重风险。包括极大降低 非专家设计、合成、获取、使用核生化导武器的门槛;设计网络武器,通过自 动挖掘与利用漏洞等方式,对广泛潜在目标发起网络攻击。 3.2.3 认知域安全风险 (a)加剧 “信息茧房” 效应风险。人工智能将广泛应用于定制化的信息 服务,收集用户信息,分析用户类型、需求、意图、喜好、行为习惯,甚至特 知人工智能产品和服务的适用范围、注意事项、使用禁忌,支持使用者知情选 择、审慎使用。 (c)服务提供者应在告知同意、服务协议等文件中,支持使用者行使人 类监督和控制责任。 (d)服务提供者应让使用者了解人工智能产品的精确度,在人工智能决 策有重大影响时,做好解释说明预案。 (e)服务提供者应检查研发者提供的责任说明文件,确保责任链条可以 追溯到递归采用的人工智能模型。 (f)服务提供者应提高人工智能风险防范意识,建立健全实时风险监控 智能产品成为网络攻击的目标。 (f)社会公众应注意人工智能产品对儿童和青少年的影响,预防沉迷及 过度使用。- 17 - 人工智能安全治理框架 安全风险 技术应对措施 综合治理措施 内生(自 身)安全 风险 模型算 法安全 风险 可解释性差的风险 4.1.1 (a) 推进人工智能可 解释性研究 构建以负责任的 人工智能研发应 用体系 偏见、歧视风险 4.1.1 (b) 鲁棒性弱风险0 码力 | 20 页 | 3.79 MB | 28 天前3Tornado 6.5 Documentation
distribution includes demo applications that are not present when Tornado is installed in this way, so you may wish to download a copy of the source tarball or clone the git repository as well. Prerequisites: all async funcs b = yield c() b = await c() # "return" and "yield" # cannot be mixed in # Python 2, so raise a # special exception. # Return normally raise gen.Return(b) return b Other differences between soon as they are called. Note that for both kinds of coroutines it is important to use await or yield so that any exceptions have somewhere to go. • Decorated coroutines: – have additional integration with0 码力 | 272 页 | 1.12 MB | 2 月前3Tornado 6.5 Documentation
distribution includes demo applications that are not present when Tornado is installed in this way, so you may wish to download a copy of the source tarball or clone the git repository [https://github. b = await c() # "return" and "yield" # cannot be mixed in # Python 2, so raise a# special exception. # Return normally raise gen.Return(b) return soon as they are called. Note that for both kinds of coroutines it is important to use await or yield so that any exceptions have somewhere to go. Decorated coroutines: have additional integration with0 码力 | 437 页 | 405.14 KB | 2 月前3
共 4 条
- 1