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.
109 lines
2.1 KiB
109 lines
2.1 KiB
8 years ago
|
===========
|
||
|
Activations
|
||
|
===========
|
||
|
|
||
9 years ago
|
BaseActivation
|
||
|
==============
|
||
9 years ago
|
|
||
|
.. automodule:: paddle.trainer_config_helpers.activations
|
||
9 years ago
|
:members: BaseActivation
|
||
|
:noindex:
|
||
|
|
||
|
AbsActivation
|
||
|
===============
|
||
|
|
||
|
.. automodule:: paddle.trainer_config_helpers.activations
|
||
|
:members: AbsActivation
|
||
|
:noindex:
|
||
|
|
||
9 years ago
|
ExpActivation
|
||
|
===============
|
||
|
|
||
|
.. automodule:: paddle.trainer_config_helpers.activations
|
||
|
:members: ExpActivation
|
||
|
:noindex:
|
||
|
|
||
9 years ago
|
IdentityActivation
|
||
|
==================
|
||
|
|
||
|
.. automodule:: paddle.trainer_config_helpers.activations
|
||
|
:members: IdentityActivation
|
||
|
:noindex:
|
||
|
|
||
|
LinearActivation
|
||
|
==================
|
||
|
|
||
|
.. automodule:: paddle.trainer_config_helpers.activations
|
||
|
:members: LinearActivation
|
||
|
:noindex:
|
||
8 years ago
|
|
||
|
LogActivation
|
||
|
==================
|
||
|
|
||
|
.. automodule:: paddle.trainer_config_helpers.activations
|
||
|
:members: LogActivation
|
||
|
:noindex:
|
||
9 years ago
|
|
||
|
SquareActivation
|
||
|
================
|
||
|
|
||
|
.. automodule:: paddle.trainer_config_helpers.activations
|
||
|
:members: SquareActivation
|
||
|
:noindex:
|
||
|
|
||
|
SigmoidActivation
|
||
|
=================
|
||
|
|
||
|
.. automodule:: paddle.trainer_config_helpers.activations
|
||
|
:members: SigmoidActivation
|
||
|
:noindex:
|
||
|
|
||
|
SoftmaxActivation
|
||
|
=================
|
||
|
|
||
|
.. automodule:: paddle.trainer_config_helpers.activations
|
||
|
:members: SoftmaxActivation
|
||
|
:noindex:
|
||
|
|
||
|
SequenceSoftmaxActivation
|
||
|
=========================
|
||
|
|
||
|
.. automodule:: paddle.trainer_config_helpers.activations
|
||
9 years ago
|
:members: SequenceSoftmaxActivation
|
||
9 years ago
|
:noindex:
|
||
|
|
||
|
ReluActivation
|
||
|
==============
|
||
|
|
||
|
.. automodule:: paddle.trainer_config_helpers.activations
|
||
|
:members: ReluActivation
|
||
|
:noindex:
|
||
|
|
||
|
BReluActivation
|
||
|
===============
|
||
|
|
||
|
.. automodule:: paddle.trainer_config_helpers.activations
|
||
|
:members: BReluActivation
|
||
|
:noindex:
|
||
|
|
||
|
SoftReluActivation
|
||
|
==================
|
||
|
|
||
|
.. automodule:: paddle.trainer_config_helpers.activations
|
||
|
:members: SoftReluActivation
|
||
|
:noindex:
|
||
|
|
||
|
TanhActivation
|
||
|
==============
|
||
|
|
||
|
.. automodule:: paddle.trainer_config_helpers.activations
|
||
|
:members: TanhActivation
|
||
|
:noindex:
|
||
|
|
||
|
STanhActivation
|
||
|
===============
|
||
|
|
||
|
.. automodule:: paddle.trainer_config_helpers.activations
|
||
|
:members: STanhActivation
|
||
|
:noindex:
|