Update README.md

This commit is contained in:
wengJJ
2018-08-13 11:07:21 +08:00
committed by GitHub
parent b1d55d5027
commit 6919a7fcaa

View File

@ -25,7 +25,7 @@
[简单线性回归实现](https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Code/Day2_Simple_Linear_Regression.md)
<p align="center">
<img src="https://github.com/wengJJ/100-Days-Of-ML-Code/blob/master/Info-graphs/Day%202.jpg">
<img src="https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Info-graphs/Day%202.jpg">
</p>
## 多元线性回归 | 第3天