File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
RNN模型
2
2
===========
3
3
循环神经网络(RNN)是对序列数据建模的重要工具。PaddlePaddle提供了灵活的接口以支持复杂循环神经网络的构建。
4
- 这一部分将分以下章节详细介绍如何使用PaddlePaddle搭建循环神经网络。
4
+ 这里将分为以下四个部分详细介绍如何使用PaddlePaddle搭建循环神经网络。
5
+
6
+ 第一部分由浅入深的展示了使用PaddlePaddle搭建循环神经网络的全貌:首先以简单的循环神经网络(vanilla RNN)为例,
7
+ 说明如何封装配置循环神经网络组件;然后更进一步的通过序列到序列(sequence to sequence)模型,逐步讲解如何构建完整而复杂的循环神经网络模型。
5
8
6
9
.. toctree ::
7
10
:maxdepth: 1
8
11
9
12
rnn_config_cn.rst
10
13
11
- 本章节由浅入深的展示了使用PaddlePaddle搭建循环神经网络的全貌:首先以简单的循环神经网络(vanilla RNN)为例 ,
12
- 说明如何封装配置循环神经网络组件;然后更进一步的通过sequence to sequence模型,逐步讲解如何构建完整而复杂的循环神经网络模型 。
14
+ Recurrent Group是PaddlePaddle中实现复杂循环神经网络的关键,第二部分阐述了PaddlePaddle中Recurrent Group的相关概念和原理 ,
15
+ 对Recurrent Group接口进行了详细说明。另外,对双层RNN(对应的输入为双层序列)及Recurrent Group在其中的使用进行了介绍 。
13
16
14
17
.. toctree ::
15
18
:maxdepth: 1
16
19
17
20
recurrent_group_cn.md
18
21
19
- Recurrent Group是PaddlePaddle中实现复杂循环神经网络的关键,本章节阐述了PaddlePaddle中Recurrent Group的相关概念和原理,
20
- 对Recurrent Group接口进行了详细说明。另外,对双层RNN(对应的输入为双层序列)及Recurrent Group在其中的使用进行了介绍。
22
+ 第三部分对双层序列进行了解释说明,列出了PaddlePaddle中支持双层序列作为输入的Layer,并对其使用进行了逐一介绍。
21
23
22
24
.. toctree ::
23
25
:maxdepth: 1
24
26
25
27
hierarchical_layer_cn.rst
26
28
27
- 本章节对双层序列进行了解释说明,列出了PaddlePaddle中支持双层序列作为输入的Layer并对其使用进行了逐一介绍 。
29
+ 第四部分以PaddlePaddle的双层RNN单元测试中的网络配置为示例,辅以效果相同的单层RNN网络配置作为对比,讲解了多种情况下双层RNN的使用 。
28
30
29
31
.. toctree ::
30
32
:maxdepth: 1
31
33
32
34
hrnn_rnn_api_compare_cn.rst
33
-
34
- 本章节以PaddlePaddle的双层RNN单元测试中的网络配置为示例,辅以效果相同的单层RNN网络配置作为对比,讲解了多种情况下双层RNN的使用。
You can’t perform that action at this time.
0 commit comments