# 统计学习方法笔记-基于Python算法实现 **Repository Path**: maoxiaomeng/statistical-learning-method ## Basic Information - **Project Name**: 统计学习方法笔记-基于Python算法实现 - **Description**: 统计学习方法笔记-基于Python算法实现 所有代码均可直接运行 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2025-01-09 - **Last Updated**: 2025-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # statistical-learning-method 《统计学习方法》笔记-基于Python算法实现 第一章 [最小二乘法](https://gitee.com/GZHzzz/statistical-learning-method/blob/master/LeastSquaresMethod/least_sqaure_method.ipynb) 第二章 [感知机](https://gitee.com/GZHzzz/statistical-learning-method/blob/master/Perceptron/Iris_perceptron.ipynb) 第三章 [k近邻法](https://gitee.com/GZHzzz/statistical-learning-method/blob/master/KNearestNeighbors/KNN.ipynb) 第四章 [朴素贝叶斯](https://gitee.com/GZHzzz/statistical-learning-method/blob/master/NaiveBayes/GaussianNB.ipynb) 第五章 [决策树](https://gitee.com/GZHzzz/statistical-learning-method/blob/master/DecisonTree/DT.ipynb) 第六章 [逻辑斯谛回归](https://gitee.com/GZHzzz/statistical-learning-method/blob/master/LogisticRegression/LR.ipynb) 第七章 [支持向量机](https://gitee.com/GZHzzz/statistical-learning-method/blob/master/SVM/support-vector-machine.ipynb) 第八章 [AdaBoost](https://gitee.com/GZHzzz/statistical-learning-method/blob/master/AdaBoost/Adaboost.ipynb) 第九章 [EM算法](https://gitee.com/GZHzzz/statistical-learning-method/blob/master/EM/em.ipynb)