-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
65 lines (38 loc) · 2.04 KB
/
Copy pathatom.xml
File metadata and controls
65 lines (38 loc) · 2.04 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Wenkang's Blog</title>
<link href="/atom.xml" rel="self"/>
<link href="http://lotus-95.github.io/"/>
<updated>2020-10-31T03:51:40.000Z</updated>
<id>http://lotus-95.github.io/</id>
<author>
<name>Wenkang Qin</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>北京大学 COE Python 辅导摘要 - 1</title>
<link href="http://lotus-95.github.io/2020/10/30/coe-py-training-1/"/>
<id>http://lotus-95.github.io/2020/10/30/coe-py-training-1/</id>
<published>2020-10-30T14:38:00.000Z</published>
<updated>2020-10-31T03:51:40.000Z</updated>
<summary type="html">
这篇是给北京大学工学院 2020 级本科生辅导 Python 的摘要。
</summary>
<category term="Python" scheme="http://lotus-95.github.io/categories/Python/"/>
<category term="Python" scheme="http://lotus-95.github.io/tags/Python/"/>
<category term="工学院培训" scheme="http://lotus-95.github.io/tags/%E5%B7%A5%E5%AD%A6%E9%99%A2%E5%9F%B9%E8%AE%AD/"/>
</entry>
<entry>
<title>线性分类器 - Fisher</title>
<link href="http://lotus-95.github.io/2020/10/29/Fisher/"/>
<id>http://lotus-95.github.io/2020/10/29/Fisher/</id>
<published>2020-10-29T11:07:24.000Z</published>
<updated>2020-10-31T03:51:59.968Z</updated>
<summary type="html">
介绍模式识别当中的 Fisher 线性分类器(线性判别分析 LDA)。
</summary>
<category term="模式识别与机器学习" scheme="http://lotus-95.github.io/categories/%E6%A8%A1%E5%BC%8F%E8%AF%86%E5%88%AB%E4%B8%8E%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
<category term="模式识别" scheme="http://lotus-95.github.io/tags/%E6%A8%A1%E5%BC%8F%E8%AF%86%E5%88%AB/"/>
<category term="线性模型" scheme="http://lotus-95.github.io/tags/%E7%BA%BF%E6%80%A7%E6%A8%A1%E5%9E%8B/"/>
</entry>
</feed>