-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
289 lines (197 loc) · 9.85 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
<!DOCTYPE HTML>
<html lang="default">
<head>
<!-- hexo-inject:begin --><!-- hexo-inject:end --><meta charset="UTF-8">
<title>Archives | CN Yah</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=3, minimum-scale=1">
<meta name="author" content="Jingxi Liang">
<meta name="description" content="NLP, deep learning">
<link rel="icon" href="/img/favicon.ico">
<link rel="apple-touch-icon" href="/img/pacman.jpg">
<link rel="apple-touch-icon-precomposed" href="/img/pacman.jpg">
<link rel="stylesheet" href="/css/style.css"><!-- hexo-inject:begin --><!-- hexo-inject:end -->
</head>
<body>
<!-- hexo-inject:begin --><!-- hexo-inject:end --><header>
<div>
<div id="imglogo">
<a href="/"><img src="/img/logo.svg" alt="CN Yah" title="CN Yah"/></a>
</div>
<div id="textlogo">
<h1 class="site-name"><a href="/" title="CN Yah">CN Yah</a></h1>
<h2 class="blog-motto"></h2>
</div>
<div class="navbar"><a class="navbutton navmobile" href="#" title="Menu">
</a></div>
<nav class="animated">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<li>
<form class="search" action="//google.com/search" method="get" accept-charset="utf-8">
<label>Search</label>
<input type="text" id="search" name="q" autocomplete="off" maxlength="20" placeholder="Search" />
<input type="hidden" name="q" value="site:cnyah.com">
</form>
</li>
</ul>
</nav>
</div>
</header>
<div id="container">
<div class="archive-title" >
<h2 class="archive-icon">Archives</h2>
<div class="archiveslist archive-float clearfix">
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2018/05/">May 2018</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2018/02/">February 2018</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2018/01/">January 2018</a><span class="archive-list-count">3</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2017/11/">November 2017</a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2017/10/">October 2017</a><span class="archive-list-count">2</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2017/09/">September 2017</a><span class="archive-list-count">4</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2017/08/">August 2017</a><span class="archive-list-count">4</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2017/07/">July 2017</a><span class="archive-list-count">12</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2017/06/">June 2017</a><span class="archive-list-count">2</span></li></ul>
</div>
</div>
<div id="main" class="archive-part clearfix">
<div id="archive-page">
<section class="post" itemscope itemprop="blogPost">
<a href="/2018/05/07/methods-to-calculate-sentence-smilarity/" title="Methods to Calculate Sentence Smilarity" itemprop="url">
<h1 itemprop="name">Methods to Calculate Sentence Smilarity</h1>
<time datetime="2018-05-07T00:06:04.000Z" itemprop="datePublished">2018-07-05</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2018/02/03/S-NET/" title="S-NET: Extract and Generate" itemprop="url">
<h1 itemprop="name">S-NET: Extract and Generate</h1>
<time datetime="2018-02-03T03:06:04.000Z" itemprop="datePublished">2018-03-02</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2018/01/29/dNDF/" title="Deep Neural Decision Forests" itemprop="url">
<h1 itemprop="name">Deep Neural Decision Forests</h1>
<time datetime="2018-01-28T23:06:04.000Z" itemprop="datePublished">2018-29-01</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2018/01/11/decoding-with-dynamic-vocabularies/" title="Decoding with Dynamic Vocabularies" itemprop="url">
<h1 itemprop="name">Decoding with Dynamic Vocabularies</h1>
<time datetime="2018-01-11T06:54:01.000Z" itemprop="datePublished">2018-11-01</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2018/01/03/computer-vision-project-summary/" title="Computer Vision Project Summary" itemprop="url">
<h1 itemprop="name">Computer Vision Project Summary</h1>
<time datetime="2018-01-03T02:36:04.000Z" itemprop="datePublished">2018-03-01</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2017/11/01/professor-forcing/" title="Teacher and Professor Forcing" itemprop="url">
<h1 itemprop="name">Teacher and Professor Forcing</h1>
<time datetime="2017-11-01T06:54:01.000Z" itemprop="datePublished">2017-01-11</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2017/10/20/adversarial-neural-machine-translation/" title="Adversarial Neural Machine Translation" itemprop="url">
<h1 itemprop="name">Adversarial Neural Machine Translation</h1>
<time datetime="2017-10-20T00:06:04.000Z" itemprop="datePublished">2017-20-10</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2017/10/13/dual-learning-NMT/" title="Dual Learning in NMT" itemprop="url">
<h1 itemprop="name">Dual Learning in NMT</h1>
<time datetime="2017-10-13T00:06:04.000Z" itemprop="datePublished">2017-13-10</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2017/09/20/an-empirical-comparison-between-SRU-and-LSTM/" title="An Empirical Comparison between SRU and LSTM" itemprop="url">
<h1 itemprop="name">An Empirical Comparison between SRU and LSTM</h1>
<time datetime="2017-09-20T07:20:00.000Z" itemprop="datePublished">2017-20-09</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2017/09/18/tmux-vim-cheetsheet/" title="Tmux/Vim Cheetsheet" itemprop="url">
<h1 itemprop="name">Tmux/Vim Cheetsheet</h1>
<time datetime="2017-09-18T07:20:00.000Z" itemprop="datePublished">2017-18-09</time>
</a>
</section>
<nav id="page-nav" class="clearfix archive-nav">
<span class="page-number current">1</span><a class="page-number" href="/archives/page/2/">2</a><a class="page-number" href="/archives/page/3/">3</a><a class="extend next" rel="next" href="/archives/page/2/">Next »</a>
</nav>
</div>
</div>
</div>
<footer><div id="footer" >
<div class="line">
<span></span>
<div class="author"></div>
</div>
<div class="social-font clearfix">
<a href="https://github.com/jingxil" target="_blank" title="github"></a>
</div>
<p class="copyright">Powered by <a href="http://hexo.io" target="_blank" title="hexo">hexo</a> and Theme by <a href="https://github.com/A-limon/pacman" target="_blank" title="Pacman">Pacman</a> © 2018
<a href="http://cnyah.com" target="_blank" title="Jingxi Liang">Jingxi Liang</a>
</p>
</div>
</footer>
<script src="/js/jquery-2.1.0.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.navbar').click(function(){
$('header nav').toggleClass('shownav');
});
var myWidth = 0;
function getSize(){
if( typeof( window.innerWidth ) == 'number' ) {
myWidth = window.innerWidth;
} else if( document.documentElement && document.documentElement.clientWidth) {
myWidth = document.documentElement.clientWidth;
};
};
var m = $('#main'),
a = $('#asidepart'),
c = $('.closeaside'),
o = $('.openaside');
$(window).resize(function(){
getSize();
if (myWidth >= 1024) {
$('header nav').removeClass('shownav');
}else
{
m.removeClass('moveMain');
a.css('display', 'block').removeClass('fadeOut');
o.css('display', 'none');
}
});
c.click(function(){
a.addClass('fadeOut').css('display', 'none');
o.css('display', 'block').addClass('fadeIn');
m.addClass('moveMain');
});
o.click(function(){
o.css('display', 'none').removeClass('beforeFadeIn');
a.css('display', 'block').removeClass('fadeOut').addClass('fadeIn');
m.removeClass('moveMain');
});
$(window).scroll(function(){
o.css("top",Math.max(80,260-$(this).scrollTop()));
});
});
</script>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50558696-1', 'cnyah.com');
ga('send', 'pageview');
</script><!-- hexo-inject:begin --><!-- Begin: Injected MathJax -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({"tex2jax":{"inlineMath":[["$","$"],["\\(","\\)"]],"skipTags":["script","noscript","style","textarea","pre","code"],"processEscapes":true},"TeX":{"equationNumbers":{"autoNumber":"AMS"}}});
</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 type="text/javascript" src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<!-- End: Injected MathJax -->
<!-- hexo-inject:end -->
</body>
</html>