您当前的位置:首页 > IT编程 > python
| C语言 | Java | VB | VC | python | Android | TensorFlow | C++ | oracle | 学术与代码 | cnn卷积神经网络 | gnn | 图像修复 | Keras | 数据集 | Neo4j | 自然语言处理 | 深度学习 | 医学CAD | 医学影像 | 超参数 | pointnet | pytorch | 异常检测 | Transformers | 情感分类 | 知识图谱 |

自学教程:20个算法李小文知乎文章与Github代码汇总

51自学网 2020-10-21 09:05:50
  python
这篇教程20个算法李小文知乎文章与Github代码汇总写得很实用,希望能帮到您。

李小文知乎文章与Github代码汇总

 

共建立了2个Github项目,实现了20个算法,写了12篇知乎文章。

---------------------------------------------------------------------------------------

【Github项目】

  1. 机器学习
https://github.com/tushushu/imylu
github.com

2. 算法与数据结构

https://github.com/tushushu/padsgithub.com

---------------------------------------------------------------------------------------

【文章及代码链接】

  1. 线性回归
李小文:线性回归的原理及Python实现zhuanlan.zhihu.com图标https://github.com/tushushu/imylu/blob/master/examples/linear_regression_example.pygithub.com

2. 逻辑回归

李小文:逻辑回归的原理及Python实现zhuanlan.zhihu.com图标https://github.com/tushushu/imylu/blob/master/examples/logistic_regression_example.pygithub.com

3. Cart回归树

李小文:回归树的原理及Python实现zhuanlan.zhihu.com图标https://github.com/tushushu/imylu/blob/master/examples/regression_tree_example.pygithub.com

4.1 GBDT回归

李小文:GBDT回归的原理及Python实现zhuanlan.zhihu.com图标https://github.com/tushushu/imylu/blob/master/examples/gbdt_regressor_example.pygithub.com

4.2 GBDT分类

李小文:GBDT分类的原理及Python实现zhuanlan.zhihu.com图标https://github.com/tushushu/imylu/blob/master/examples/gbdt_classifier_example.pygithub.com

5. 大顶堆

李小文:大顶堆的原理及Python实现zhuanlan.zhihu.com图标https://github.com/tushushu/imylu/blob/master/examples/max_heap_example.pygithub.com

6. KD-Tree

李小文:KD Tree的原理及Python实现zhuanlan.zhihu.com图标https://github.com/tushushu/imylu/blob/master/examples/kd_tree_example.pygithub.com

7. KNN

李小文:KNN的原理及Python实现zhuanlan.zhihu.com图标

7.1 KNN回归

https://github.com/tushushu/imylu/blob/master/examples/knn_regressor_example.pygithub.com

7.2 KNN分类

https://github.com/tushushu/imylu/blob/master/examples/knn_classifier_example.pygithub.com

8. ALS

李小文:协同过滤(ALS)的原理及Python实现zhuanlan.zhihu.com图标https://github.com/tushushu/imylu/blob/master/examples/als_example.pygithub.com

9. 朴素贝叶斯

李小文:高斯朴素贝叶斯的原理及Python实现zhuanlan.zhihu.com图标https://github.com/tushushu/imylu/blob/master/examples/gaussian_nb_example.pygithub.com

10. 全连接神经网络

李小文:全连接神经网络的原理及Python实现zhuanlan.zhihu.com图标https://github.com/tushushu/imylu/blob/master/examples/mlp_example.pygithub.com

11. 梯度下降

李小文:梯度下降的原理及Python实现zhuanlan.zhihu.com图标https://github.com/tushushu/pads/blob/master/examples/gradient_decent_example.pygithub.com

12. 分类模型的评估

李小文:分类模型评估的方法及Python实现zhuanlan.zhihu.com图标tushushu/imylugithub.com图标

--------------------------------分割线----------------------------------------------------

13. 决策树

https://github.com/tushushu/imylu/blob/master/examples/decision_tree_example.pygithub.com

14. 随机森林

https://github.com/tushushu/imylu/blob/master/examples/random_forest_example.pygithub.com

15. K-means

https://github.com/tushushu/imylu/blob/master/examples/kmeans_example.pygithub.com

16. HMM

https://github.com/tushushu/imylu/blob/master/examples/hmm_example.pygithub.com

17. PCA

https://github.com/tushushu/imylu/blob/master/examples/pca_example.pygithub.com

18. 孤立森林

https://github.com/tushushu/imylu/blob/master/examples/isolation_forest_example.pygithub.com

19. 岭回归

https://github.com/tushushu/imylu/blob/master/examples/ridge_regressor_example.pygithub.com

20. 模拟退火

https://github.com/tushushu/pads/blob/master/examples/simulated_annealing_example.pygithub.com

 

 

常见算法的python实现
回归树的原理及Python实现
万事OK自学网:51自学网_软件自学网_CAD自学网自学excel、自学PS、自学CAD、自学C语言、自学css3实例,是一个通过网络自主学习工作技能的自学平台,网友喜欢的软件自学网站。