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 7cb7e7a commit 9cebd32Copy full SHA for 9cebd32
README.md
@@ -1,7 +1,15 @@
1
# MachineLearningDemo
2
保存个人机器学习代码,对应博客专栏 :http://blog.csdn.net/YEN_CSDN/article/category/6725711
3
4
-## 算法
5
-#### 决策树:
6
- 代码:https://github.com/YEN-GitHub/MachineLearningDemo/tree/master/Decision_Tree
7
- 博客:http://blog.csdn.net/yen_csdn/article/details/79012871#%E4%BB%A3%E7%A0%81
+## 算法列表:
+#### 决策树算法:
+ > 代码及数据:https://github.com/YEN-GitHub/MachineLearningDemo/tree/master/Decision_Tree
+
8
+ > 博客及结果:http://blog.csdn.net/yen_csdn/article/details/79012871
9
10
+ #### KNN算法:
11
+ > 代码及数据:https://github.com/YEN-GitHub/MachineLearningDemo/tree/master/K-NearestNerghbor
12
13
+ > 博客及结果:http://blog.csdn.net/yen_csdn/article/details/79022831
14
15
0 commit comments