机器学习的笔记,主要包括公式推导,和代码实现(implemented by python)
-
Linear Regression 线性回归
-
Logistic Regression 逻辑回归
-
SoftMax Regression
-
SVM 向量机
-
Regularization 正则化
-
Decision Tree 决策树
-
Ramdon Forest 随机森林
-
GBDT 梯度上升
-
XGBoost
-
Bagging v.s. Boosting
-
Adaboost
-
KNN K邻近算法
-
PCA 主成分分析
-
Kmeans 聚类
-
Naive Bayes 朴素贝叶斯
-
Scaler