Papers › dynoNet: a neural network architecture for learning dynamical systems

dynoNet: a neural network architecture for learning dynamical systems

3 Jun 2020arXiv:2006.02250archive 2025-07-28

Marco Forgione, Dario Piga

This paper introduces a network architecture, called dynoNet, utilizing linear dynamical operators as elementary building blocks. Owing to the dynamical nature of these blocks, dynoNet networks are tailored for sequence modeling and system identification purposes. The back-propagation behavior of the linear dynamical operator with respect to both its parameters and its input sequence is defined. This enables end-to-end training of structured networks containing linear dynamical operators and other differentiable units, exploiting existing deep learning software. Examples show the effectiveness of the proposed approach on well-known system identification benchmarks. Examples show the effectiveness of the proposed approach against well-known system identification benchmarks.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2006.02250")

Code

Syntology Ran 0 of 19 code samples harvested from 2 repositories linked to this paper; 19 have no recorded run.

By repository: official repository: 7 samples from 1 repository, 0 ran; community (archive-listed): 12 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

forgi86/dynonet officialmentioned in papermentioned on GitHubpytorchMIT report
forgi86/lru-reduction mentioned on GitHubjax report
forgi86/rnn-adaptation mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 0 ran; 0 honoured the contract we drafted; 19 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

19unverified

Licence: 0 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

error_mean forgi86/dynonet/src/dynonet/metrics.py official repository unverified MIT (permissive) · 95b9ba9c82e2d714 · report
error_rmse forgi86/dynonet/src/dynonet/metrics.py official repository unverified MIT (permissive) · a02d690c3488ab33 · report
istuple forgi86/dynonet/test_code/linearsiso_module_example.py official repository unverified MIT (permissive) · 8a7aa318d132c7d4 · report
lfilter_mimo_channels_first forgi86/dynonet/src/dynonet/filtering.py official repository unverified MIT (permissive) · e153a6af140a7af3 · report
lfilter_mimo_components_channels_first forgi86/dynonet/src/dynonet/filtering.py official repository unverified MIT (permissive) · 50f4d3f1a228fe87 · report
lfiltic_vec forgi86/dynonet/src/dynonet/filtering.py official repository unverified MIT (permissive) · 435757878f8b6d61 · report
r_squared forgi86/dynonet/src/dynonet/metrics.py official repository unverified MIT (permissive) · 29d31ec5ffa18d2c · report
angle_between_points forgi86/rnn-adaptation/worlds/anglecalc2.py community (archive-listed) unverified MIT (permissive) · 26b80952ee33e134 · report
atanxy forgi86/rnn-adaptation/worlds/anglecalc2.py community (archive-listed) unverified MIT (permissive) · 380f932345a21f50 · report
dkf forgi86/rnn-adaptation/worlds/worlds.py community (archive-listed) unverified MIT (permissive) · 1e0a64d14bc2f4bf · report
dlqr forgi86/rnn-adaptation/worlds/worlds.py community (archive-listed) unverified MIT (permissive) · 7793f905be22ce49 · report
error_nrmse forgi86/rnn-adaptation/torchid/metrics.py community (archive-listed) unverified MIT (permissive) · 141779fa702c2609 · report
extract_weights forgi86/rnn-adaptation/diffutil/jacobian.py community (archive-listed) unverified MIT (permissive) · 40cb6c0947e35170 · report
fix_angular_value forgi86/rnn-adaptation/worlds/anglecalc2.py community (archive-listed) unverified MIT (permissive) · c17836fe2e4d4cfc · report
jvp forgi86/rnn-adaptation/diffutil/products.py community (archive-listed) unverified MIT (permissive) · 50a5b17ae068ea4e · report
jvp_diff forgi86/rnn-adaptation/diffutil/products.py community (archive-listed) unverified MIT (permissive) · e4c9550af0b40a6e · report
parameter_jacobian forgi86/rnn-adaptation/diffutil/jacobian.py community (archive-listed) unverified MIT (permissive) · cd0cf8e1e78444fa · report
solve forgi86/rnn-adaptation/worlds/worlds.py community (archive-listed) unverified MIT (permissive) · 0e8cbe19b00bf520 · report
vjp forgi86/rnn-adaptation/diffutil/products.py community (archive-listed) unverified MIT (permissive) · 8fa24d073ea3ade3 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections