Skip to content

Commit bfae495

Browse files
committed
提交ReadMe.md文件
1 parent d0de591 commit bfae495

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# 统计学习方法(第一版)习题解答
2+
3+
**撰写人:**胡锐锋-天国之影-Relph
4+
**github地址:**[https://github.com/Relph1119/StatisticalLearningMethod-Camp](https://github.com/Relph1119/StatisticalLearningMethod-Camp)
5+
6+
  李航老师的《统计学习方法》是机器学习领域的经典入门教材之一。
7+
  本书全面系统地介绍了统计学习的主要方法,特别是监督学习方法,包括感知机、k近邻法、朴素贝叶斯法、决策树、逻辑斯谛回归与最大熵模型、支持向量机、提升方法、EM算法、隐马尔可夫模型和条件随机场等。除第1章概论和最后一章总结外,每章介绍一种方法。叙述从具体问题或实例入手,由浅入深,阐明思路,给出必要的数学推导,便于读者掌握统计学习方法的实质,学会运用。为满足读者进一步学习的需要,书中还介绍了一些相关研究,给出了少量习题,列出了主要参考文献。
8+
9+
### 在线阅读地址
10+
11+
在线阅读地址:https://relph1119.github.io/statistical-learning-method-book
12+
13+
## 目录
14+
- 第1章 [统计学习方法概论](https://relph1119.github.io/statistical-learning-method-book/#/chapter1/chapter1)
15+
- 第2章 [感知机](https://relph1119.github.io/statistical-learning-method-book/#/chapter2/chapter2)
16+
- 第3章 [k近邻法](https://relph1119.github.io/statistical-learning-method-book/#/chapter3/chapter3)
17+
- 第4章 [朴素贝叶斯法](https://relph1119.github.io/statistical-learning-method-book/#/chapter4/chapter4)
18+
- 第5章 [决策树](https://relph1119.github.io/statistical-learning-method-book/#/chapter5/chapter5)
19+
- 第6章 [Ligistic回归与最大熵模型](https://relph1119.github.io/statistical-learning-method-book/#/chapter6/chapter6)
20+
- 第7章 [支持向量机](https://relph1119.github.io/statistical-learning-method-book/#/chapter7/chapter7)
21+
- 第8章 [提升方法](https://relph1119.github.io/statistical-learning-method-book/#/chapter8/chapter8)
22+
- 第9章 [EM算法及其推广](https://relph1119.github.io/statistical-learning-method-book/#/chapter9/chapter9)
23+
- 第10章 [隐马尔可夫模型](https://relph1119.github.io/statistical-learning-method-book/#/chapter10/chapter10)
24+
- 第11章 [条件随机场](https://relph1119.github.io/statistical-learning-method-book/#/chapter11/chapter11)
25+
26+
## 所选用版本
27+
<img src="https://github.com/Relph1119/statistical-learning-method-book/blob/master/res/statistical-learning-method-book.jpg?raw=true" width="336" height= "500">
28+
> 书名:统计学习方法<br>
29+
> 作者:李航<br>
30+
> 出版社:清华大学出版社<br>
31+
> 版次:2012年3月第1版<br>
32+
> 勘误表:http://blog.sina.com.cn/s/blog_7ad48fee01017dpi.html<br>
33+
34+
## 感谢
35+
&emsp;&emsp;非常感谢Datawhale团队的南瓜书项目,本项目采用了南瓜书项目的结构,并部署上线。
36+
&emsp;&emsp;**南瓜书的在线阅读地址:**https://datawhalechina.github.io/pumpkin-book
37+
38+
## LICENSE
39+
[GNU General Public License v3.0](https://github.com/Relph1119/statistical-learning-method-book/blob/master/LICENSE)

docs/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 统计学习方法(第一版) 习题解答
1+
# 统计学习方法(第一版)习题解答
22

33
**撰写人:**胡锐锋-天国之影-Relph
44
**github地址:**[https://github.com/Relph1119/StatisticalLearningMethod-Camp](https://github.com/Relph1119/StatisticalLearningMethod-Camp)
@@ -16,5 +16,9 @@
1616
> 版次:2012年3月第1版<br>
1717
> 勘误表:http://blog.sina.com.cn/s/blog_7ad48fee01017dpi.html<br>
1818
19+
## 感谢
20+
&emsp;&emsp;非常感谢Datawhale团队的南瓜书项目,本项目采用了南瓜书项目的结构,并部署上线。
21+
&emsp;&emsp;**南瓜书的在线阅读地址:**https://datawhalechina.github.io/pumpkin-book
22+
1923
## LICENSE
2024
[GNU General Public License v3.0](https://github.com/Relph1119/statistical-learning-method-book/blob/master/LICENSE)

0 commit comments

Comments
 (0)