AI/ML
State Space Model (Mamba)
Também chamado de:SSMMamba
📖O que é
An alternative to the Transformer architecture that processes sequences with linear O(n) complexity instead of quadratic O(n^2) attention, enabling efficient handling of very long sequences. Mamba introduced selective state spaces where the model dynamically filters information based on content. Hybrid architectures like Jamba combine SSM efficiency with attention's retrieval strength.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
TransformerAI/ML
The neural network architecture underlying modern LLMs, introduced in 'Attention Is All Yo…
Ver termo →Mixture of Experts (MoE)AI/ML
A neural network architecture that routes each input to a subset of specialized 'expert' s…
Ver termo →Attention MechanismAI/ML
A neural network component that allows models to weigh the relevance of different parts of…
Ver termo →