Merge remote-tracking branch 'upstream/master'

This commit is contained in:
yyong119
2018-08-07 11:12:06 +08:00
2 changed files with 12 additions and 2 deletions

View File

@ -3,7 +3,6 @@
<img src="https://github.com/MachineLearning100/100-Days-Of-ML-Code/raw/master/Info-graphs/Day%2023%20-%20Chinese.jpg"> <img src="https://github.com/MachineLearning100/100-Days-Of-ML-Code/raw/master/Info-graphs/Day%2023%20-%20Chinese.jpg">
</p> </p>
https://github.com/MachineLearning100/100-Days-Of-ML-Code/raw/master/Info-graphs/Day%2023%20-%20Chinese.jpg
### 导入需要用到的python库 ### 导入需要用到的python库
```python ```python
import numpy as np import numpy as np

View File

@ -20,6 +20,17 @@
<img src="https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Info-graphs/Day%203.png"> <img src="https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Info-graphs/Day%203.png">
</p> </p>
## 逻辑回归 | 第4天
<p align="center">
<img src="https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Info-graphs/Day%204.jpg">
</p>
## K近邻法 | 第7天
<p align="center">
<img src="https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Info-graphs/Day%207.jpg">
</p>
## 支持向量机(SVM) | 第12天 ## 支持向量机(SVM) | 第12天
@ -40,4 +51,4 @@
## 决策树 | 第25天 ## 决策树 | 第25天
决策树实现 [决策树实现](https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Code/Day%2025%20Decision%20Tree.md)