networks.rst 2.3 KB
Newer Older
1 2 3 4 5 6
========
Networks
========

The networks module contains pieces of neural network that combine multiple layers.

L
luotao02 已提交
7 8
NLP
===
Z
zhangjinchao01 已提交
9

L
luotao02 已提交
10 11
sequence_conv_pool
------------------
Z
zhangjinchao01 已提交
12
..  automodule:: paddle.trainer_config_helpers.networks
L
luotao02 已提交
13 14 15
    :members: sequence_conv_pool
    :noindex:

16 17
..  _api_trainer_config_helpers_network_text_conv_pool:

L
luotao02 已提交
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
text_conv_pool
--------------
..  automodule:: paddle.trainer_config_helpers.networks
    :members: text_conv_pool
    :noindex:

Images
======

img_conv_bn_pool
----------------
..  automodule:: paddle.trainer_config_helpers.networks
    :members: img_conv_bn_pool
    :noindex:

img_conv_group
--------------
..  automodule:: paddle.trainer_config_helpers.networks
    :members: img_conv_group
    :noindex:

simple_img_conv_pool
--------------------
..  automodule:: paddle.trainer_config_helpers.networks
    :members: simple_img_conv_pool
    :noindex:

vgg_16_network
---------------
..  automodule:: paddle.trainer_config_helpers.networks
    :members: vgg_16_network
    :noindex:

Recurrent
=========

L
luotao02 已提交
54 55 56
LSTM
----

L
luotao02 已提交
57
lstmemory_unit
L
luotao02 已提交
58
``````````````
L
luotao02 已提交
59 60 61 62 63
..  automodule:: paddle.trainer_config_helpers.networks
    :members: lstmemory_unit
    :noindex:

lstmemory_group
L
luotao02 已提交
64
```````````````
L
luotao02 已提交
65 66 67 68
..  automodule:: paddle.trainer_config_helpers.networks
    :members: lstmemory_group
    :noindex:

L
luotao02 已提交
69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
simple_lstm
```````````
..  automodule:: paddle.trainer_config_helpers.networks
    :members: simple_lstm
    :noindex:

bidirectional_lstm
``````````````````
..  automodule:: paddle.trainer_config_helpers.networks
    :members: bidirectional_lstm
    :noindex:

GRU
---

L
luotao02 已提交
84
gru_unit
L
luotao02 已提交
85
````````
L
luotao02 已提交
86 87 88 89
..  automodule:: paddle.trainer_config_helpers.networks
    :members: gru_unit
    :noindex:

L
luotao02 已提交
90 91
gru_group
`````````
L
luotao02 已提交
92
..  automodule:: paddle.trainer_config_helpers.networks
L
luotao02 已提交
93
    :members: gru_group
L
luotao02 已提交
94 95
    :noindex:

L
luotao02 已提交
96 97
simple_gru
``````````
L
luotao02 已提交
98
..  automodule:: paddle.trainer_config_helpers.networks
L
luotao02 已提交
99
    :members: simple_gru
L
luotao02 已提交
100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
    :noindex:

simple_attention
----------------
..  automodule:: paddle.trainer_config_helpers.networks
    :members: simple_attention
    :noindex:

Miscs
=====

dropout_layer
--------------
..  automodule:: paddle.trainer_config_helpers.networks
    :members: dropout_layer
    :noindex:

outputs
-------
..  automodule:: paddle.trainer_config_helpers.networks
    :members: outputs
    :noindex: