File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323
2424### 第二章 感知器模型
2525博客:[ 李航《统计学习方法》第二章——用Python实现感知器模型(MNIST数据集)] ( http://blog.csdn.net/wds2006sdo/article/details/51923546 )
26- 代码:[ perceptron/binary_perceptron.py] ( https://github.com/WenDesi/lihang_book_algorithm/blob/master/perceptron/binary_perceptron.py )
26+ < br > 代码:[ perceptron/binary_perceptron.py] ( https://github.com/WenDesi/lihang_book_algorithm/blob/master/perceptron/binary_perceptron.py )
2727
2828### 第三章 K近邻法
2929博客:[ 李航《统计学习方法》第三章——用Python实现KNN算法(MNIST数据集)] ( http://blog.csdn.net/wds2006sdo/article/details/51933044 )
30- 代码:[ knn/knn.py] ( https://github.com/WenDesi/lihang_book_algorithm/blob/master/knn/knn.py )
30+ < br > 代码:[ knn/knn.py] ( https://github.com/WenDesi/lihang_book_algorithm/blob/master/knn/knn.py )
3131
3232### 第四章 朴素贝叶斯
3333博客:[ 李航《统计学习方法》第四章——用Python实现朴素贝叶斯分类器(MNIST数据集)] ( http://blog.csdn.net/wds2006sdo/article/details/51967839 )
34- 代码:[ naive_bayes/naive_bayes.py] ( https://github.com/WenDesi/lihang_book_algorithm/blob/master/naive_bayes/naive_bayes.py )
34+ < br > 代码:[ naive_bayes/naive_bayes.py] ( https://github.com/WenDesi/lihang_book_algorithm/blob/master/naive_bayes/naive_bayes.py )
3535
3636### 第五章 决策树
3737博客:[ 李航《统计学习方法》第五章——用Python实现决策树(MNIST数据集)] ( http://blog.csdn.net/wds2006sdo/article/details/52849400 )
38- 代码:[ decision_tree/decision_tree.py] ( https://github.com/WenDesi/lihang_book_algorithm/blob/master/decision_tree/decision_tree.py )
38+ < br > 代码:[ decision_tree/decision_tree.py] ( https://github.com/WenDesi/lihang_book_algorithm/blob/master/decision_tree/decision_tree.py )
3939
4040### 第六章 逻辑斯提回归
4141博客:[ 李航《统计学习方法》第六章——用Python实现逻辑斯谛回归(MNIST数据集)] ( http://blog.csdn.net/wds2006sdo/article/details/53084871 )
42- 代码:[ logistic_regression/logistic_regression.py] ( https://github.com/WenDesi/lihang_book_algorithm/blob/master/logistic_regression/logistic_regression.py )
42+ < br > 代码:[ logistic_regression/logistic_regression.py] ( https://github.com/WenDesi/lihang_book_algorithm/blob/master/logistic_regression/logistic_regression.py )
4343
4444### 第六章 最大熵模型
4545正在施工中。。。
You can’t perform that action at this time.
0 commit comments