# 机器学习100天 英文原版请移步[Avik-Jain](https://github.com/Avik-Jain/100-Days-Of-ML-Code)。 ## 数据预处理 | [第1天](https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Code/Day%201_Data%20Preprocessing.md)

## 简单线性回归模型 | [第2天](https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Code/Day2_Simple_Linear_Regression.md)

## 支持向量机(SVM) | 第12天

## 支持向量机(SVM) | 第13天 [SVM实现](https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Code/Day%2013_SVM.md) ## 决策树 | 第23天

## 决策树 | 第25天 决策树实现