-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbaidusitemap.xml
executable file
·341 lines (197 loc) · 8.82 KB
/
baidusitemap.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://imLogM.github.io/%E8%87%AA%E7%84%B6%E8%AF%AD%E8%A8%80%E5%A4%84%E7%90%86/character-encoding/</loc>
<lastmod>2018-07-15T08:00:00.000Z</lastmod>
<data>
<display>
<title>解决python的中文字符编码问题</title>
<pubTime>2018-07-15T07:00:00.000Z</pubTime>
<tag>自然语言处理</tag>
<tag>字符编码</tag>
<tag>python</tag>
<breadCrumb title="自然语言处理" url="https://imLogM.github.io/categories/%E8%87%AA%E7%84%B6%E8%AF%AD%E8%A8%80%E5%A4%84%E7%90%86/"/>
</display>
</data>
</url>
<url>
<loc>https://imLogM.github.io/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/gradientDescent/</loc>
<lastmod>2018-06-29T14:00:00.000Z</lastmod>
<data>
<display>
<title>关于梯度下降法和牛顿法的数学推导</title>
<pubTime>2018-06-29T13:00:00.000Z</pubTime>
<tag>机器学习</tag>
<tag>梯度下降</tag>
<tag>牛顿法</tag>
<breadCrumb title="机器学习" url="https://imLogM.github.io/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
</display>
</data>
</url>
<url>
<loc>https://imLogM.github.io/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/rcnn/</loc>
<lastmod>2018-06-25T12:50:00.000Z</lastmod>
<data>
<display>
<title>RCNN系列(R-CNN、Fast-RCNN、Faster-RCNN、Mask-RCNN)</title>
<pubTime>2018-06-20T10:00:00.000Z</pubTime>
<tag>深度学习</tag>
<tag>物体检测</tag>
<tag>RCNN</tag>
<breadCrumb title="深度学习" url="https://imLogM.github.io/categories/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/"/>
</display>
</data>
</url>
<url>
<loc>https://imLogM.github.io/%E5%9B%BE%E5%83%8F%E5%A4%84%E7%90%86/mincut-maxflow/</loc>
<lastmod>2018-06-13T12:00:00.000Z</lastmod>
<data>
<display>
<title>图像分割之最小割与最大流算法</title>
<pubTime>2018-06-13T10:00:00.000Z</pubTime>
<tag>图像处理</tag>
<tag>最小割</tag>
<tag>最大流</tag>
<tag>图像分割</tag>
<breadCrumb title="图像处理" url="https://imLogM.github.io/categories/%E5%9B%BE%E5%83%8F%E5%A4%84%E7%90%86/"/>
</display>
</data>
</url>
<url>
<loc>https://imLogM.github.io/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/occam-razor-NFL/</loc>
<lastmod>2018-06-07T03:30:00.000Z</lastmod>
<data>
<display>
<title>奥卡姆剃刀和没有免费的午餐定理</title>
<pubTime>2018-06-07T03:00:00.000Z</pubTime>
<tag>机器学习</tag>
<tag>奥卡姆剃刀</tag>
<tag>没有免费的午餐</tag>
<breadCrumb title="机器学习" url="https://imLogM.github.io/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
</display>
</data>
</url>
<url>
<loc>https://imLogM.github.io/%E5%9B%BE%E5%83%8F%E5%A4%84%E7%90%86/multi-seed-region-grow/</loc>
<lastmod>2018-05-30T06:00:00.000Z</lastmod>
<data>
<display>
<title>多种子的区域生长算法</title>
<pubTime>2018-05-22T02:00:00.000Z</pubTime>
<tag>图像处理</tag>
<tag>种子生长</tag>
<tag>区域生长</tag>
<breadCrumb title="图像处理" url="https://imLogM.github.io/categories/%E5%9B%BE%E5%83%8F%E5%A4%84%E7%90%86/"/>
</display>
</data>
</url>
<url>
<loc>https://imLogM.github.io/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/resnet/</loc>
<lastmod>2018-05-28T09:30:00.000Z</lastmod>
<data>
<display>
<title>聊一聊ResNet系列(ResNet、ResNeXt)</title>
<pubTime>2018-05-28T09:00:00.000Z</pubTime>
<tag>深度学习</tag>
<tag>ResNet</tag>
<tag>ResNeXt</tag>
<breadCrumb title="深度学习" url="https://imLogM.github.io/categories/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/"/>
</display>
</data>
</url>
<url>
<loc>https://imLogM.github.io/C-C/c-problem-1/</loc>
<lastmod>2018-05-19T08:30:00.000Z</lastmod>
<data>
<display>
<title>C/C++常见问题(持续更新)</title>
<pubTime>2018-05-19T03:00:00.000Z</pubTime>
<tag>C/C++</tag>
<breadCrumb title="C/C++" url="https://imLogM.github.io/categories/C-C/"/>
</display>
</data>
</url>
<url>
<loc>https://imLogM.github.io/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/inception/</loc>
<lastmod>2018-05-17T13:00:00.000Z</lastmod>
<data>
<display>
<title>聊一聊Inception系列(GoogLeNet、Inception、Xception)</title>
<pubTime>2018-05-17T12:00:00.000Z</pubTime>
<tag>深度学习</tag>
<tag>Inception</tag>
<tag>Xception</tag>
<tag>GoogLeNet</tag>
<breadCrumb title="深度学习" url="https://imLogM.github.io/categories/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/"/>
</display>
</data>
</url>
<url>
<loc>https://imLogM.github.io/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/batch-normalization/</loc>
<lastmod>2018-05-16T03:00:00.000Z</lastmod>
<data>
<display>
<title>Batch Normalization (BN)</title>
<pubTime>2018-05-16T02:00:00.000Z</pubTime>
<tag>深度学习</tag>
<tag>BN</tag>
<tag>优化</tag>
<breadCrumb title="深度学习" url="https://imLogM.github.io/categories/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/"/>
</display>
</data>
</url>
<url>
<loc>https://imLogM.github.io/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/vgg-complexity/</loc>
<lastmod>2018-05-15T03:00:00.000Z</lastmod>
<data>
<display>
<title>以VGG为例,分析深度网络的计算量和参数量</title>
<pubTime>2018-05-15T02:00:00.000Z</pubTime>
<tag>深度网络</tag>
<tag>VGG</tag>
<tag>复杂度分析</tag>
<tag>计算量</tag>
<tag>参数量</tag>
<breadCrumb title="深度学习" url="https://imLogM.github.io/categories/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/"/>
</display>
</data>
</url>
<url>
<loc>https://imLogM.github.io/%E5%9B%BE%E5%83%8F%E5%A4%84%E7%90%86/image-fft/</loc>
<lastmod>2018-05-11T03:30:00.000Z</lastmod>
<data>
<display>
<title>二维图像的傅立叶变换</title>
<pubTime>2018-05-11T03:00:00.000Z</pubTime>
<tag>图像处理</tag>
<tag>傅立叶变换</tag>
<tag>matlab</tag>
<breadCrumb title="图像处理" url="https://imLogM.github.io/categories/%E5%9B%BE%E5%83%8F%E5%A4%84%E7%90%86/"/>
</display>
</data>
</url>
<url>
<loc>https://imLogM.github.io/%E5%8D%9A%E5%AE%A2%E6%90%AC%E5%AE%B6/blog-move/</loc>
<lastmod>2018-05-11T03:00:00.000Z</lastmod>
<data>
<display>
<title>博客搬家了~</title>
<pubTime>2019-05-11T02:00:00.000Z</pubTime>
<tag>博客搬家</tag>
<breadCrumb title="博客搬家" url="https://imLogM.github.io/categories/%E5%8D%9A%E5%AE%A2%E6%90%AC%E5%AE%B6/"/>
</display>
</data>
</url>
<url>
<loc>https://imLogM.github.io/%E6%B5%8B%E8%AF%95%E9%A1%B5/hello-world/</loc>
<lastmod>2018-05-10T04:00:00.000Z</lastmod>
<data>
<display>
<title>Hello World</title>
<pubTime>2018-05-09T14:00:00.000Z</pubTime>
<tag>测试页</tag>
<breadCrumb title="测试页" url="https://imLogM.github.io/categories/%E6%B5%8B%E8%AF%95%E9%A1%B5/"/>
</display>
</data>
</url>
</urlset>