From 71dbb0cb761bb3990711d9bc029fdd1fbf2422f1 Mon Sep 17 00:00:00 2001 From: bushuhui Date: Wed, 23 Sep 2020 08:41:08 +0800 Subject: [PATCH] Fix link error --- README_EN.md | 2 +- homework_01_python/practice_projects.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README_EN.md b/README_EN.md index 86e136c..befebd7 100644 --- a/README_EN.md +++ b/README_EN.md @@ -1,6 +1,6 @@ # Machine Learning - Homework and Report -* [中文说明](README_CN.md) +* [中文说明](README.md) This material is the homework and report for course [Machine Learning](https://gitee.com/pi-lab/machinelearning_notebook). To master the course better, it is necessary to do programming practices, therefore, everyone need to do the homework and report diligently. Through these practices capabilities of problem solving of self learning can be boosted. diff --git a/homework_01_python/practice_projects.md b/homework_01_python/practice_projects.md index e545c85..19e5221 100644 --- a/homework_01_python/practice_projects.md +++ b/homework_01_python/practice_projects.md @@ -1,4 +1,4 @@ -# 70个python练手项目 +# 70个Python练手项目