File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 22
22
## 章节
23
23
24
24
### 第二章 感知器模型
25
- ** 博客:[ 李航《统计学习方法》第二章——用Python实现感知器模型(MNIST数据集)] ( http://blog.csdn.net/wds2006sdo/article/details/51923546 )
26
- ** 代码:[ perceptron/binary_perceptron.py)
25
+ ** 博客:** [ 李航《统计学习方法》第二章——用Python实现感知器模型(MNIST数据集)] ( http://blog.csdn.net/wds2006sdo/article/details/51923546 )
26
+ ** 代码:** [ perceptron/binary_perceptron.py)
27
27
28
28
### 第三章 K近邻法
29
- ** 博客:[ 李航《统计学习方法》第三章——用Python实现KNN算法(MNIST数据集)] ( http://blog.csdn.net/wds2006sdo/article/details/51933044 )
29
+ ** 博客:** [ 李航《统计学习方法》第三章——用Python实现KNN算法(MNIST数据集)] ( http://blog.csdn.net/wds2006sdo/article/details/51933044 )
30
30
** 代码:** [ knn/knn.py] ( https://github.com/WenDesi/lihang_book_algorithm/blob/master/knn/knn.py )
31
31
32
32
### 第四章 朴素贝叶斯
33
- ** 博客:[ 李航《统计学习方法》第四章——用Python实现朴素贝叶斯分类器(MNIST数据集)] ( http://blog.csdn.net/wds2006sdo/article/details/51967839 )
33
+ ** 博客:** [ 李航《统计学习方法》第四章——用Python实现朴素贝叶斯分类器(MNIST数据集)] ( http://blog.csdn.net/wds2006sdo/article/details/51967839 )
34
34
** 代码:** [ naive_bayes/naive_bayes.py] ( https://github.com/WenDesi/lihang_book_algorithm/blob/master/naive_bayes/naive_bayes.py )
35
35
36
36
### 第五章 决策树
37
- ** 博客:[ 李航《统计学习方法》第五章——用Python实现决策树(MNIST数据集)] ( http://blog.csdn.net/wds2006sdo/article/details/52849400 )
37
+ ** 博客:** [ 李航《统计学习方法》第五章——用Python实现决策树(MNIST数据集)] ( http://blog.csdn.net/wds2006sdo/article/details/52849400 )
38
38
** 代码:** [ decision_tree/decision_tree.py] ( https://github.com/WenDesi/lihang_book_algorithm/blob/master/decision_tree/decision_tree.py )
39
39
40
40
### 第六章 逻辑斯提回归
41
- ** 博客:[ 李航《统计学习方法》第六章——用Python实现逻辑斯谛回归(MNIST数据集)] ( http://blog.csdn.net/wds2006sdo/article/details/53084871 )
41
+ ** 博客:** [ 李航《统计学习方法》第六章——用Python实现逻辑斯谛回归(MNIST数据集)] ( http://blog.csdn.net/wds2006sdo/article/details/53084871 )
42
42
** 代码:** [ logistic_regression/logistic_regression.py] ( https://github.com/WenDesi/lihang_book_algorithm/blob/master/logistic_regression/logistic_regression.py )
43
43
44
44
### 第六章 最大熵模型
You can’t perform that action at this time.
0 commit comments