rocm_jax/docs/jax.nn.rst

51 lines
589 B
ReStructuredText
Raw Normal View History

2019-08-29 17:51:15 -07:00
jax.nn package
=================
.. currentmodule:: jax.nn
.. toctree::
:maxdepth: 1
jax.nn.initializers
.. automodule:: jax.nn
Activation functions
------------------------
.. autosummary::
:toctree: _autosummary
relu
relu6
2019-08-29 17:51:15 -07:00
sigmoid
softplus
soft_sign
silu
2019-08-29 17:51:15 -07:00
swish
log_sigmoid
leaky_relu
hard_sigmoid
hard_silu
hard_swish
2019-08-29 17:51:15 -07:00
hard_tanh
elu
celu
selu
gelu
2019-12-02 14:21:10 -05:00
glu
2019-08-29 17:51:15 -07:00
Other functions
---------------
.. autosummary::
:toctree: _autosummary
softmax
log_softmax
normalize
one_hot
2020-10-15 11:06:18 -04:00
logsumexp