Skip to content

XiaoqingWang/MachineLearningDemo

Repository files navigation

MachineLearningDemo

保存个人机器学习代码,对应博客专栏 :http://blog.csdn.net/YEN_CSDN/article/category/6725711

算法列表:

决策树算法:

代码及数据:https://github.com/YEN-GitHub/MachineLearningDemo/tree/master/Decision_Tree

博客及结果:http://blog.csdn.net/yen_csdn/article/details/79012871

KNN算法:

代码及数据:https://github.com/YEN-GitHub/MachineLearningDemo/tree/master/K-NearestNerghbor

博客及结果:http://blog.csdn.net/yen_csdn/article/details/79022831

SVM算法:

代码及数据:https://github.com/YEN-GitHub/MachineLearningDemo/tree/master/SVM

博客及结果:http://blog.csdn.net/yen_csdn/article/details/79033742(linear separable) 博客及结果:http://blog.csdn.net/yen_csdn/article/details/79043192(linear inseparable)

神经网络算法:

博客及结果:http://blog.csdn.net/yen_csdn/article/details/79063768

简单线性回归算法:

代码及数据:https://github.com/YEN-GitHub/MachineLearningDemo/tree/master/SimpleLinearRegression

博客及结果:http://blog.csdn.net/yen_csdn/article/details/79074288

多元线性回归算法:

代码及数据:https://github.com/YEN-GitHub/MachineLearningDemo/tree/master/MultipleRegression

博客及结果:http://blog.csdn.net/yen_csdn/article/details/79086067

非线性回归-逻辑回归算法:

代码及数据:https://github.com/YEN-GitHub/MachineLearningDemo/tree/master/LogisticRegression

博客及结果:http://blog.csdn.net/yen_csdn/article/details/79095362

About

保存个人机器学习代码,对应文档 :http://blog.csdn.net/YEN_CSDN/article/category/6725711

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages