Sm1les 7 роки тому
батько
коміт
107d21c39e
2 змінених файлів з 14 додано та 14 видалено
  1. 11 11
      README.md
  2. 3 3
      docs/README.md

+ 11 - 11
README.md

@@ -1,7 +1,7 @@
 # 南瓜书PumpkinBook
 [西瓜书(周志华《机器学习》)](https://book.douban.com/subject/26708119)是机器学习领域的经典入门教材之一,周老师为了使尽可能多的读者通过西瓜书对机器学习有所了解, 所以在书中对部分公式的推导细节没有详述,但是这对那些想深究公式推导细节的读者来说可能“不太友好”,本书旨在对西瓜书里比较难理解的公式加以解析,以及对部分公式补充具体的推导细节,诚挚欢迎每一位西瓜书读者前来参与完善本书:一个人可以走的很快,但是一群人却可以走的更远。
 # 选用的西瓜书版本
-<img src="https://raw.githubusercontent.com/Datawhale18/pumpkin-book/master/res/xigua.jpg" width = "476.7" height = "555.3">
+<img src="https://raw.githubusercontent.com/datawhalechina/pumpkin-book/master/res/xigua.jpg" width = "476.7" height = "555.3">
 
 > 书名:机器学习<br>
 > 作者:周志华<br>
@@ -10,17 +10,17 @@
 > 勘误表:http://cs.nju.edu.cn/zhouzh/zhouzh.files/publication/MLbook2016.htm
 
 # 在线阅读地址
-https://datawhale18.github.io/pumpkin-book/
+https://datawhalechina.github.io/pumpkin-book/
 
 # 目录
 
-- 第1章 [绪论](https://datawhale18.github.io/pumpkin-book/#/chapter1/chapter1)
-- 第2章 [模型评估与选择](https://datawhale18.github.io/pumpkin-book/#/chapter2/chapter2)
-- 第3章 [线性模型](https://datawhale18.github.io/pumpkin-book/#/chapter3/chapter3)
-- 第4章 [决策树](https://datawhale18.github.io/pumpkin-book/#/chapter4/chapter4)
-- 第5章 [神经网络](https://datawhale18.github.io/pumpkin-book/#/chapter5/chapter5)
-- 第6章 [支持向量机](https://datawhale18.github.io/pumpkin-book/#/chapter6/chapter6)
-- 第7章 [贝叶斯分类器](https://datawhale18.github.io/pumpkin-book/#/chapter7/chapter7)
+- 第1章 [绪论](https://datawhalechina.github.io/pumpkin-book/#/chapter1/chapter1)
+- 第2章 [模型评估与选择](https://datawhalechina.github.io/pumpkin-book/#/chapter2/chapter2)
+- 第3章 [线性模型](https://datawhalechina.github.io/pumpkin-book/#/chapter3/chapter3)
+- 第4章 [决策树](https://datawhalechina.github.io/pumpkin-book/#/chapter4/chapter4)
+- 第5章 [神经网络](https://datawhalechina.github.io/pumpkin-book/#/chapter5/chapter5)
+- 第6章 [支持向量机](https://datawhalechina.github.io/pumpkin-book/#/chapter6/chapter6)
+- 第7章 [贝叶斯分类器](https://datawhalechina.github.io/pumpkin-book/#/chapter7/chapter7)
 - 第8章 集成学习
 - 第9章 聚类
 - 第10章 降维与度量学习
@@ -66,8 +66,8 @@ $$(公式的LaTeX表达式)$$
 
 ## 关注我们
 
-<div align=center><img src="https://raw.githubusercontent.com/Datawhale18/pumpkin-book/master/res/qrcode.jpeg" width = "250" height = "270"></div>
+<div align=center><img src="https://raw.githubusercontent.com/datawhalechina/pumpkin-book/master/res/qrcode.jpeg" width = "250" height = "270"></div>
 
 # LICENSE
-[GNU General Public License v3.0](https://github.com/Datawhale18/pumpkin-book/blob/master/LICENSE)
+[GNU General Public License v3.0](https://github.com/datawhalechina/pumpkin-book/blob/master/LICENSE)
 

+ 3 - 3
docs/README.md

@@ -1,7 +1,7 @@
 # 南瓜书PumpkinBook
 [西瓜书(周志华《机器学习》)](https://book.douban.com/subject/26708119)是机器学习领域的经典入门教材之一,周老师为了使尽可能多的读者通过西瓜书对机器学习有所了解, 所以在书中对部分公式的推导细节没有详述,但是这对那些想深究公式推导细节的读者来说可能“不太友好”,本书旨在对西瓜书里比较难理解的公式加以解析,以及对部分公式补充具体的推导细节,诚挚欢迎每一位西瓜书读者前来参与完善本书:一个人可以走的很快,但是一群人却可以走的更远。
 # 选用的西瓜书版本
-<img src="https://raw.githubusercontent.com/Datawhale18/pumpkin-book/master/res/xigua.jpg" width = "476.7" height = "555.3">
+<img src="https://raw.githubusercontent.com/datawhalechina/pumpkin-book/master/res/xigua.jpg" width = "476.7" height = "555.3">
 
 > 书名:机器学习<br>
 > 作者:周志华<br>
@@ -11,7 +11,7 @@
 
 ## 关注我们
 
-<div align=center><img src="https://raw.githubusercontent.com/Datawhale18/pumpkin-book/master/res/qrcode.jpeg" width = "250" height = "270"></div>
+<div align=center><img src="https://raw.githubusercontent.com/datawhalechina/pumpkin-book/master/res/qrcode.jpeg" width = "250" height = "270"></div>
 
 # LICENSE
-[GNU General Public License v3.0](https://github.com/Datawhale18/pumpkin-book/blob/master/LICENSE)
+[GNU General Public License v3.0](https://github.com/datawhalechina/pumpkin-book/blob/master/LICENSE)