/README.md

https://github.com/yingzk/MyML · Markdown · 36 lines · 22 code · 14 blank · 0 comment · 0 complexity · cd45589861a1d6b78a44c10b6b6f8c34 MD5 · raw file

  1. # My Machine Learning Way
  2. 这个Repository包含了我在学习机器学习过程中的一些总结性内容, **如果您觉得不错求个star:-)**
  3. ### A: [Decision Tree] 决策树基本介绍
  4. 是我之前在学校做的一次决策树基础知识的学术讨论发言
  5. ### B: [Gradient Descent] 梯度下降
  6. 博客: https://www.yingjoy.cn/480.html
  7. ### C: [SpamClassifier] 垃圾邮件分类器
  8. 博客: https://www.yingjoy.cn/485.html
  9. ### 0: [Distance & Similarity] ML中相似性度量和距离的计算
  10. 博客: https://www.yingjoy.cn/446.html
  11. ### 1: [Logistic Regession] Logistic 回归算法及Python实现
  12. 博客: https://www.yingjoy.cn/451.html
  13. ### 2: [Decision Tree Algorithms]三种决策树算法ID3, CART, C4.5及Python实现
  14. 博客: https://www.yingjoy.cn/457.html
  15. ### 3: [Bayes]贝叶斯分类器及Python实现
  16. 博客: https://www.yingjoy.cn/471.html
  17. ### Kaggle
  18. 这个目录包含了我在Kaggle竞赛中的一些简单经验仅供参
  19. <br /><br /><br />
  20. 如果问题还望指正
  21. 博客: [https://www.yingjoy.cn/](https://www.yingjoy.cn/)
  22. E-mail: [yzk.1314@outlook.com](mailto:yzk.1314@outlook.com)