diff --git a/README.md b/README.md index 3f11fb7..94b5b93 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,17 @@ 英文原版请移步[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) +## 数据预处理 | 第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) +## 简单线性回归模型 | 第2天 + +[简单线性回归实现](https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Code/Day2_Simple_Linear_Regression.md)

@@ -16,6 +20,8 @@ ## 多元线性回归 | 第3天 +[多元逻辑回归实现](https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Code/Day3_Multiple_Linear_Regression.md) +