Embedding
=========

.. currentmodule:: brainstate.nn

Learnable embedding layers for mapping discrete tokens to continuous vector representations.
Essential for processing categorical inputs, text, and discrete symbols in neural networks.

.. autosummary::
   :toctree: ../generated/
   :nosignatures:
   :template: classtemplate.rst

   Embedding
