Update README.md

This commit is contained in:
zhang yongquan
2018-08-31 21:32:44 +08:00
committed by GitHub
parent d10e91a899
commit 70ea005f9b

View File

@ -16,6 +16,7 @@
- [随机森林](#随机森林--第33天)
- 无监督学习
- [K-均值聚类](#k-均值聚类--第43天)
- [层次聚类](#层次聚类--第54天)
## 数据预处理 | 第1天
[数据预处理实现](https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Code/Day%201_Data_Preprocessing.md)
@ -195,3 +196,7 @@ B站视频在[这里](https://space.bilibili.com/88461692/#/channel/detail?cid=2
<p align="center">
<img src="https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Info-graphs/Day%2043.jpg">
</p>
## 层次聚类 | 第54天
<p align="center">
<img src="https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Info-graphs/Day%2054.jpg">
</p>