Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1010 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 1010 Bytes

About

This repository implements the Structured State-space models described in the paper

Fabio Bonassi, Carl Andersson, Per Mattsson, Thomas B. Schön, “Structured state-space models are deep Wiener models,” SYSID 2024. [link]

If you use this code, or otherwise found our work valuable, please cite the following paper

@inproceedings{bonassi2024structured,  
    title={Structured state-space models are deep Wiener models},
    author={Bonassi, Fabio and Andersson, Carl and Mattsson, Per and Sch{\"o}n, Thomas B},
    year = {2024},
    booktitle = {20th IFAC Symposium on System Identification (SYSID)},
}

Requirements

This code was developed on a Mac running Python 3.11, PyTorch 2.1. Other requirements are listed in requirements.txt.

Installation:

pip install -r requirements.txt

Authors of the code