statistical-learning-method icon indicating copy to clipboard operation
statistical-learning-method copied to clipboard

《统计学习方法》笔记-基于Python算法实现

statistical-learning-method

《统计学习方法》笔记-基于Python算法实现

notebook中2-knn和3-naive_bayes是基于这个项目的解读: lihang_book_algorithm

4-decision_tree之后的笔记都是本项目的解读。

第一章 最小二乘法

第二章 感知机

第三章 k近邻法note

第四章 朴素贝叶斯note

第五章 决策树note

第六章 逻辑斯谛回归note

第七章 支持向量机note

第八章 AdaBoostnote

第九章 EM算法