Skip to content

Commit

Permalink
update tutorials on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huxiaoman7 committed Feb 14, 2022
1 parent 6af3a9b commit 4a1b90b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ For a more detailed step-by-step video tutorial, please refer to the following w
| EP01 | [How to learn Deep Learning? The Most Efficient Way For Beginners!](https://www.bilibili.com/video/BV1MB4y1P79S) | Teacher's profile+DeepLearning Course Introduction | - | Published | 2021.3.30 |
| EP02 | [How we teach computers to understand pictures? Three Ways to Install TinyMS](https://www.bilibili.com/video/BV18v41187fX) | It uncovers the magic of computer vision + three ways to install TinyMS (Ubuntu, Win10, Docker) | [TinyMS Installation For Beginners](https://tinyms.readthedocs.io/zh_CN/latest/quickstart/install.html) | Published | 2020.3.31 |
| EP03 | [Learn Shell Script in 30 Minutes](https://www.bilibili.com/video/BV1vy4y1b7jh) | It covers the essential concepts such as using variables, basic operators, loops & functions and so on. It also gives you an insight by scaling down some real-time scenarios and demonstrating them using the docker container. | [Learn Shell Script in 30 Minutes (doc)](https://github.com/tinyms-ai/tinyms/blob/main/tutorials/EP03/30min速成Shell脚本.md) | Published | 2020.4.1 |

| EP04 | [Learn Python in 30 Minutes(Part I.)](https://www.bilibili.com/video/BV1Tp4y1b7UG?spm_id_from=333.999.0.0) | Python installation, basic syntax, primitive data types and operators| [Learn Python in 30 Minutes](https://github.com/tinyms-ai/tinyms/blob/main/tutorials/EP04/Quickstart-for-Python-in-30-minutes.md) | Published | 2021.4.23 |
| EP05 | [Learn Python in 30 Minutes(Part II.)](https://www.bilibili.com/video/BV1XS4y1Z7yp?spm_id_from=333.999.0.0) | Python conditional statements, loop statements, iterators, generators, functions, class, module, advanced usages, and several most commonly used Python libraries in deep learning | [Learn Python in 30 Minutes](https://github.com/tinyms-ai/tinyms/blob/main/tutorials/EP04/Quickstart-for-Python-in-30-minutes.md) | Published | 2022.1.10 |

## Community

Expand Down
6 changes: 3 additions & 3 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ TinyMS配套了完善的教程,适合纯小白入手。
| 集数 | 标题 | 主题内容 | 学习文档 | 状态 | 更新时间 |
| ---- | ---- | ------- | -------- | ---- | -------- |
| EP01 | [最适合小白的深度学习入门课程来了!](https://www.bilibili.com/video/BV1MB4y1P79S) | 老师简介+深度学习科普+课程介绍 || 已发布 | 2021.3.30 |
| EP02 | [计算机是如何识别图像的?](https://www.bilibili.com/video/BV18v41187fX) | 计算机识别图像科普+TinyMS安装(Ubuntu、Win10、Docker安装) | [TinyMS快速安装](https://tinyms.readthedocs.io/zh_CN/latest/quickstart/install.html) | 已发布 | 2020.3.31 |
| EP03 | [30min速成Shell脚本命令](https://www.bilibili.com/video/BV1vy4y1b7jh) | shell基本命令、变量与传参、数组、运算符、test命令、使用函数、输入输出重定向、流程控制函数以及常见的文件操作命令 | [Shell脚本30min速成指南](https://github.com/tinyms-ai/tinyms/blob/main/tutorials/EP03/30min速成Shell脚本.md) | 已发布 | 2020.4.1 |
| EP04 | [30min速成Python指南(上)](https://www.bilibili.com/video/BV1Tp4y1b7UG?spm_id_from=333.999.0.0) | Python安装、基础语法、原始数据类型及运算符介绍 | [Python30min速成指南(上)](https://github.com/tinyms-ai/tinyms/blob/main/tutorials/EP04/Quickstart-for-Python-in-30-minutes.md) | 已发布 | 2020.4.23 |
| EP02 | [计算机是如何识别图像的?](https://www.bilibili.com/video/BV18v41187fX) | 计算机识别图像科普+TinyMS安装(Ubuntu、Win10、Docker安装) | [TinyMS快速安装](https://tinyms.readthedocs.io/zh_CN/latest/quickstart/install.html) | 已发布 | 2021.3.31 |
| EP03 | [30min速成Shell脚本命令](https://www.bilibili.com/video/BV1vy4y1b7jh) | shell基本命令、变量与传参、数组、运算符、test命令、使用函数、输入输出重定向、流程控制函数以及常见的文件操作命令 | [Shell脚本30min速成指南](https://github.com/tinyms-ai/tinyms/blob/main/tutorials/EP03/30min速成Shell脚本.md) | 已发布 | 2021.4.1 |
| EP04 | [30min速成Python指南(上)](https://www.bilibili.com/video/BV1Tp4y1b7UG?spm_id_from=333.999.0.0) | Python安装、基础语法、原始数据类型及运算符介绍 | [Python30min速成指南(上)](https://github.com/tinyms-ai/tinyms/blob/main/tutorials/EP04/Quickstart-for-Python-in-30-minutes.md) | 已发布 | 2021.4.23 |
| EP05 | [30min速成Python指南(下)](https://www.bilibili.com/video/BV1XS4y1Z7yp?spm_id_from=333.999.0.0) | Python条件语句、循环语句、迭代器、生成器、函数、类、模块、高级用法、及深度学习中常用的Python库 | [Python30min速成指南(下)](https://github.com/tinyms-ai/tinyms/blob/main/tutorials/EP04/Quickstart-for-Python-in-30-minutes.md) | 已发布 | 2022.1.10 |
## 社区

Expand Down
6 changes: 3 additions & 3 deletions tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
| 集数 | 标题 | 主题内容 | 学习文档 | 状态 | 更新时间 |
| ---- | ---------------------------------------------------------------------------------- | ------------------------------------------------------------ | ---------------------- | ------ | --------- |
| EP01 | [最适合小白的深度学习入门课程来了!](https://www.bilibili.com/video/BV1MB4y1P79S) | 老师简介+深度学习科普+课程介绍 || 已发布 | 2021.3.30 |
| EP02 | [计算机是如何识别图像的?](https://www.bilibili.com/video/BV18v41187fX) | 计算机识别图像科普+TinyMS安装(Ubuntu、Win10、Docker安装) | [TinyMS快速安装](https://tinyms.readthedocs.io/zh_CN/latest/quickstart/install.html) | 已发布 | 2020.3.31 |
| EP03 | [30min速成Shell脚本命令](https://www.bilibili.com/video/BV1vy4y1b7jh) | shell基本命令、变量与传参、数组、运算符、test命令、使用函数、输入输出重定向、流程控制函数以及常见的文件操作命令 | [Shell脚本30min速成指南](https://github.com/tinyms-ai/tinyms/blob/main/tutorials/EP03/30min速成Shell脚本.md) | 已发布 | 2020.4.1 |
| EP04 | [30min速成Python指南(上)](https://www.bilibili.com/video/BV1Tp4y1b7UG?spm_id_from=333.999.0.0) | Python安装、基础语法、原始数据类型及运算符介绍 | [Python30min速成指南(上)](https://github.com/tinyms-ai/tinyms/blob/main/tutorials/EP04/Quickstart-for-Python-in-30-minutes.md) | 已发布 | 2020.4.23 |
| EP02 | [计算机是如何识别图像的?](https://www.bilibili.com/video/BV18v41187fX) | 计算机识别图像科普+TinyMS安装(Ubuntu、Win10、Docker安装) | [TinyMS快速安装](https://tinyms.readthedocs.io/zh_CN/latest/quickstart/install.html) | 已发布 | 2021.3.31 |
| EP03 | [30min速成Shell脚本命令](https://www.bilibili.com/video/BV1vy4y1b7jh) | shell基本命令、变量与传参、数组、运算符、test命令、使用函数、输入输出重定向、流程控制函数以及常见的文件操作命令 | [Shell脚本30min速成指南](https://github.com/tinyms-ai/tinyms/blob/main/tutorials/EP03/30min速成Shell脚本.md) | 已发布 | 2021.4.1 |
| EP04 | [30min速成Python指南(上)](https://www.bilibili.com/video/BV1Tp4y1b7UG?spm_id_from=333.999.0.0) | Python安装、基础语法、原始数据类型及运算符介绍 | [Python30min速成指南(上)](https://github.com/tinyms-ai/tinyms/blob/main/tutorials/EP04/Quickstart-for-Python-in-30-minutes.md) | 已发布 | 2021.4.23 |
| EP05 | [30min速成Python指南(下)](https://www.bilibili.com/video/BV1XS4y1Z7yp?spm_id_from=333.999.0.0) | Python条件语句、循环语句、迭代器、生成器、函数、类、模块、高级用法、及深度学习中常用的Python库 | [Python30min速成指南(下)](https://github.com/tinyms-ai/tinyms/blob/main/tutorials/EP04/Quickstart-for-Python-in-30-minutes.md) | 已发布 | 2022.1.10 |

0 comments on commit 4a1b90b

Please sign in to comment.