We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8953aa2 commit fa13a3bCopy full SHA for fa13a3b
README.md
@@ -23,7 +23,7 @@
23
24
### 第二章 感知器模型
25
博客:[李航《统计学习方法》第二章——用Python实现感知器模型(MNIST数据集)](http://blog.csdn.net/wds2006sdo/article/details/51923546)
26
-代码:[perceptron/binary_perceptron.py)
+代码:[perceptron/binary_perceptron.py](https://github.com/WenDesi/lihang_book_algorithm/blob/master/perceptron/binary_perceptron.py)
27
28
### 第三章 K近邻法
29
博客:[李航《统计学习方法》第三章——用Python实现KNN算法(MNIST数据集)](http://blog.csdn.net/wds2006sdo/article/details/51933044)
0 commit comments