networks.rst.txt 2.2 KB
Newer Older
1 2 3 4
========
Networks
========

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

Y
Yu Yang 已提交
7 8
NLP
===
Y
Yu Yang 已提交
9

Y
Yu Yang 已提交
10 11
sequence_conv_pool
------------------
12
..  automodule:: paddle.v2.networks
Y
Yu Yang 已提交
13 14 15
    :members: sequence_conv_pool
    :noindex:

16 17
..  _api_trainer_config_helpers_network_text_conv_pool:

Y
Yu Yang 已提交
18 19
text_conv_pool
--------------
20
..  automodule:: paddle.v2.networks
Y
Yu Yang 已提交
21 22 23 24 25 26 27 28
    :members: text_conv_pool
    :noindex:

Images
======

img_conv_bn_pool
----------------
29
..  automodule:: paddle.v2.networks
Y
Yu Yang 已提交
30 31 32 33 34
    :members: img_conv_bn_pool
    :noindex:

img_conv_group
--------------
35
..  automodule:: paddle.v2.networks
Y
Yu Yang 已提交
36 37 38
    :members: img_conv_group
    :noindex:

39 40
..  _api_trainer_config_helpers_network_simple_img_conv_pool:

Y
Yu Yang 已提交
41 42
simple_img_conv_pool
--------------------
43
..  automodule:: paddle.v2.networks
Y
Yu Yang 已提交
44 45 46
    :members: simple_img_conv_pool
    :noindex:

47 48 49 50 51 52
small_vgg
---------
..  automodule:: paddle.v2.networks
    :members: small_vgg
    :noindex:

Y
Yu Yang 已提交
53 54
vgg_16_network
---------------
55
..  automodule:: paddle.v2.networks
Y
Yu Yang 已提交
56 57 58 59 60 61 62 63 64 65 66
    :members: vgg_16_network
    :noindex:

Recurrent
=========

LSTM
----

lstmemory_unit
``````````````
67
..  automodule:: paddle.v2.networks
Y
Yu Yang 已提交
68 69 70 71 72
    :members: lstmemory_unit
    :noindex:

lstmemory_group
```````````````
73
..  automodule:: paddle.v2.networks
Y
Yu Yang 已提交
74 75 76 77 78
    :members: lstmemory_group
    :noindex:

simple_lstm
```````````
79
..  automodule:: paddle.v2.networks
Y
Yu Yang 已提交
80 81 82 83 84
    :members: simple_lstm
    :noindex:

bidirectional_lstm
``````````````````
85
..  automodule:: paddle.v2.networks
Y
Yu Yang 已提交
86 87 88 89 90 91 92 93
    :members: bidirectional_lstm
    :noindex:

GRU
---

gru_unit
````````
94
..  automodule:: paddle.v2.networks
Y
Yu Yang 已提交
95 96 97 98 99
    :members: gru_unit
    :noindex:

gru_group
`````````
100
..  automodule:: paddle.v2.networks
Y
Yu Yang 已提交
101 102 103 104 105
    :members: gru_group
    :noindex:

simple_gru
``````````
106
..  automodule:: paddle.v2.networks
Y
Yu Yang 已提交
107 108 109
    :members: simple_gru
    :noindex:

110 111 112 113 114 115 116 117 118 119 120 121
simple_gru2
```````````
..  automodule:: paddle.v2.networks
    :members: simple_gru2
    :noindex:

bidirectional_gru
``````````````````
..  automodule:: paddle.v2.networks
    :members: bidirectional_gru
    :noindex:

Y
Yu Yang 已提交
122 123
simple_attention
----------------
124
..  automodule:: paddle.v2.networks
Y
Yu Yang 已提交
125 126 127
    :members: simple_attention
    :noindex:

128 129
dot_product_attention
---------------------
130
..  automodule:: paddle.v2.networks
131
    :members: dot_product_attention
Y
Yu Yang 已提交
132
    :noindex: