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 1ebdad0 commit a7da621Copy full SHA for a7da621
Adaboost/README.md
@@ -1,6 +1,6 @@
1
## Adaboost
2
3
-参考博文:[机器学习算法-Adaboost](http://www.csuldw.com/2015/07/05/2015-07-12-Adaboost/)
+参考博文:[机器学习算法-Adaboost](http://www.csuldw.com/2015/07/05/2015-07-12-ML-algorithm-Adaboost/)
4
5
- Python + Numpy
6
Kmeans/README.md
@@ -9,7 +9,7 @@
9
- run.py:一个测试文件,用于测试./data/test.txt文件
10
11
12
-参考博文:[机器学习算法-K-means聚类](http://www.csuldw.com/2015/06/03/2015-06-03-K-means/)
+参考博文:[机器学习算法-K-means聚类](http://www.csuldw.com/2015/06/03/2015-06-03-ml-algorithm-K-means/)
13
14
使用工具:python + numpy + matplotlib + pandas
15
0 commit comments