-
Notifications
You must be signed in to change notification settings - Fork 2
/
atom.xml
519 lines (272 loc) · 21.6 KB
/
atom.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
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>RexKing6's Note</title>
<link href="https://blog.rexking6.top/atom.xml" rel="self"/>
<link href="https://blog.rexking6.top/"/>
<updated>2024-08-04T16:55:33.988Z</updated>
<id>https://blog.rexking6.top/</id>
<author>
<name>Run-Qing Chen</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>《Prediction of GPU Failures Under Deep Learning Workloads》笔记</title>
<link href="https://blog.rexking6.top/2024/08/05/%E3%80%8APrediction%20of%20GPU%20Failures%20Under%20Deep%20Learning%20Workloads%E3%80%8B%E7%AC%94%E8%AE%B0/"/>
<id>https://blog.rexking6.top/2024/08/05/%E3%80%8APrediction%20of%20GPU%20Failures%20Under%20Deep%20Learning%20Workloads%E3%80%8B%E7%AC%94%E8%AE%B0/</id>
<published>2024-08-04T16:18:17.000Z</published>
<updated>2024-08-04T16:55:33.988Z</updated>
<summary type="html">...</summary>
<category term="算法" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/"/>
<category term="AIOps" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/AIOps/"/>
<category term="故障预测" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/AIOps/%E6%95%85%E9%9A%9C%E9%A2%84%E6%B5%8B/"/>
<category term="算法" scheme="https://blog.rexking6.top/tags/%E7%AE%97%E6%B3%95/"/>
<category term="AIOps" scheme="https://blog.rexking6.top/tags/AIOps/"/>
<category term="故障预测" scheme="https://blog.rexking6.top/tags/%E6%95%85%E9%9A%9C%E9%A2%84%E6%B5%8B/"/>
</entry>
<entry>
<title>基于Kubeflow的机器学习调度平台落地实战</title>
<link href="https://blog.rexking6.top/2024/08/04/%E5%9F%BA%E4%BA%8EKubeflow%E7%9A%84%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0%E8%B0%83%E5%BA%A6%E5%B9%B3%E5%8F%B0%E8%90%BD%E5%9C%B0%E5%AE%9E%E6%88%98/"/>
<id>https://blog.rexking6.top/2024/08/04/%E5%9F%BA%E4%BA%8EKubeflow%E7%9A%84%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0%E8%B0%83%E5%BA%A6%E5%B9%B3%E5%8F%B0%E8%90%BD%E5%9C%B0%E5%AE%9E%E6%88%98/</id>
<published>2024-08-04T04:08:04.000Z</published>
<updated>2024-08-04T04:26:34.696Z</updated>
<summary type="html">...</summary>
<category term="算法" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/"/>
<category term="框架工具" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/%E6%A1%86%E6%9E%B6%E5%B7%A5%E5%85%B7/"/>
<category term="MLOps" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/%E6%A1%86%E6%9E%B6%E5%B7%A5%E5%85%B7/MLOps/"/>
<category term="Kubeflow" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/%E6%A1%86%E6%9E%B6%E5%B7%A5%E5%85%B7/MLOps/Kubeflow/"/>
<category term="算法" scheme="https://blog.rexking6.top/tags/%E7%AE%97%E6%B3%95/"/>
<category term="框架工具" scheme="https://blog.rexking6.top/tags/%E6%A1%86%E6%9E%B6%E5%B7%A5%E5%85%B7/"/>
<category term="MLOps" scheme="https://blog.rexking6.top/tags/MLOps/"/>
<category term="Kubeflow" scheme="https://blog.rexking6.top/tags/Kubeflow/"/>
</entry>
<entry>
<title>回顾2023年开源的MLOps产品、框架、工具与格局变化</title>
<link href="https://blog.rexking6.top/2024/08/04/%E5%9B%9E%E9%A1%BE2023%E5%B9%B4%E5%BC%80%E6%BA%90%E7%9A%84MLOps%E4%BA%A7%E5%93%81%E3%80%81%E6%A1%86%E6%9E%B6%E3%80%81%E5%B7%A5%E5%85%B7%E4%B8%8E%E6%A0%BC%E5%B1%80%E5%8F%98%E5%8C%96/"/>
<id>https://blog.rexking6.top/2024/08/04/%E5%9B%9E%E9%A1%BE2023%E5%B9%B4%E5%BC%80%E6%BA%90%E7%9A%84MLOps%E4%BA%A7%E5%93%81%E3%80%81%E6%A1%86%E6%9E%B6%E3%80%81%E5%B7%A5%E5%85%B7%E4%B8%8E%E6%A0%BC%E5%B1%80%E5%8F%98%E5%8C%96/</id>
<published>2024-08-04T03:02:35.000Z</published>
<updated>2024-08-04T04:06:45.944Z</updated>
<summary type="html">...</summary>
<category term="算法" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/"/>
<category term="框架工具" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/%E6%A1%86%E6%9E%B6%E5%B7%A5%E5%85%B7/"/>
<category term="MLOps" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/%E6%A1%86%E6%9E%B6%E5%B7%A5%E5%85%B7/MLOps/"/>
<category term="算法" scheme="https://blog.rexking6.top/tags/%E7%AE%97%E6%B3%95/"/>
<category term="框架工具" scheme="https://blog.rexking6.top/tags/%E6%A1%86%E6%9E%B6%E5%B7%A5%E5%85%B7/"/>
<category term="MLOps" scheme="https://blog.rexking6.top/tags/MLOps/"/>
</entry>
<entry>
<title>如何检测GPU常见故障</title>
<link href="https://blog.rexking6.top/2024/08/04/%E5%A6%82%E4%BD%95%E6%A3%80%E6%B5%8BGPU%E5%B8%B8%E8%A7%81%E6%95%85%E9%9A%9C/"/>
<id>https://blog.rexking6.top/2024/08/04/%E5%A6%82%E4%BD%95%E6%A3%80%E6%B5%8BGPU%E5%B8%B8%E8%A7%81%E6%95%85%E9%9A%9C/</id>
<published>2024-08-04T02:40:47.000Z</published>
<updated>2024-08-04T02:53:54.930Z</updated>
<summary type="html">...</summary>
<category term="算法" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/"/>
<category term="AIOps" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/AIOps/"/>
<category term="故障预测" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/AIOps/%E6%95%85%E9%9A%9C%E9%A2%84%E6%B5%8B/"/>
<category term="算法" scheme="https://blog.rexking6.top/tags/%E7%AE%97%E6%B3%95/"/>
<category term="AIOps" scheme="https://blog.rexking6.top/tags/AIOps/"/>
<category term="故障预测" scheme="https://blog.rexking6.top/tags/%E6%95%85%E9%9A%9C%E9%A2%84%E6%B5%8B/"/>
</entry>
<entry>
<title>内存故障预测利器EDAC</title>
<link href="https://blog.rexking6.top/2024/08/04/%E5%86%85%E5%AD%98%E6%95%85%E9%9A%9C%E9%A2%84%E6%B5%8B%E5%88%A9%E5%99%A8EDAC/"/>
<id>https://blog.rexking6.top/2024/08/04/%E5%86%85%E5%AD%98%E6%95%85%E9%9A%9C%E9%A2%84%E6%B5%8B%E5%88%A9%E5%99%A8EDAC/</id>
<published>2024-08-04T02:17:34.000Z</published>
<updated>2024-08-04T02:39:13.944Z</updated>
<summary type="html">...</summary>
<category term="算法" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/"/>
<category term="AIOps" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/AIOps/"/>
<category term="故障预测" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/AIOps/%E6%95%85%E9%9A%9C%E9%A2%84%E6%B5%8B/"/>
<category term="算法" scheme="https://blog.rexking6.top/tags/%E7%AE%97%E6%B3%95/"/>
<category term="AIOps" scheme="https://blog.rexking6.top/tags/AIOps/"/>
<category term="故障预测" scheme="https://blog.rexking6.top/tags/%E6%95%85%E9%9A%9C%E9%A2%84%E6%B5%8B/"/>
</entry>
<entry>
<title>毕业前要做的几件事</title>
<link href="https://blog.rexking6.top/2024/08/04/%E6%AF%95%E4%B8%9A%E5%89%8D%E8%A6%81%E5%81%9A%E7%9A%84%E5%87%A0%E4%BB%B6%E4%BA%8B/"/>
<id>https://blog.rexking6.top/2024/08/04/%E6%AF%95%E4%B8%9A%E5%89%8D%E8%A6%81%E5%81%9A%E7%9A%84%E5%87%A0%E4%BB%B6%E4%BA%8B/</id>
<published>2024-08-03T16:37:46.000Z</published>
<updated>2024-08-03T16:43:25.594Z</updated>
<summary type="html">...</summary>
<category term="个人" scheme="https://blog.rexking6.top/categories/%E4%B8%AA%E4%BA%BA/"/>
<category term="漫读" scheme="https://blog.rexking6.top/categories/%E4%B8%AA%E4%BA%BA/%E6%BC%AB%E8%AF%BB/"/>
<category term="个人" scheme="https://blog.rexking6.top/tags/%E4%B8%AA%E4%BA%BA/"/>
<category term="漫读" scheme="https://blog.rexking6.top/tags/%E6%BC%AB%E8%AF%BB/"/>
</entry>
<entry>
<title>给互联网人的反侦查手册2.0</title>
<link href="https://blog.rexking6.top/2024/06/17/%E7%BB%99%E4%BA%92%E8%81%94%E7%BD%91%E4%BA%BA%E7%9A%84%E5%8F%8D%E4%BE%A6%E6%9F%A5%E6%89%8B%E5%86%8C2-0/"/>
<id>https://blog.rexking6.top/2024/06/17/%E7%BB%99%E4%BA%92%E8%81%94%E7%BD%91%E4%BA%BA%E7%9A%84%E5%8F%8D%E4%BE%A6%E6%9F%A5%E6%89%8B%E5%86%8C2-0/</id>
<published>2024-06-16T16:32:02.000Z</published>
<updated>2024-07-14T16:08:51.410Z</updated>
<summary type="html">...</summary>
<category term="个人" scheme="https://blog.rexking6.top/categories/%E4%B8%AA%E4%BA%BA/"/>
<category term="漫读" scheme="https://blog.rexking6.top/categories/%E4%B8%AA%E4%BA%BA/%E6%BC%AB%E8%AF%BB/"/>
<category term="个人" scheme="https://blog.rexking6.top/tags/%E4%B8%AA%E4%BA%BA/"/>
<category term="漫读" scheme="https://blog.rexking6.top/tags/%E6%BC%AB%E8%AF%BB/"/>
</entry>
<entry>
<title>大模型Agents类型</title>
<link href="https://blog.rexking6.top/2024/01/20/%E5%A4%A7%E6%A8%A1%E5%9E%8BAgents%E7%B1%BB%E5%9E%8B/"/>
<id>https://blog.rexking6.top/2024/01/20/%E5%A4%A7%E6%A8%A1%E5%9E%8BAgents%E7%B1%BB%E5%9E%8B/</id>
<published>2024-01-20T09:15:35.000Z</published>
<updated>2024-08-03T16:29:42.836Z</updated>
<summary type="html">...</summary>
<category term="算法" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/"/>
<category term="大模型" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/%E5%A4%A7%E6%A8%A1%E5%9E%8B/"/>
<category term="算法" scheme="https://blog.rexking6.top/tags/%E7%AE%97%E6%B3%95/"/>
<category term="大模型" scheme="https://blog.rexking6.top/tags/%E5%A4%A7%E6%A8%A1%E5%9E%8B/"/>
</entry>
<entry>
<title>大模型评估</title>
<link href="https://blog.rexking6.top/2024/01/16/%E5%A4%A7%E6%A8%A1%E5%9E%8B%E8%AF%84%E4%BC%B0/"/>
<id>https://blog.rexking6.top/2024/01/16/%E5%A4%A7%E6%A8%A1%E5%9E%8B%E8%AF%84%E4%BC%B0/</id>
<published>2024-01-15T16:52:39.000Z</published>
<updated>2024-07-14T05:14:20.879Z</updated>
<summary type="html">...</summary>
<category term="算法" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/"/>
<category term="大模型" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/%E5%A4%A7%E6%A8%A1%E5%9E%8B/"/>
<category term="算法" scheme="https://blog.rexking6.top/tags/%E7%AE%97%E6%B3%95/"/>
<category term="大模型" scheme="https://blog.rexking6.top/tags/%E5%A4%A7%E6%A8%A1%E5%9E%8B/"/>
</entry>
<entry>
<title>高并发系统设计:降级、熔断、限流与缓存预热</title>
<link href="https://blog.rexking6.top/2023/11/29/%E9%AB%98%E5%B9%B6%E5%8F%91%E7%B3%BB%E7%BB%9F%E8%AE%BE%E8%AE%A1%EF%BC%9A%E9%99%8D%E7%BA%A7%E3%80%81%E7%86%94%E6%96%AD%E3%80%81%E9%99%90%E6%B5%81%E4%B8%8E%E7%BC%93%E5%AD%98%E9%A2%84%E7%83%AD/"/>
<id>https://blog.rexking6.top/2023/11/29/%E9%AB%98%E5%B9%B6%E5%8F%91%E7%B3%BB%E7%BB%9F%E8%AE%BE%E8%AE%A1%EF%BC%9A%E9%99%8D%E7%BA%A7%E3%80%81%E7%86%94%E6%96%AD%E3%80%81%E9%99%90%E6%B5%81%E4%B8%8E%E7%BC%93%E5%AD%98%E9%A2%84%E7%83%AD/</id>
<published>2023-11-29T00:38:31.000Z</published>
<updated>2024-07-14T16:08:07.668Z</updated>
<summary type="html">...</summary>
<category term="开发" scheme="https://blog.rexking6.top/categories/%E5%BC%80%E5%8F%91/"/>
<category term="系统设计" scheme="https://blog.rexking6.top/categories/%E5%BC%80%E5%8F%91/%E7%B3%BB%E7%BB%9F%E8%AE%BE%E8%AE%A1/"/>
<category term="开发" scheme="https://blog.rexking6.top/tags/%E5%BC%80%E5%8F%91/"/>
<category term="系统设计" scheme="https://blog.rexking6.top/tags/%E7%B3%BB%E7%BB%9F%E8%AE%BE%E8%AE%A1/"/>
</entry>
<entry>
<title>回调函数</title>
<link href="https://blog.rexking6.top/2023/11/29/%E5%9B%9E%E8%B0%83%E5%87%BD%E6%95%B0/"/>
<id>https://blog.rexking6.top/2023/11/29/%E5%9B%9E%E8%B0%83%E5%87%BD%E6%95%B0/</id>
<published>2023-11-28T16:58:23.000Z</published>
<updated>2024-07-14T16:28:52.688Z</updated>
<summary type="html">...</summary>
<category term="开发" scheme="https://blog.rexking6.top/categories/%E5%BC%80%E5%8F%91/"/>
<category term="Python" scheme="https://blog.rexking6.top/categories/%E5%BC%80%E5%8F%91/Python/"/>
<category term="开发" scheme="https://blog.rexking6.top/tags/%E5%BC%80%E5%8F%91/"/>
<category term="Python" scheme="https://blog.rexking6.top/tags/Python/"/>
</entry>
<entry>
<title>python协程async/await</title>
<link href="https://blog.rexking6.top/2023/11/26/python%E5%8D%8F%E7%A8%8Basync-await/"/>
<id>https://blog.rexking6.top/2023/11/26/python%E5%8D%8F%E7%A8%8Basync-await/</id>
<published>2023-11-26T15:40:25.000Z</published>
<updated>2024-07-27T02:31:59.400Z</updated>
<summary type="html">...</summary>
<category term="开发" scheme="https://blog.rexking6.top/categories/%E5%BC%80%E5%8F%91/"/>
<category term="Python" scheme="https://blog.rexking6.top/categories/%E5%BC%80%E5%8F%91/Python/"/>
<category term="开发" scheme="https://blog.rexking6.top/tags/%E5%BC%80%E5%8F%91/"/>
<category term="Python" scheme="https://blog.rexking6.top/tags/Python/"/>
</entry>
<entry>
<title>SSE与WebSocket</title>
<link href="https://blog.rexking6.top/2023/11/26/SSE%E4%B8%8EWebSocket/"/>
<id>https://blog.rexking6.top/2023/11/26/SSE%E4%B8%8EWebSocket/</id>
<published>2023-11-26T08:45:56.000Z</published>
<updated>2024-07-27T02:47:06.344Z</updated>
<summary type="html">...</summary>
<category term="基础" scheme="https://blog.rexking6.top/categories/%E5%9F%BA%E7%A1%80/"/>
<category term="计算机网络" scheme="https://blog.rexking6.top/categories/%E5%9F%BA%E7%A1%80/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C/"/>
<category term="基础" scheme="https://blog.rexking6.top/tags/%E5%9F%BA%E7%A1%80/"/>
<category term="计算机网络" scheme="https://blog.rexking6.top/tags/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C/"/>
</entry>
<entry>
<title>GPU关键指标汇总:算力、显存、通信</title>
<link href="https://blog.rexking6.top/2023/11/26/GPU%E5%85%B3%E9%94%AE%E6%8C%87%E6%A0%87%E6%B1%87%E6%80%BB%EF%BC%9A%E7%AE%97%E5%8A%9B%E3%80%81%E6%98%BE%E5%AD%98%E3%80%81%E9%80%9A%E4%BF%A1/"/>
<id>https://blog.rexking6.top/2023/11/26/GPU%E5%85%B3%E9%94%AE%E6%8C%87%E6%A0%87%E6%B1%87%E6%80%BB%EF%BC%9A%E7%AE%97%E5%8A%9B%E3%80%81%E6%98%BE%E5%AD%98%E3%80%81%E9%80%9A%E4%BF%A1/</id>
<published>2023-11-26T02:51:44.000Z</published>
<updated>2024-07-26T14:24:16.613Z</updated>
<summary type="html">...</summary>
<category term="基础" scheme="https://blog.rexking6.top/categories/%E5%9F%BA%E7%A1%80/"/>
<category term="GPU" scheme="https://blog.rexking6.top/categories/%E5%9F%BA%E7%A1%80/GPU/"/>
<category term="基础" scheme="https://blog.rexking6.top/tags/%E5%9F%BA%E7%A1%80/"/>
<category term="GPU" scheme="https://blog.rexking6.top/tags/GPU/"/>
</entry>
<entry>
<title>Python设计模式</title>
<link href="https://blog.rexking6.top/2023/07/30/Python%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/"/>
<id>https://blog.rexking6.top/2023/07/30/Python%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/</id>
<published>2023-07-29T16:44:15.000Z</published>
<updated>2024-07-27T02:30:43.343Z</updated>
<summary type="html">...</summary>
<category term="开发" scheme="https://blog.rexking6.top/categories/%E5%BC%80%E5%8F%91/"/>
<category term="设计模式" scheme="https://blog.rexking6.top/categories/%E5%BC%80%E5%8F%91/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/"/>
<category term="开发" scheme="https://blog.rexking6.top/tags/%E5%BC%80%E5%8F%91/"/>
<category term="设计模式" scheme="https://blog.rexking6.top/tags/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/"/>
</entry>
<entry>
<title>使用改进后的Drain3进行中英文日志解析</title>
<link href="https://blog.rexking6.top/2023/07/25/%E4%BD%BF%E7%94%A8%E6%94%B9%E8%BF%9B%E5%90%8E%E7%9A%84Drain3%E8%BF%9B%E8%A1%8C%E4%B8%AD%E8%8B%B1%E6%96%87%E6%97%A5%E5%BF%97%E8%A7%A3%E6%9E%90/"/>
<id>https://blog.rexking6.top/2023/07/25/%E4%BD%BF%E7%94%A8%E6%94%B9%E8%BF%9B%E5%90%8E%E7%9A%84Drain3%E8%BF%9B%E8%A1%8C%E4%B8%AD%E8%8B%B1%E6%96%87%E6%97%A5%E5%BF%97%E8%A7%A3%E6%9E%90/</id>
<published>2023-07-24T16:37:02.000Z</published>
<updated>2024-07-26T13:26:47.793Z</updated>
<summary type="html">...</summary>
<category term="算法" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/"/>
<category term="AIOps" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/AIOps/"/>
<category term="日志挖掘" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/AIOps/%E6%97%A5%E5%BF%97%E6%8C%96%E6%8E%98/"/>
<category term="算法" scheme="https://blog.rexking6.top/tags/%E7%AE%97%E6%B3%95/"/>
<category term="AIOps" scheme="https://blog.rexking6.top/tags/AIOps/"/>
<category term="日志挖掘" scheme="https://blog.rexking6.top/tags/%E6%97%A5%E5%BF%97%E6%8C%96%E6%8E%98/"/>
</entry>
<entry>
<title>小样本学习(Few-shot Learning)综述</title>
<link href="https://blog.rexking6.top/2023/07/16/%E5%B0%8F%E6%A0%B7%E6%9C%AC%E5%AD%A6%E4%B9%A0-Few-shot-Learning-%E7%BB%BC%E8%BF%B0/"/>
<id>https://blog.rexking6.top/2023/07/16/%E5%B0%8F%E6%A0%B7%E6%9C%AC%E5%AD%A6%E4%B9%A0-Few-shot-Learning-%E7%BB%BC%E8%BF%B0/</id>
<published>2023-07-16T12:11:03.000Z</published>
<updated>2024-07-26T13:41:33.700Z</updated>
<summary type="html">...</summary>
<category term="算法" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/"/>
<category term="深度学习" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/"/>
<category term="小样本学习" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/%E5%B0%8F%E6%A0%B7%E6%9C%AC%E5%AD%A6%E4%B9%A0/"/>
<category term="算法" scheme="https://blog.rexking6.top/tags/%E7%AE%97%E6%B3%95/"/>
<category term="深度学习" scheme="https://blog.rexking6.top/tags/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/"/>
<category term="小样本学习" scheme="https://blog.rexking6.top/tags/%E5%B0%8F%E6%A0%B7%E6%9C%AC%E5%AD%A6%E4%B9%A0/"/>
</entry>
<entry>
<title>SoVITS4.0实践</title>
<link href="https://blog.rexking6.top/2023/04/26/SoVITS4-0%E5%AE%9E%E8%B7%B5/"/>
<id>https://blog.rexking6.top/2023/04/26/SoVITS4-0%E5%AE%9E%E8%B7%B5/</id>
<published>2023-04-26T00:16:46.000Z</published>
<updated>2024-07-27T02:39:18.380Z</updated>
<summary type="html">...</summary>
<category term="算法" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/"/>
<category term="框架工具" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/%E6%A1%86%E6%9E%B6%E5%B7%A5%E5%85%B7/"/>
<category term="SoVITS" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/%E6%A1%86%E6%9E%B6%E5%B7%A5%E5%85%B7/SoVITS/"/>
<category term="算法" scheme="https://blog.rexking6.top/tags/%E7%AE%97%E6%B3%95/"/>
<category term="框架工具" scheme="https://blog.rexking6.top/tags/%E6%A1%86%E6%9E%B6%E5%B7%A5%E5%85%B7/"/>
<category term="SoVITS" scheme="https://blog.rexking6.top/tags/SoVITS/"/>
</entry>
<entry>
<title>Stable Diffusion实践</title>
<link href="https://blog.rexking6.top/2023/04/25/Stable-Diffusion%E5%AE%9E%E8%B7%B5/"/>
<id>https://blog.rexking6.top/2023/04/25/Stable-Diffusion%E5%AE%9E%E8%B7%B5/</id>
<published>2023-04-25T15:08:37.000Z</published>
<updated>2024-07-27T02:48:04.615Z</updated>
<summary type="html">...</summary>
<category term="算法" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/"/>
<category term="框架工具" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/%E6%A1%86%E6%9E%B6%E5%B7%A5%E5%85%B7/"/>
<category term="Stable Diffusion" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/%E6%A1%86%E6%9E%B6%E5%B7%A5%E5%85%B7/Stable-Diffusion/"/>
<category term="算法" scheme="https://blog.rexking6.top/tags/%E7%AE%97%E6%B3%95/"/>
<category term="框架工具" scheme="https://blog.rexking6.top/tags/%E6%A1%86%E6%9E%B6%E5%B7%A5%E5%85%B7/"/>
<category term="Stable Diffusion" scheme="https://blog.rexking6.top/tags/Stable-Diffusion/"/>
</entry>
<entry>
<title>NLP评价指标:BLEU和ROUGE</title>
<link href="https://blog.rexking6.top/2023/04/25/NLP%E8%AF%84%E4%BB%B7%E6%8C%87%E6%A0%87%EF%BC%9ABLEU%E5%92%8CROUGE/"/>
<id>https://blog.rexking6.top/2023/04/25/NLP%E8%AF%84%E4%BB%B7%E6%8C%87%E6%A0%87%EF%BC%9ABLEU%E5%92%8CROUGE/</id>
<published>2023-04-25T14:28:33.000Z</published>
<updated>2024-07-27T02:22:33.188Z</updated>
<summary type="html">...</summary>
<category term="算法" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/"/>
<category term="自然语言处理" scheme="https://blog.rexking6.top/categories/%E7%AE%97%E6%B3%95/%E8%87%AA%E7%84%B6%E8%AF%AD%E8%A8%80%E5%A4%84%E7%90%86/"/>
<category term="算法" scheme="https://blog.rexking6.top/tags/%E7%AE%97%E6%B3%95/"/>
<category term="自然语言处理" scheme="https://blog.rexking6.top/tags/%E8%87%AA%E7%84%B6%E8%AF%AD%E8%A8%80%E5%A4%84%E7%90%86/"/>
</entry>
</feed>