Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 293 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 293 Bytes

机器学习算法(python),包含:

1.梯度下降Gradient Descent: 梯度下降算法原理

2.线性回归Linear Regression: 利用线性回归寻优

3.支持向量机SVM

a.Hard Margin SVM 和 Soft Margin SVM

b.含核函数的SVM

c.不调用scikit-learn的SVM源代码