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
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:

39 40
..  _api_trainer_config_helpers_network_simple_img_conv_pool:

L
luotao02 已提交
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
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 已提交
56 57 58
LSTM
----

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

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

L
luotao02 已提交
71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
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 已提交
86
gru_unit
L
luotao02 已提交
87
````````
L
luotao02 已提交
88 89 90 91
..  automodule:: paddle.trainer_config_helpers.networks
    :members: gru_unit
    :noindex:

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

L
luotao02 已提交
98 99
simple_gru
``````````
L
luotao02 已提交
100
..  automodule:: paddle.trainer_config_helpers.networks
L
luotao02 已提交
101
    :members: simple_gru
L
luotao02 已提交
102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
    :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: