Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 480 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 480 Bytes

Machine Learning With Python

部分机器学习算法的Python实现

  • Regression 线性回归与非线性回归
  • LogisticRegression 逻辑回归
  • KNN K最近邻分类
  • NervousNetwork 神经网络
  • DecisionTree 决策树
  • EnsembleLearning 集成学习
  • Bayes 贝叶斯
  • ClusterAnalysis 聚类分析
  • SVM 支持向量机
  • PCA 主成分分析
  • AddOn 一些其他的杂项