From f7469d105668567a5147adfffc320072b4add770 Mon Sep 17 00:00:00 2001
From: duanyang25 <34642309+duanyang25@users.noreply.github.com>
Date: Wed, 14 Jul 2021 00:40:33 +0800
Subject: [PATCH 1/2] Create README.zh-cn.md
translate README to Simplified Chinese
---
9-Real-World/translations/README.zh-cn.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 9-Real-World/translations/README.zh-cn.md
diff --git a/9-Real-World/translations/README.zh-cn.md b/9-Real-World/translations/README.zh-cn.md
new file mode 100644
index 00000000..58bcb420
--- /dev/null
+++ b/9-Real-World/translations/README.zh-cn.md
@@ -0,0 +1,14 @@
+# 附言: 经典机器学习在现实生活中的应用
+
+在课程的这一章节中,你将会了解一些经典机器学习的现实应用。我们在网络上找遍了涉及课程中这些技术的应用的白皮书和文章,从中尽力排除了神经网络、深度学习和AI。让我们一起来探索机器学习是如何被应用在商业系统、生态应用、金融、艺术文化和其他领域中吧。
+
+![chess](images/chess.jpg)
+
+> 照片由 Alexis Fauvet 拍摄并发布在 Unsplash 平台
+
+## 课程安排
+
+1. [机器学习的现实应用](1-Applications/README.md)
+## 致谢
+
+"机器学习的现实应用" 由 [Jen Looper](https://twitter.com/jenlooper) 和 [Ornella Altunyan](https://twitter.com/ornelladotcom) 两人的团队共同撰写.
From 083a024c836f3972229daf8b063c3caa76e18f85 Mon Sep 17 00:00:00 2001
From: duanyang25 <34642309+duanyang25@users.noreply.github.com>
Date: Wed, 14 Jul 2021 00:53:02 +0800
Subject: [PATCH 2/2] Update README.zh-cn.md
Update relative paths
---
9-Real-World/translations/README.zh-cn.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/9-Real-World/translations/README.zh-cn.md b/9-Real-World/translations/README.zh-cn.md
index 58bcb420..89cae2cb 100644
--- a/9-Real-World/translations/README.zh-cn.md
+++ b/9-Real-World/translations/README.zh-cn.md
@@ -2,13 +2,13 @@
在课程的这一章节中,你将会了解一些经典机器学习的现实应用。我们在网络上找遍了涉及课程中这些技术的应用的白皮书和文章,从中尽力排除了神经网络、深度学习和AI。让我们一起来探索机器学习是如何被应用在商业系统、生态应用、金融、艺术文化和其他领域中吧。
-![chess](images/chess.jpg)
+![chess](../images/chess.jpg)
> 照片由 Alexis Fauvet 拍摄并发布在 Unsplash 平台
## 课程安排
-1. [机器学习的现实应用](1-Applications/README.md)
+1. [机器学习的现实应用](../1-Applications/README.md)
## 致谢
"机器学习的现实应用" 由 [Jen Looper](https://twitter.com/jenlooper) 和 [Ornella Altunyan](https://twitter.com/ornelladotcom) 两人的团队共同撰写.