You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
133 lines
2.2 KiB
133 lines
2.2 KiB
8 years ago
|
========
|
||
|
Networks
|
||
|
========
|
||
|
|
||
|
The v2.networks module contains pieces of neural network that combine multiple layers.
|
||
|
|
||
|
NLP
|
||
|
===
|
||
|
|
||
|
sequence_conv_pool
|
||
|
------------------
|
||
|
.. automodule:: paddle.v2.networks
|
||
|
:members: sequence_conv_pool
|
||
|
:noindex:
|
||
|
|
||
|
.. _api_trainer_config_helpers_network_text_conv_pool:
|
||
|
|
||
|
text_conv_pool
|
||
|
--------------
|
||
|
.. automodule:: paddle.v2.networks
|
||
|
:members: text_conv_pool
|
||
|
:noindex:
|
||
|
|
||
|
Images
|
||
|
======
|
||
|
|
||
|
img_conv_bn_pool
|
||
|
----------------
|
||
|
.. automodule:: paddle.v2.networks
|
||
|
:members: img_conv_bn_pool
|
||
|
:noindex:
|
||
|
|
||
|
img_conv_group
|
||
|
--------------
|
||
|
.. automodule:: paddle.v2.networks
|
||
|
:members: img_conv_group
|
||
|
:noindex:
|
||
|
|
||
|
.. _api_trainer_config_helpers_network_simple_img_conv_pool:
|
||
|
|
||
|
simple_img_conv_pool
|
||
|
--------------------
|
||
|
.. automodule:: paddle.v2.networks
|
||
|
:members: simple_img_conv_pool
|
||
|
:noindex:
|
||
|
|
||
8 years ago
|
small_vgg
|
||
|
---------
|
||
|
.. automodule:: paddle.v2.networks
|
||
|
:members: small_vgg
|
||
|
:noindex:
|
||
|
|
||
8 years ago
|
vgg_16_network
|
||
|
---------------
|
||
|
.. automodule:: paddle.v2.networks
|
||
|
:members: vgg_16_network
|
||
|
:noindex:
|
||
|
|
||
|
Recurrent
|
||
|
=========
|
||
|
|
||
|
LSTM
|
||
|
----
|
||
|
|
||
|
lstmemory_unit
|
||
|
``````````````
|
||
|
.. automodule:: paddle.v2.networks
|
||
|
:members: lstmemory_unit
|
||
|
:noindex:
|
||
|
|
||
|
lstmemory_group
|
||
|
```````````````
|
||
|
.. automodule:: paddle.v2.networks
|
||
|
:members: lstmemory_group
|
||
|
:noindex:
|
||
|
|
||
|
simple_lstm
|
||
|
```````````
|
||
|
.. automodule:: paddle.v2.networks
|
||
|
:members: simple_lstm
|
||
|
:noindex:
|
||
|
|
||
|
bidirectional_lstm
|
||
|
``````````````````
|
||
|
.. automodule:: paddle.v2.networks
|
||
|
:members: bidirectional_lstm
|
||
|
:noindex:
|
||
|
|
||
|
GRU
|
||
|
---
|
||
|
|
||
|
gru_unit
|
||
|
````````
|
||
|
.. automodule:: paddle.v2.networks
|
||
|
:members: gru_unit
|
||
|
:noindex:
|
||
|
|
||
|
gru_group
|
||
|
`````````
|
||
|
.. automodule:: paddle.v2.networks
|
||
|
:members: gru_group
|
||
|
:noindex:
|
||
|
|
||
|
simple_gru
|
||
|
``````````
|
||
|
.. automodule:: paddle.v2.networks
|
||
|
:members: simple_gru
|
||
|
:noindex:
|
||
|
|
||
8 years ago
|
simple_gru2
|
||
|
```````````
|
||
|
.. automodule:: paddle.v2.networks
|
||
|
:members: simple_gru2
|
||
|
:noindex:
|
||
|
|
||
|
bidirectional_gru
|
||
|
``````````````````
|
||
|
.. automodule:: paddle.v2.networks
|
||
|
:members: bidirectional_gru
|
||
|
:noindex:
|
||
|
|
||
8 years ago
|
simple_attention
|
||
|
----------------
|
||
|
.. automodule:: paddle.v2.networks
|
||
|
:members: simple_attention
|
||
|
:noindex:
|
||
|
|
||
7 years ago
|
dot_product_attention
|
||
|
---------------------
|
||
|
.. automodule:: paddle.v2.networks
|
||
|
:members: dot_product_attention
|
||
|
:noindex:
|