Neural state space models and LRU variants in PyTorch
Project description
Pytorch L2RU Architecture: LRU with l2 stability guarantees and prescribed bound
A PyTorch implementation of the L2RU architecture introduced in the paper Free Parametrization of L2-bounded State Space Models. https://arxiv.org/abs/2503.23818. Application in System Identification is included as an example.
L2RU block
The L2RU block is a discrete-time linear time-invariant system implemented in state-space form as:
\begin{align}
x_{k+1} = Ax_{x} + B u_k\\
y_k = C x_k + D u_k,
\end{align}
A parametrization is provided for the matrices (A, B, C, D), guaranteeing a prescribed l2 bound for the overall SSM.
Moreover, the use of parallel scan algorithms makes execution extremely fast on modern hardware in non-core-bound scenarios.
Deep L2RU Architecture
L2RU units are typically organized in a deep LRU architecture like:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file neural_ssm-0.22.tar.gz.
File metadata
- Download URL: neural_ssm-0.22.tar.gz
- Upload date:
- Size: 39.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
171133eef1d1f90581aa2b3562d778b9928838dcfe52929f085debddd29360f0
|
|
| MD5 |
ba5f2c7cfae8611de72d043b017f226d
|
|
| BLAKE2b-256 |
a48a917d9ae84a9a009f7d9eb195d276656b59e790ab3a3bf2e4a9a401217ef4
|
File details
Details for the file neural_ssm-0.22-py3-none-any.whl.
File metadata
- Download URL: neural_ssm-0.22-py3-none-any.whl
- Upload date:
- Size: 41.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d77480ace1b9cb981396291023f78482438fcfcfe76975883ed34bf178cfaea6
|
|
| MD5 |
9aa1402f3a5cc2c7f54d55f8fe734ca5
|
|
| BLAKE2b-256 |
a406e26b6eba49a8ebff9e1a940f57a2534d0420384eba36ce39eaa49ef4b697
|