Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 552 Bytes

jax.nn.rst

File metadata and controls

47 lines (35 loc) · 552 Bytes

jax.nn package

.. currentmodule:: jax.nn

.. toctree::
    :maxdepth: 1

    jax.nn.initializers

.. automodule:: jax.nn


Activation functions

.. autosummary::
  :toctree: _autosummary

    relu
    relu6
    sigmoid
    softplus
    soft_sign
    swish
    log_sigmoid
    leaky_relu
    hard_sigmoid
    hard_swish
    hard_tanh
    elu
    celu
    selu
    gelu
    glu

Other functions

.. autosummary::
  :toctree: _autosummary

    softmax
    log_softmax
    normalize
    one_hot