-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsearch.html
More file actions
204 lines (166 loc) · 8.73 KB
/
Copy pathsearch.html
File metadata and controls
204 lines (166 loc) · 8.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Search — 人工智能:数据与模型安全 1.0.0 documentation</title>
<link rel="stylesheet" href="_static/material-design-lite-1.3.0/material.purple-deep_orange.min.css" type="text/css" />
<link rel="stylesheet" href="_static/sphinx_materialdesign_theme.css" type="text/css" />
<link rel="stylesheet" href="_static/fontawesome/all.css" type="text/css" />
<link rel="stylesheet" href="_static/fonts.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/basic.css" />
<link rel="stylesheet" type="text/css" href="_static/d2l.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/sphinx_highlight.js"></script>
<script src="_static/d2l.js"></script>
<link rel="shortcut icon" href="_static/logo_removebg.png?"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="#" />
<script type="text/javascript" src="_static/searchtools.js "></script>
<script type="text/javascript" src="_static/language_data.js"></script>
<script type="text/javascript">
jQuery(function() { Search.loadIndex("searchindex.js"); });
</script>
<script type="text/javascript" id="searchindexloader"></script>
</head>
<body>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header mdl-layout--fixed-drawer"><header class="mdl-layout__header mdl-layout__header--waterfall ">
<div class="mdl-layout__header-row">
<nav class="mdl-navigation breadcrumb">
<a class="mdl-navigation__link is-active">Search</a>
</nav>
<div class="mdl-layout-spacer"></div>
<nav class="mdl-navigation">
</nav>
</div>
<div class="mdl-layout__header-row header-links">
<div class="mdl-layout-spacer"></div>
<nav class="mdl-navigation">
<a class="mdl-navigation__link" href="https://ai-data-model-safety.github.io/">
<i class="fas fa-user-graduate"></i>
课程
</a>
<a class="mdl-navigation__link" href="https://github.com/ai-data-model-safety">
<i class="fab fa-github"></i>
GitHub
</a>
<a class="mdl-navigation__link" href="https://ai-data-model-safety.github.io/">
<i class="fas fa-external-link-alt"></i>
English
</a>
</nav>
</div>
</header><header class="mdl-layout__drawer">
<!-- Title -->
<span class="mdl-layout-title">
<a class="title" href="index.html">
<img class="logo" src="_static/logo_with_text.png" alt="人工智能:数据与模型安全"/>
</a>
</span>
<div class="globaltoc">
<span class="mdl-layout-title toc">Table Of Contents</span>
<nav class="mdl-navigation">
<ul>
<li class="toctree-l1"><a class="reference internal" href="source/%E5%89%8D%E8%A8%80.html">前言</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="source/chap1.html">1. 人工智能与安全概述</a></li>
<li class="toctree-l1"><a class="reference internal" href="source/chap2.html">2. 机器学习基础</a></li>
<li class="toctree-l1"><a class="reference internal" href="source/chap3.html">3. 人工智能安全基础</a></li>
<li class="toctree-l1"><a class="reference internal" href="source/chap4.html">4. 数据安全:攻击</a></li>
<li class="toctree-l1"><a class="reference internal" href="source/chap5.html">5. 数据安全:防御</a></li>
<li class="toctree-l1"><a class="reference internal" href="source/chap6.html">6. 模型安全:对抗攻击</a></li>
<li class="toctree-l1"><a class="reference internal" href="source/chap7.html">7. 模型安全:对抗防御</a></li>
<li class="toctree-l1"><a class="reference internal" href="source/chap8.html">8. 模型安全:后门攻击</a></li>
<li class="toctree-l1"><a class="reference internal" href="source/chap9.html">9. 模型安全:后门防御</a></li>
<li class="toctree-l1"><a class="reference internal" href="source/chap10.html">10. 模型安全:窃取攻防</a></li>
<li class="toctree-l1"><a class="reference internal" href="source/chap11.html">11. 未来展望</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="chapter_references/zreferences.html">参考文献</a></li>
</ul>
</nav>
</div>
</header>
<main class="mdl-layout__content" tabIndex="0">
<script type="text/javascript" src="_static/sphinx_materialdesign_theme.js "></script>
<header class="mdl-layout__drawer">
<!-- Title -->
<span class="mdl-layout-title">
<a class="title" href="index.html">
<img class="logo" src="_static/logo_with_text.png" alt="人工智能:数据与模型安全"/>
</a>
</span>
<div class="globaltoc">
<span class="mdl-layout-title toc">Table Of Contents</span>
<nav class="mdl-navigation">
<ul>
<li class="toctree-l1"><a class="reference internal" href="source/%E5%89%8D%E8%A8%80.html">前言</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="source/chap1.html">1. 人工智能与安全概述</a></li>
<li class="toctree-l1"><a class="reference internal" href="source/chap2.html">2. 机器学习基础</a></li>
<li class="toctree-l1"><a class="reference internal" href="source/chap3.html">3. 人工智能安全基础</a></li>
<li class="toctree-l1"><a class="reference internal" href="source/chap4.html">4. 数据安全:攻击</a></li>
<li class="toctree-l1"><a class="reference internal" href="source/chap5.html">5. 数据安全:防御</a></li>
<li class="toctree-l1"><a class="reference internal" href="source/chap6.html">6. 模型安全:对抗攻击</a></li>
<li class="toctree-l1"><a class="reference internal" href="source/chap7.html">7. 模型安全:对抗防御</a></li>
<li class="toctree-l1"><a class="reference internal" href="source/chap8.html">8. 模型安全:后门攻击</a></li>
<li class="toctree-l1"><a class="reference internal" href="source/chap9.html">9. 模型安全:后门防御</a></li>
<li class="toctree-l1"><a class="reference internal" href="source/chap10.html">10. 模型安全:窃取攻防</a></li>
<li class="toctree-l1"><a class="reference internal" href="source/chap11.html">11. 未来展望</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="chapter_references/zreferences.html">参考文献</a></li>
</ul>
</nav>
</div>
</header>
<div class="document">
<div class="page-content" role="main">
<h1 id="search-documentation">Search</h1>
<div id="fallback" class="admonition warning">
<script type="text/javascript">$('#fallback').hide();</script>
<p>
Please activate JavaScript to enable the search
functionality.
</p>
</div>
<p>
From here you can search these documents. Enter your search
words into the box below and click "search". Note that the search
function will automatically search for all of the words. Pages
containing fewer words won't appear in the result list.
</p>
<form action="" method="get">
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<input class="mdl-textfield__input" type="text" name="q" id="search-input">
<label class="mdl-textfield__label" for="search-input">Search...</label>
</div>
<button type="submit" class="mdl-button mdl-js-button mdl-button--fab mdl-button--mini-fab mdl-button--colored">
<i class="material-icons">search</i>
</button>
<span id="search-progress" style="padding-left: 10px"></span>
</form>
<div id="search-results">
</div>
</div>
<div class="side-doc-outline">
<div class="side-doc-outline--content">
</div>
</div>
<div class="clearer"></div>
</div><div class="pagenation">
</div>
</main>
</div>
</body>
</html>