Skip to content

Machine learning common algorithm

lanzhiwang edited this page Nov 16, 2018 · 3 revisions

机器学习常见算法

Linear Regression

Logistic Regression

Linear Discriminant Analysis 线性判别分析

Classification and Regression Trees 分类和回归树

Naive Bayes 朴素贝叶斯

K-Nearest Neighbors k近邻算法

Learning Vector Quantization 学习矢量量化

Support Vector Machines 支持向量机

Bagging and Random Forest 套袋和随机森林

Boosting and AdaBoost

参考

  • 监督学习算法

    • 回归算法

      • 线性回归

      • 逻辑回归

    • 神经网络

    • SVM(支持向量机)

  • 无监督学习算法

    • 聚类算法

    • 降维算法

  • 特殊算法

    • 推荐算法

    • 高斯判别

    • 朴素贝叶斯

    • 决策树

Clone this wiki locally