You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
This implementation presents the core Mamba SSM Block, the fundamental building unit of Mamba sequence models. Different from conventional SSMs, its state transition parameters are dynamically conditioned on input features, supporting adaptive sequence modeling. This lightweight block features linear computational complexity, well-suited for long sequence processing in time-series, NLP and related applications.
It should be noted that this layer is a subcomponent of the integrated mamba block. To implement a complete mamba module, the users can combine this layer with other builtin deep learning layers, e.g., convolution1dLayer, fullyConnectedLayer, multiplicationLayer, sigmoidLayer, and connect these layers according to the topology structure shown in the figure. For more details about the mamba block, the users can refer to Mamba: Linear-Time Sequence Modeling with Selective State Spaces
Cite As
Chuguang Pan (2026). Customized Mamba SSM Block Deep Learning Layer (https://au.mathworks.com/matlabcentral/fileexchange/183975-customized-mamba-ssm-block-deep-learning-layer), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0 (6.31 KB)
MATLAB Release Compatibility
- Compatible with R2025a to R2026a
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0 |
