networks.rst 2.2 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 16 17 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
    :members: sequence_conv_pool
    :noindex:

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 已提交
52 53 54
LSTM
----

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

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

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

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

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