# MachineLearning-Practice **Repository Path**: LotusQ/MachineLearning-Practice ## Basic Information - **Project Name**: MachineLearning-Practice - **Description**: 可运行的《机器学习实战》书籍的Python3实现——即十大机器学习算法实战 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-02-13 - **Last Updated**: 2021-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MachineLearning-Experience 理论参考链接:[机器学习十大算法](https://blog.csdn.net/qq_30057549/article/details/102309306) ## Done: - [x] KNN - [x] NaiveBayes - [x] K-means - [x] PCA ## Todo: - [x] Descion Tree 12.27 - [x] Logistic Regression 12.28 - [ ] SVM 12.28 - [ ] AdaBoost 12.30 - [ ] SVD 12.29 - [ ] Apriori - [ ] FP-growth - [ ] MapReduce