Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add guide for documentation-9-"RNN模型" #8882

Merged
merged 2 commits into from
Mar 9, 2018

Conversation

guoshengCS
Copy link
Contributor

Resolve #8219

@CLAassistant
Copy link

CLAassistant commented Mar 8, 2018

CLA assistant check
All committers have signed the CLA.


.. toctree::
:maxdepth: 1

rnn_config_cn.rst

Copy link
Contributor

Choose a reason for hiding this comment

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

介绍需要放在子目录的上面,现在都在下面。请重新调整下顺序,可参考命令行参数设置在不同集群中运行的格式。

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@@ -1,10 +1,34 @@
RNN模型
===========
循环神经网络(RNN)是对序列数据建模的重要工具。PaddlePaddle提供了灵活的接口以支持复杂循环神经网络的构建。
这一部分将分以下章节详细介绍如何使用PaddlePaddle搭建循环神经网络。
Copy link
Contributor

Choose a reason for hiding this comment

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

全文中的“本章节”词语太大了,可重新调整下。比如第四行:
这一部分将分为以下四方面详细介绍如何使用PaddlePaddle搭建循环神经网络?
下同

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.


.. toctree::
:maxdepth: 1

rnn_config_cn.rst

本章节由浅入深的展示了使用PaddlePaddle搭建循环神经网络的全貌:首先以简单的循环神经网络(vanilla RNN)为例,
说明如何封装配置循环神经网络组件;然后更进一步的通过sequence to sequence模型,逐步讲解如何构建完整而复杂的循环神经网络模型。
Copy link
Contributor

Choose a reason for hiding this comment

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

sequence to sequence-》序列到序列(sequence to sequence)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

hierarchical_layer_cn.rst

本章节对双层序列进行了解释说明,列出了PaddlePaddle中支持双层序列作为输入的Layer并对其使用进行了逐一介绍。
Copy link
Contributor

Choose a reason for hiding this comment

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

这句太长,需要断句下:列出了PaddlePaddle中支持双层序列作为输入的Layer,并对其使用进行了逐一介绍。

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

Copy link
Contributor

@luotao1 luotao1 left a comment

Choose a reason for hiding this comment

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

LGTM

@luotao1 luotao1 merged commit 12fc76e into PaddlePaddle:develop Mar 9, 2018
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.

3 participants