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 2222## 章节
2323
2424### 第二章 感知器模型
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)
2727
2828### 第三章 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 )
3030** 代码:** [ knn/knn.py] ( https://github.com/WenDesi/lihang_book_algorithm/blob/master/knn/knn.py )
3131
3232### 第四章 朴素贝叶斯
33- ** 博客:[ 李航《统计学习方法》第四章——用Python实现朴素贝叶斯分类器(MNIST数据集)] ( http://blog.csdn.net/wds2006sdo/article/details/51967839 )
33+ ** 博客:** [ 李航《统计学习方法》第四章——用Python实现朴素贝叶斯分类器(MNIST数据集)] ( http://blog.csdn.net/wds2006sdo/article/details/51967839 )
3434** 代码:** [ naive_bayes/naive_bayes.py] ( https://github.com/WenDesi/lihang_book_algorithm/blob/master/naive_bayes/naive_bayes.py )
3535
3636### 第五章 决策树
37- ** 博客:[ 李航《统计学习方法》第五章——用Python实现决策树(MNIST数据集)] ( http://blog.csdn.net/wds2006sdo/article/details/52849400 )
37+ ** 博客:** [ 李航《统计学习方法》第五章——用Python实现决策树(MNIST数据集)] ( http://blog.csdn.net/wds2006sdo/article/details/52849400 )
3838** 代码:** [ decision_tree/decision_tree.py] ( https://github.com/WenDesi/lihang_book_algorithm/blob/master/decision_tree/decision_tree.py )
3939
4040### 第六章 逻辑斯提回归
41- ** 博客:[ 李航《统计学习方法》第六章——用Python实现逻辑斯谛回归(MNIST数据集)] ( http://blog.csdn.net/wds2006sdo/article/details/53084871 )
41+ ** 博客:** [ 李航《统计学习方法》第六章——用Python实现逻辑斯谛回归(MNIST数据集)] ( http://blog.csdn.net/wds2006sdo/article/details/53084871 )
4242** 代码:** [ logistic_regression/logistic_regression.py] ( https://github.com/WenDesi/lihang_book_algorithm/blob/master/logistic_regression/logistic_regression.py )
4343
4444### 第六章 最大熵模型
You can’t perform that action at this time.
0 commit comments