``teras.layers`` module
========================

.. py:currentmodule:: teras.layers

.. automodule:: teras.layers

Offers layers used in building the state of the art tabular deep learning
architectures available in ``teras``.


.. autosummary::
   :toctree: _autosummary

    CategoricalEmbedding
    CategoricalExtraction
    CLSToken
    CLSTokenExtraction
    ContinuousExtraction
    CutMix
    CTGANGeneratorLayer
    CTGANDiscriminatorLayer
    FTTransformerFeatureTokenizer
    GumbelSoftmax
    LayerList
    MixUp
    SAINTEmbedding
    SAINTEncoderLayer
    SAINTMultiHeadInterSampleAttention
    SAINTProjectionHead
    SAINTReconstructionHead
    TabTransformerColumnEmbedding
    TabNetFeatureTransformerLayer
    TabNetAttentiveTransformer
    TransformerEncoderLayer
    TransformerFeedForward




