From d50dea872376af4712a1828a64f1f37833652aeb Mon Sep 17 00:00:00 2001 From: bushuhui Date: Wed, 17 Feb 2021 08:48:32 +0800 Subject: [PATCH] Update report description --- README.md | 4 ++-- README_EN.md | 15 ++++++++++++--- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7f1142a..78cd0e5 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ git pull upstream master ## 使用帮助 * [学习资料的汇总](https://gitee.com/pi-lab/machinelearning_notebook/blob/master/References.md) -* Git - * [Git快速入门 - Git初体验](https://my.oschina.net/dxqr/blog/134811) +* [Git](https://gitee.com/pi-lab/learn_programming/tree/master/6_tools/git) + * [Git快速入门 - Git初体验](https://gitee.com/pi-lab/learn_programming/blob/master/6_tools/git/git-tips.md) * [在win7系统下使用TortoiseGit(乌龟git)简单操作Git](https://my.oschina.net/longxuu/blog/141699) * [Git系统学习 - 廖雪峰的Git教程](https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000) * [PILAB的Git使用教程](help/Git使用教程_PILAB.pdf) diff --git a/README_EN.md b/README_EN.md index befebd7..776420f 100644 --- a/README_EN.md +++ b/README_EN.md @@ -39,15 +39,24 @@ Shuhui Bu ## Report 1. [Traffic accident claims review forecast](report_01_accident_claims/README_EN.md) + 2. [Titanic](report_02_Titanic/README_EN.md) + 3. [Fashion](report_03_Fashion/README_EN.md) -3. [Tetris](report_04_Tetris/README.md) + +4. [Tetris](report_04_Tetris/README.md) + +5. [Jigsaw-Puzzle](report_05_Jigsaw-Puzzle) + +6. [Sudoku](report_06_Sudoku) + + ## Manuals/Tutorials * [List of References](https://gitee.com/pi-lab/machinelearning_notebook/blob/master/References.md) -* Git - * [Quick to learn Git](https://my.oschina.net/dxqr/blog/134811) +* [Git](https://gitee.com/pi-lab/learn_programming/tree/master/6_tools/git) + * (https://gitee.com/pi-lab/learn_programming/blob/master/6_tools/git/git-tips.md) * [TortoiseGit on Windows](https://my.oschina.net/longxuu/blog/141699) * [Complete Git course](https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000) * [Git tutorial from PILAB](help/Git使用教程_PILAB.pdf)