Browse Source

增加chapter10目录项

Sm1les 7 years ago
parent
commit
0d93bf57a1
2 changed files with 2 additions and 1 deletions
  1. 1 1
      README.md
  2. 1 0
      docs/_sidebar.md

+ 1 - 1
README.md

@@ -18,7 +18,7 @@ https://datawhalechina.github.io/pumpkin-book/
 - 第7章 [贝叶斯分类器](https://datawhalechina.github.io/pumpkin-book/#/chapter7/chapter7)
 - 第8章 [集成学习](https://datawhalechina.github.io/pumpkin-book/#/chapter8/chapter8)
 - 第9章 [聚类](https://datawhalechina.github.io/pumpkin-book/#/chapter9/chapter9)
-- 第10章 降维与度量学习
+- 第10章 [降维与度量学习](https://datawhalechina.github.io/pumpkin-book/#/chapter10/chapter10)
 - 第11章 特征选择与稀疏学习
 - 第12章 计算学习理论
 - 第13章 [半监督学习](https://datawhalechina.github.io/pumpkin-book/#/chapter13/chapter13)

+ 1 - 0
docs/_sidebar.md

@@ -8,5 +8,6 @@
   - [第7章 贝叶斯分类器](chapter7/chapter7.md)
   - [第8章 集成学习](chapter8/chapter8.md)
   - [第9章 聚类](chapter9/chapter9.md)
+  - [第10章 降维与度量学习](chapter10/chapter10.md)
   - [第13章 半监督学习](chapter13/chapter13.md)
   - [第14章 概率图模型](chapter14/chapter14.md)