Skip to content

upload guide.md#9

Merged
reyoung merged 9 commits into
PaddlePaddle:developfrom
lucywsq:develop
Jun 28, 2018
Merged

upload guide.md#9
reyoung merged 9 commits into
PaddlePaddle:developfrom
lucywsq:develop

Conversation

@lucywsq
Copy link
Copy Markdown
Contributor

@lucywsq lucywsq commented Jun 22, 2018

No description provided.

Comment thread source/beginners_guide/basics/Guide.md Outdated

# 需要看的视频公开课

在学习一门新技术的同时,除了看书,如果有老师面对面教授,可以更快更好的学会知识。相比于线下授课,视频公开课能够在省钱省力的同时达到易学易掌握的效果~
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

~ -->

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

”省钱省力“”易学易掌握“略冗杂, 但无大碍

@@ -0,0 +1,63 @@

Copy link
Copy Markdown
Collaborator

@reyoung reyoung Jun 26, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

请给出整体的标题。比如 # 深度学习学习路径 或者 "# 深度学习资料汇总"之类的。具体标题可以再想想。

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

目前修改的标题是“深度学习入门指南”,标点和用词已经再行修改,辛苦~

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

需要看的视频公开课”“ 改成 推荐的视频公开课?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

推荐的书籍
推荐的公开课
视频公开课里面可以分 两项: 1, 相关知识类视频公开课 , 2. paddlepaddle视频公开课

Comment thread source/beginners_guide/basics/Guide.md Outdated
## 深度学习理论

打好机器学习的理论功底后,可以开始钻研深度学习的理论。通常深度学习理论会给人留下抽象难懂的印象,且和数学结合紧密。
为了让大家能够开心入门,在此推荐一份超级容易读懂的教材,无论深度学习理论还是数学理论都能一本搞定~
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

~ ->

Comment thread source/beginners_guide/basics/Guide.md Outdated

## 深度学习理论

打好机器学习的理论功底后,可以开始钻研深度学习的理论。通常深度学习理论会给人留下抽象难懂的印象,且和数学结合紧密。
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

打好机器学习的理论功底后,可以开始钻研深度学习的理论。 缺少主语。

Comment thread source/beginners_guide/basics/Guide.md Outdated

在学习一门新技术的同时,除了看书,如果有老师面对面教授,可以更快更好的学会知识。相比于线下授课,视频公开课能够在省钱省力的同时达到易学易掌握的效果~
目前深度学习的课程多是公开免费的,通过学习大家可以更轻松的理解深度学习中的抽象理论,并且也能在实操方面不绕弯路。
综合课程生动性、可操作性、紧凑性、连续性这些特点,推荐如下课程,同步附上网址,便于大家查找学习~
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

~ ->

Comment thread source/beginners_guide/basics/Guide.md Outdated
综合课程生动性、可操作性、紧凑性、连续性这些特点,推荐如下课程,同步附上网址,便于大家查找学习~


[机器学习](http://open.163.com/special/opencourse/machinelearning.html):斯坦福大学教授吴恩达公开课程,包含针对算法的详细讲解
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

使用 bullet list

* item 1
* item 2
* item 3
  • item 1
  • item 2
  • item 3

Comment thread source/beginners_guide/basics/Guide.md Outdated
[编程语言](https://ai.baidu.com/paddlepaddle/openCourses):Python操作课程,从基础到进阶操作都提供详细说明,每节课在20分钟左右


# PaddlePaddle视频公开课
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个section不合逻辑。
本文主要是从学习资料是 文字 还是 视频 这二者分了两个主要的section。但是公开课本身是视频资料,所以不应该是一级标题。

Copy link
Copy Markdown
Collaborator

@reyoung reyoung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

有三个普遍的问题:

  1. 很多句子缺少主语,读起来略有不顺。
  2. 使用句号,不要使用 ~
  3. 这篇文章似乎没有和目前的目录树连起来,看起来不能在网站上直接展示。

第三点我来做一下吧,我会给你交一个PR,剩下的麻烦修改一下。

@reyoung
Copy link
Copy Markdown
Collaborator

reyoung commented Jun 26, 2018

@pearlcurly 请merge PR lucywsq#1

@reyoung
Copy link
Copy Markdown
Collaborator

reyoung commented Jun 26, 2018

@reyoung reyoung requested review from guochaorong and shanyi15 June 26, 2018 04:44
Comment thread source/beginners_guide/basics/Guide.md Outdated

[PaddlePaddle实战](http://ai.baidu.com/paddlepaddle/openCourses):PaddlePaddle经典视频教程,帮助开发者从零开始使用PaddlePaddle

[PaddlePaddle应用场景](http://ai.baidu.com/paddlepaddle/openCourses):PaddlePaddle趣味应用教程,帮助开发者从简单场景逐步过渡到工业级应用
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这三个链接都是一样的么?

Copy link
Copy Markdown
Contributor

@shanyi15 shanyi15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please have a look

Comment thread source/beginners_guide/basics/Guide.md Outdated
## 深度学习理论

打好机器学习的理论功底后,可以开始钻研深度学习的理论。通常深度学习理论会给人留下抽象难懂的印象,且和数学结合紧密。
为了让大家能够开心入门,在此推荐一份超级容易读懂的教材,无论深度学习理论还是数学理论都能一本搞定~
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

“开心”,“超级” 不太适合文档,建议参考各种说明书的语气。

Comment thread source/beginners_guide/basics/Guide.md Outdated

## 机器学习理论

在开启深度学习之前,大家需要先行掌握机器学习的理论。深度学习是机器学习中的一个分支,两者内在的理论基础存在强关联。
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

建议:
“大家”--->“您”,大家还是比较口语化的。

Comment thread source/beginners_guide/basics/Guide.md Outdated

## 深度学习理论

打好机器学习的理论功底后,可以开始钻研深度学习的理论。通常深度学习理论会给人留下抽象难懂的印象,且和数学结合紧密。
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

以下仅建议:
“通常深度学习理论会给人留下抽象难懂的印象,且和数学结合紧密。”
===>“通常,深度学习理论和数学结合紧密,往往给人留下抽象难懂的印象。”

Comment thread source/beginners_guide/basics/Guide.md Outdated

### C++方向

C++语言在底层框架中使用较多,在逐步掌握开源框架的基本操作后,在更高阶的框架应用中会用到这个技能点。
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里的两个”在“,读起来有些别扭,以下仅建议:
在逐步掌握开源框架的基本操作后,在更高阶的框架应用中会用到这个技能点。
---->逐步掌握开源框架的基本操作后,您将会在更高阶的框架应用中会用到该技能点。

### C++方向

C++语言在底层框架中使用较多,在逐步掌握开源框架的基本操作后,在更高阶的框架应用中会用到这个技能点。
同前面提到的Python一样,学习C++时需要多上手操作。这里推荐迅速上手C++的书籍,不但能够学习功能和结构,还提供了解决方案的示例。
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

”不但能够学习功能和结构“和”还提供了解决方案的示例“
的主语似乎不一样,前者主语看起来是学习者,后者主语应该是书籍,所以直接这么用有点奇怪。

Comment thread source/beginners_guide/basics/Guide.md Outdated

# 需要看的视频公开课

在学习一门新技术的同时,除了看书,如果有老师面对面教授,可以更快更好的学会知识。相比于线下授课,视频公开课能够在省钱省力的同时达到易学易掌握的效果~
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

”省钱省力“”易学易掌握“略冗杂, 但无大碍

Comment thread source/beginners_guide/basics/Guide.md Outdated
# 需要看的视频公开课

在学习一门新技术的同时,除了看书,如果有老师面对面教授,可以更快更好的学会知识。相比于线下授课,视频公开课能够在省钱省力的同时达到易学易掌握的效果~
目前深度学习的课程多是公开免费的,通过学习大家可以更轻松的理解深度学习中的抽象理论,并且也能在实操方面不绕弯路。
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--->通过学习,您可以

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

更轻松的--->更轻松地

Comment thread source/beginners_guide/basics/Guide.md Outdated

在学习一门新技术的同时,除了看书,如果有老师面对面教授,可以更快更好的学会知识。相比于线下授课,视频公开课能够在省钱省力的同时达到易学易掌握的效果~
目前深度学习的课程多是公开免费的,通过学习大家可以更轻松的理解深度学习中的抽象理论,并且也能在实操方面不绕弯路。
综合课程生动性、可操作性、紧凑性、连续性这些特点,推荐如下课程,同步附上网址,便于大家查找学习~
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

”同步附上网址“,是显而易见的,可以考虑删掉这句话。

lucywsq added 3 commits June 26, 2018 17:58
Following the instructions,some surplus links have been deleted(http://ai.baidu.com/paddlepaddle/openCourses),while the title of this doc has been settled.
@reyoung
Copy link
Copy Markdown
Collaborator

reyoung commented Jun 27, 2018

@shanyi15
Copy link
Copy Markdown
Contributor

@lucywsq

  1. 还是觉得“超级”不适合放在官网文档里,可以改成“简单易读”之类的不带感情色彩的词
    1

  2. 两个“也”,略口语化,建议可以去掉一个

image

  1. 慎用波浪号,请改成句号

3

@shanyi15
Copy link
Copy Markdown
Contributor

我没问题了,请@reyoung @guochaorong 看下是否OK

@lucywsq
Copy link
Copy Markdown
Contributor Author

lucywsq commented Jun 28, 2018

已经按照修改意见调整,辛苦reviewer再行校正,若无误,我这边进行后续操作

Copy link
Copy Markdown
Collaborator

@reyoung reyoung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Splendid works. Thanks!

@reyoung reyoung merged commit 94c3b4e into PaddlePaddle:develop Jun 28, 2018
tink2123 pushed a commit that referenced this pull request Nov 27, 2018
* Update executor_cn.rst

* Update fluid_cn.rst

* Update fluid_cn.rst

* Update fluid_cn.rst

* Update fluid_cn.rst

* Update fluid_cn.rst

* Update fluid_cn.rst

* fluid_cn.rst

新添加excel列表里面的5,6,10,11,12

* Update executor_cn.rst

index _cn

* Update fluid_cn.rst

* Update fluid_cn.rst

更正

* Review1修改

修改Review1提出的问题

* Update executor_cn.rst

修正错误:
统一rst符号:
API
>>>>>>>
目录
"""""""""""""""""""""

 ``类内方法用代码风格表现出来,和普通API加以区分``
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

run缺少返回类型,已更改
调整部分句子语序

* 将类方法使用代码风格表现出来

1.按上一commit统一符号
2.将类方法按代码风格表现出来

* Update executor_cn.rst

* Update fluid_cn.rst

.. py:class::添加样式

* Update layers_cn.rst

更新样式

* Create transpiler_cn.rst

与fluid.rst的DistributeTranspiler重复,但所在目录不同

* Rename param_attr.rst to param_attr_cn.rst

从fluid.rst中相同api复制过来的,但是.. py:class::后面的目录不同,与英文版本对应位置保持一致

* Update fluid_cn.rst

添加fluid下的Executor(以往仅在executor_cn.rst中存在)

* Create data_feeder_cn.rst

* Update fluid_cn.rst

data feeder
BuildStrategy
ExecutionStrategy
ParallelExecutor

* Update layers_cn.rst

crf_decoding
cross_entropy
less_than
reorder_lod_tensor_by_rank
fc
dynamic_gru
dynamic_lstm
gru_unit

* Update data_feeder_cn.rst

参数粗体化

* Update executor_cn.rst

参数粗体化

* Update fluid_cn.rst

参数粗体化,数学公式

* Update fluid_cn.rst

* Update fluid_cn.rst

* Update layers_cn.rst

* Update param_attr_cn.rst

* Update transpiler_cn.rst

* Update data_feeder_cn.rst

去掉多余class

* Update executor_cn.rst

* Update fluid_cn.rst

* Update layers_cn.rst

* Update layers_cn.rst

* Update layers_cn.rst

* Update data_feeder_cn.rst

* Update data_feeder_cn.rst

* Update executor_cn.rst

* Update fluid_cn.rst

* Update layers_cn.rst

* Update transpiler_cn.rst

* Update param_attr_cn.rst

* Update layers_cn.rst

* Update layers_cn.rst

* Update data_feeder_cn.rst

* Update layers_cn.rst

* Update fluid_cn.rst

* Update fluid_cn.rst

* Update fluid_cn.rst

* Delete param_attr_cn.rst

* Update transpiler_cn.rst

* Update fluid_cn.rst (#9)
RichardWooSJTU pushed a commit to RichardWooSJTU/docs that referenced this pull request Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants