# ML_model **Repository Path**: code_godtao/ML_model ## Basic Information - **Project Name**: ML_model - **Description**: 机器学习基础算法模型实现 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-26 - **Last Updated**: 2021-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ML_model 机器学习基础算法模型实现 [一、决策树(ID3/C4.5)](https://github.com/htshinichi/ML_model/blob/master/DecisionTree/HT_DecisionTree.md) [二、KNN分类器](https://github.com/htshinichi/ML_model/blob/master/KNN/KNNClassifier.md) [三、朴素贝叶斯](https://github.com/htshinichi/ML_model/blob/master/NaiveBayes/NaiveBayes.md) [四、逻辑回归](https://github.com/htshinichi/ML_model/blob/master/LogisticRegression/LogisticRegression.md) [五、支持向量机](https://github.com/htshinichi/ML_model/blob/master/SupportVectorMachine/SVM.md) [六、线性回归](https://github.com/htshinichi/ML_model/tree/master/LinearRegression) [七、感知机](https://github.com/htshinichi/ML_model/tree/master/Perceptron)