Embedding#
Learnable embedding layers for mapping discrete tokens to continuous vector representations. Essential for processing categorical inputs, text, and discrete symbols in neural networks.
A simple lookup table that stores embeddings of a fixed size. |