{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/dynonet-a-neural-network-architecture-for","title":"dynoNet: a neural network architecture for learning dynamical systems","arxiv_id":"2006.02250","date":"2020-06-03","proceeding":null,"authors":["Marco Forgione","Dario Piga"],"abstract":"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.","url_abs":"https://arxiv.org/abs/2006.02250v2","url_pdf":"https://arxiv.org/pdf/2006.02250v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"dynonet-a-neural-network-architecture-for","repo_url":"https://github.com/forgi86/dynonet","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"dynonet-a-neural-network-architecture-for","repo_url":"https://github.com/forgi86/lru-reduction","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"jax","reach":null},{"paper_slug":"dynonet-a-neural-network-architecture-for","repo_url":"https://github.com/forgi86/rnn-adaptation","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2006.02250","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2006.02250"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/forgi86/rnn-adaptation","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/forgi86/lru-reduction","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/forgi86/dynonet","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":19},"by_repo_kind":{"official":{"samples":7,"ran":0,"repositories":1},"listed":{"samples":12,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"26b80952ee33e134","entry":"angle_between_points","repo":"forgi86/rnn-adaptation","repo_kind":"listed","path":"worlds/anglecalc2.py","file_url":"https://github.com/forgi86/rnn-adaptation/blob/HEAD/worlds/anglecalc2.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"26b80952ee33e134"}},{"code_sha256_prefix":"380f932345a21f50","entry":"atanxy","repo":"forgi86/rnn-adaptation","repo_kind":"listed","path":"worlds/anglecalc2.py","file_url":"https://github.com/forgi86/rnn-adaptation/blob/HEAD/worlds/anglecalc2.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"380f932345a21f50"}},{"code_sha256_prefix":"1e0a64d14bc2f4bf","entry":"dkf","repo":"forgi86/rnn-adaptation","repo_kind":"listed","path":"worlds/worlds.py","file_url":"https://github.com/forgi86/rnn-adaptation/blob/HEAD/worlds/worlds.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1e0a64d14bc2f4bf"}},{"code_sha256_prefix":"7793f905be22ce49","entry":"dlqr","repo":"forgi86/rnn-adaptation","repo_kind":"listed","path":"worlds/worlds.py","file_url":"https://github.com/forgi86/rnn-adaptation/blob/HEAD/worlds/worlds.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7793f905be22ce49"}},{"code_sha256_prefix":"95b9ba9c82e2d714","entry":"error_mean","repo":"forgi86/dynonet","repo_kind":"official","path":"src/dynonet/metrics.py","file_url":"https://github.com/forgi86/dynonet/blob/HEAD/src/dynonet/metrics.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"95b9ba9c82e2d714"}},{"code_sha256_prefix":"141779fa702c2609","entry":"error_nrmse","repo":"forgi86/rnn-adaptation","repo_kind":"listed","path":"torchid/metrics.py","file_url":"https://github.com/forgi86/rnn-adaptation/blob/HEAD/torchid/metrics.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"141779fa702c2609"}},{"code_sha256_prefix":"a02d690c3488ab33","entry":"error_rmse","repo":"forgi86/dynonet","repo_kind":"official","path":"src/dynonet/metrics.py","file_url":"https://github.com/forgi86/dynonet/blob/HEAD/src/dynonet/metrics.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a02d690c3488ab33"}},{"code_sha256_prefix":"40cb6c0947e35170","entry":"extract_weights","repo":"forgi86/rnn-adaptation","repo_kind":"listed","path":"diffutil/jacobian.py","file_url":"https://github.com/forgi86/rnn-adaptation/blob/HEAD/diffutil/jacobian.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"40cb6c0947e35170"}},{"code_sha256_prefix":"c17836fe2e4d4cfc","entry":"fix_angular_value","repo":"forgi86/rnn-adaptation","repo_kind":"listed","path":"worlds/anglecalc2.py","file_url":"https://github.com/forgi86/rnn-adaptation/blob/HEAD/worlds/anglecalc2.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c17836fe2e4d4cfc"}},{"code_sha256_prefix":"8a7aa318d132c7d4","entry":"istuple","repo":"forgi86/dynonet","repo_kind":"official","path":"test_code/linearsiso_module_example.py","file_url":"https://github.com/forgi86/dynonet/blob/HEAD/test_code/linearsiso_module_example.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8a7aa318d132c7d4"}},{"code_sha256_prefix":"50a5b17ae068ea4e","entry":"jvp","repo":"forgi86/rnn-adaptation","repo_kind":"listed","path":"diffutil/products.py","file_url":"https://github.com/forgi86/rnn-adaptation/blob/HEAD/diffutil/products.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"50a5b17ae068ea4e"}},{"code_sha256_prefix":"e4c9550af0b40a6e","entry":"jvp_diff","repo":"forgi86/rnn-adaptation","repo_kind":"listed","path":"diffutil/products.py","file_url":"https://github.com/forgi86/rnn-adaptation/blob/HEAD/diffutil/products.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e4c9550af0b40a6e"}},{"code_sha256_prefix":"e153a6af140a7af3","entry":"lfilter_mimo_channels_first","repo":"forgi86/dynonet","repo_kind":"official","path":"src/dynonet/filtering.py","file_url":"https://github.com/forgi86/dynonet/blob/HEAD/src/dynonet/filtering.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e153a6af140a7af3"}},{"code_sha256_prefix":"50f4d3f1a228fe87","entry":"lfilter_mimo_components_channels_first","repo":"forgi86/dynonet","repo_kind":"official","path":"src/dynonet/filtering.py","file_url":"https://github.com/forgi86/dynonet/blob/HEAD/src/dynonet/filtering.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"50f4d3f1a228fe87"}},{"code_sha256_prefix":"435757878f8b6d61","entry":"lfiltic_vec","repo":"forgi86/dynonet","repo_kind":"official","path":"src/dynonet/filtering.py","file_url":"https://github.com/forgi86/dynonet/blob/HEAD/src/dynonet/filtering.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"435757878f8b6d61"}},{"code_sha256_prefix":"cd0cf8e1e78444fa","entry":"parameter_jacobian","repo":"forgi86/rnn-adaptation","repo_kind":"listed","path":"diffutil/jacobian.py","file_url":"https://github.com/forgi86/rnn-adaptation/blob/HEAD/diffutil/jacobian.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"cd0cf8e1e78444fa"}},{"code_sha256_prefix":"29d31ec5ffa18d2c","entry":"r_squared","repo":"forgi86/dynonet","repo_kind":"official","path":"src/dynonet/metrics.py","file_url":"https://github.com/forgi86/dynonet/blob/HEAD/src/dynonet/metrics.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"29d31ec5ffa18d2c"}},{"code_sha256_prefix":"0e8cbe19b00bf520","entry":"solve","repo":"forgi86/rnn-adaptation","repo_kind":"listed","path":"worlds/worlds.py","file_url":"https://github.com/forgi86/rnn-adaptation/blob/HEAD/worlds/worlds.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0e8cbe19b00bf520"}},{"code_sha256_prefix":"8fa24d073ea3ade3","entry":"vjp","repo":"forgi86/rnn-adaptation","repo_kind":"listed","path":"diffutil/products.py","file_url":"https://github.com/forgi86/rnn-adaptation/blob/HEAD/diffutil/products.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8fa24d073ea3ade3"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}