-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
363 lines (307 loc) · 16.6 KB
/
index.html
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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
<!DOCTYPE HTML>
<html>
<head>
<link rel="bookmark" type="image/x-icon" href="/img/favicon.png"/>
<link rel="shortcut icon" href="/img/favicon.png">
<title>
Unique AI Lab
</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="/css/mic_main.css" />
<link rel="stylesheet" href="/css/dropdownMenu.css" />
<script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<noscript>
<link rel="stylesheet" href="/css/noscript.css" />
</noscript>
<script src="/js/jquery.min.js"></script>
<script src="/js/jquery.scrollex.min.js"></script>
<script src="/js/jquery.scrolly.min.js"></script>
<script src="/js/skel.min.js"></script>
<script src="/js/util.js"></script>
<script src="/js/main.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
}
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for (i=0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>
<script async type="text/javascript" src="//cdn.bootcss.com/mathjax/2.7.1/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
</head>
<body class="is-loading">
<!-- Wrapper 外包 s-->
<div id="wrapper" class="fade-in overlay">
<!-- Intro 头部显示 s -->
<div id="intro">
<h1>UNIQUE<br/>AI LAB</h1>
<p> THINK AI, CULTIVATE ELITE.
</p>
<ul class="actions">
<li><a href="#header" class="button icon solo fa-arrow-down scrolly">Continue</a></li>
</ul>
</div>
<!-- Intro 头部显示 e -->
<!-- Header 头部logo start -->
<header id="header">
<a href="/" class="logo">UNIQUE AI</a>
</header>
<!-- Header 头部logo end -->
<!-- Nav 导航条 start -->
<nav id="nav" class="special" >
<ul class="menu links" >
<!-- Homepage 主页 -->
<li >
<a href="/" rel="nofollow">主页</a>
</li>
<!-- categories_name 分类 -->
<li class="active">
<a href="#s1">分类</a>
<ul class="submenu">
<li>
<a class="category-link" href="/categories/GAN-图像翻译-CV/">GAN 图像翻译 CV</a></li><li><a class="category-link" href="/categories/强化学习/">强化学习</a></li><li><a class="category-link" href="/categories/机器学习/">机器学习</a></li><li><a class="category-link" href="/categories/深度学习/">深度学习</a></li><li><a class="category-link" href="/categories/深度学习/计算机视觉/">计算机视觉</a></li><li><a class="category-link" href="/categories/自然语言处理/">自然语言处理</a></li><li><a class="category-link" href="/categories/自然语言处理/NLP/">NLP</a></li><li><a class="category-link" href="/categories/自然语言处理/NLP/机器学习/">机器学习</a>
</ul>
</li>
<!-- archives 归档 -->
<!-- Pages 自定义 -->
<li>
<a href="/about/" title="简介">
简介
</a>
</li>
<li>
<a href="/project/" title="项目">
项目
</a>
</li>
<li>
<a href="/member/" title="成员">
成员
</a>
</li>
</ul>
<!-- icons 图标 -->
<ul class="icons">
<li><a href="https://github.com/UNIQUE-AILAB" class="icon fa-github"><span class="label">GitHub</span></a></li>
</ul>
</nav>
<!-- Nav 导航条 end -->
<!-- Main 主要部分 start -->
<!-- Main-first -->
<div id="main">
<!-- Main first s-->
<article id="me" class="panel">
<header>
<h1>UNIQUE AI LAB</h1>
<p>Welcome to our Blog</p>
</header>
<a href="" class="jumplink pic">
<span class="arrow icon fa-chevron-right"><span></span></span>
<img src="/img/logo.jpeg" alt="" />
</a>
</article>
<!-- Main first e-->
</div>
<!-- 文章列表 s -->
<div id="main" style="background-color: transparent; padding:0;">
<section class="link_container" style="margin-top: 0; background-color: transparent; ">
<div class="link_row">
<!-- 文章sample s-->
<div class="6u 12u(narrower)">
<section class="link_box special">
<div class="page_title" style="background-image: url();background-position: center; background-repeat:no-repeat; background-size:cover;-moz-background-size:cover;">
<!--标题-->
<a href="/2018/10/08/from_StarGAN_to_GAN/"><h2 class="page_title_text"> 从StarGAN到GAN </h2></a>
<!--段落-->
</div>
<div class="home-post-info">
<!-- Author Avatar -->
<div class="home-post-info-author-avatar">
<h6><span class="home-post-info-data">2018-10-08</span></h6>
<div class="home-post-info-Category">
<!-- Category -->
<span>
<h6>
<a class="post_category-link" href="http://localhost:4000/categories/Algorithm/"><a class="post_category-link" href="/categories/GAN-图像翻译-CV/">GAN 图像翻译 CV</a></a>
</h6>
</span>
</div>
</div>
</div>
</section>
</div>
<!-- 文章sample e-->
<div class="6u 12u(narrower)">
<section class="link_box special">
<div class="page_title" style="background-image: url(/img/a_dog.jpg);background-position: center; background-repeat:no-repeat; background-size:cover;-moz-background-size:cover;">
<!--标题-->
<a href="/2018/09/16/Start-Reinforcement-Learning/"><h2 class="page_title_text"> 强化学习入门 </h2></a>
<!--段落-->
</div>
<div class="home-post-info">
<!-- Author Avatar -->
<div class="home-post-info-author-avatar">
<h6><span class="home-post-info-data">2018-09-16</span></h6>
<div class="home-post-info-Category">
<!-- Category -->
<span>
<h6>
<a class="post_category-link" href="http://localhost:4000/categories/Algorithm/"><a class="post_category-link" href="/categories/强化学习/">强化学习</a></a>
</h6>
</span>
</div>
</div>
</div>
</section>
</div>
<!-- 文章sample e-->
<div class="6u 12u(narrower)">
<section class="link_box special">
<div class="page_title" style="background-image: url(/img/RL-from-value-to-policy/title.png);background-position: center; background-repeat:no-repeat; background-size:cover;-moz-background-size:cover;">
<!--标题-->
<a href="/2018/09/12/RL-from-value-to-policy/"><h2 class="page_title_text"> RL:from value to policy </h2></a>
<!--段落-->
</div>
<div class="home-post-info">
<!-- Author Avatar -->
<div class="home-post-info-author-avatar">
<h6><span class="home-post-info-data">2018-09-12</span></h6>
<div class="home-post-info-Category">
<!-- Category -->
<span>
<h6>
<a class="post_category-link" href="http://localhost:4000/categories/Algorithm/"><a class="post_category-link" href="/categories/强化学习/">强化学习</a></a>
</h6>
</span>
</div>
</div>
</div>
</section>
</div>
<!-- 文章sample e-->
<div class="6u 12u(narrower)">
<section class="link_box special">
<div class="page_title" style="background-image: url(/img/ml_thumbnail.jpg);background-position: center; background-repeat:no-repeat; background-size:cover;-moz-background-size:cover;">
<!--标题-->
<a href="/2018/07/09/basic-AI-terms/"><h2 class="page_title_text"> AI基础知识? </h2></a>
<!--段落-->
</div>
<div class="home-post-info">
<!-- Author Avatar -->
<div class="home-post-info-author-avatar">
<h6><span class="home-post-info-data">2018-07-09</span></h6>
<div class="home-post-info-Category">
<!-- Category -->
<span>
<h6>
<a class="post_category-link" href="http://localhost:4000/categories/Algorithm/"><a class="post_category-link" href="/categories/机器学习/">机器学习</a></a>
</h6>
</span>
</div>
</div>
</div>
</section>
</div>
<!-- 文章sample e-->
<div class="6u 12u(narrower)">
<section class="link_box special">
<div class="page_title" style="background-image: url();background-position: center; background-repeat:no-repeat; background-size:cover;-moz-background-size:cover;">
<!--标题-->
<a href="/2018/06/06/whyの学习笔记-深度视觉识别(from-CS231n)/"><h2 class="page_title_text"> whyの学习笔记 深度视觉识别(from CS231n & NTU-ML) </h2></a>
<!--段落-->
</div>
<div class="home-post-info">
<!-- Author Avatar -->
<div class="home-post-info-author-avatar">
<h6><span class="home-post-info-data">2018-06-06</span></h6>
<div class="home-post-info-Category">
<!-- Category -->
<span>
<h6>
<a class="post_category-link" href="http://localhost:4000/categories/Algorithm/"><a class="post_category-link" href="/categories/深度学习/">深度学习</a></a>
</h6>
</span>
</div>
</div>
</div>
</section>
</div>
<!-- 文章sample e-->
<div class="6u 12u(narrower)">
<section class="link_box special">
<div class="page_title" style="background-image: url(https://cdn-images-1.medium.com/max/1600/1*HgXA9v1EsqlrRDaC_iORhQ.png);background-position: center; background-repeat:no-repeat; background-size:cover;-moz-background-size:cover;">
<!--标题-->
<a href="/2018/04/23/nlp-text-classification/"><h2 class="page_title_text"> NLP 文本分类问题 </h2></a>
<!--段落-->
</div>
<div class="home-post-info">
<!-- Author Avatar -->
<div class="home-post-info-author-avatar">
<h6><span class="home-post-info-data">2018-04-23</span></h6>
<div class="home-post-info-Category">
<!-- Category -->
<span>
<h6>
<a class="post_category-link" href="http://localhost:4000/categories/Algorithm/"><a class="post_category-link" href="/categories/自然语言处理/">自然语言处理</a>, <a class="post_category-link" href="/categories/自然语言处理/NLP/">NLP</a>, <a class="post_category-link" href="/categories/自然语言处理/NLP/机器学习/">机器学习</a></a>
</h6>
</span>
</div>
</div>
</div>
</section>
</div>
<!-- 文章sample e-->
<div class="6u 12u(narrower)">
<section class="link_box special">
<div class="page_title" style="background-image: url(/img/detection_cover.png);background-position: center; background-repeat:no-repeat; background-size:cover;-moz-background-size:cover;">
<!--标题-->
<a href="/2018/02/18/物体检测算法总结/"><h2 class="page_title_text"> 物体检测算法总结 </h2></a>
<!--段落-->
</div>
<div class="home-post-info">
<!-- Author Avatar -->
<div class="home-post-info-author-avatar">
<h6><span class="home-post-info-data">2018-02-18</span></h6>
<div class="home-post-info-Category">
<!-- Category -->
<span>
<h6>
<a class="post_category-link" href="http://localhost:4000/categories/Algorithm/"><a class="post_category-link" href="/categories/深度学习/">深度学习</a>, <a class="post_category-link" href="/categories/深度学习/计算机视觉/">计算机视觉</a></a>
</h6>
</span>
</div>
</div>
</div>
</section>
</div>
<!-- 文章sample e-->
</div>
</section>
</div>
<!-- 文章列表 end -->
<!-- Main 主要部分 end -->
<!-- footer 页码 start-->
<footer style="text-align: center; padding-top: 2em;">
</footer>
<!-- footer 页码 end-->
<!-- Copyright 版权 start -->
<div id="copyright">
<span>Unique AI Lab</span><br/>
<span id="busuanzi_container_site_pv">2018总访问量<span id="busuanzi_value_site_pv"></span>次</span>
</div>
<!-- Copyright 版权 end -->
</div>
<!-- Wrapper 外包 e-->
<!-- Scripts -->
</body>
</html>