Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 649 Bytes

jax.nn.rst

File metadata and controls

54 lines (42 loc) · 649 Bytes

jax.nn module

.. currentmodule:: jax.nn

.. toctree::
    :maxdepth: 1

    jax.nn.initializers

.. automodule:: jax.nn


Activation functions

.. autosummary::
  :toctree: _autosummary

    relu
    relu6
    sigmoid
    softplus
    sparse_plus
    sparse_sigmoid
    soft_sign
    silu
    swish
    log_sigmoid
    leaky_relu
    hard_sigmoid
    hard_silu
    hard_swish
    hard_tanh
    elu
    celu
    selu
    gelu
    glu
    squareplus
    mish

Other functions

.. autosummary::
  :toctree: _autosummary

    softmax
    log_softmax
    logsumexp
    standardize
    one_hot