Skip to content

Latest commit

 

History

History
104 lines (49 loc) · 4.36 KB

File metadata and controls

104 lines (49 loc) · 4.36 KB

1. Machine Learning Algorithm

1.1 Overview

Code

Article

1.2 Linear Regression

1.3 Logistic Regression

Article

  • SGDClassifier和LR,SVM的区别 - 2016

    YAO: LR中参数更新是通过增加负样本权重,让样本重新排列,不是梯度下降法!SGDClassifier中的LR是通过梯度下降法。

1.4 Naive Bayesian

Article

1.8 GBDT & XGBoost & LightGBM

Article

1.9 Clustering

1.9.1 Overview

Article

Practice

1.10 Dimensionality Reduction

Code

Article