Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@ -3,7 +3,6 @@
|
||||
<img src="https://github.com/MachineLearning100/100-Days-Of-ML-Code/raw/master/Info-graphs/Day%2023%20-%20Chinese.jpg">
|
||||
</p>
|
||||
|
||||
https://github.com/MachineLearning100/100-Days-Of-ML-Code/raw/master/Info-graphs/Day%2023%20-%20Chinese.jpg
|
||||
### 导入需要用到的python库
|
||||
```python
|
||||
import numpy as np
|
||||
|
||||
13
README.md
13
README.md
@ -20,6 +20,17 @@
|
||||
<img src="https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Info-graphs/Day%203.png">
|
||||
</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天
|
||||
|
||||
@ -40,4 +51,4 @@
|
||||
|
||||
## 决策树 | 第25天
|
||||
|
||||
决策树实现
|
||||
[决策树实现](https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Code/Day%2025%20Decision%20Tree.md)
|
||||
|
||||
Reference in New Issue
Block a user