{"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/deep-learning-for-time-series-forecasting-the","title":"Deep Learning for Time Series Forecasting: The Electric Load Case","arxiv_id":"1907.09207","date":"2019-07-22","proceeding":null,"authors":["Alberto Gasparin","Slobodan Lukovic","Cesare Alippi"],"abstract":"Management and efficient operations in critical infrastructure such as Smart Grids take huge advantage of accurate power load forecasting which, due to its nonlinear nature, remains a challenging task. Recently, deep learning has emerged in the machine learning field achieving impressive performance in a vast range of tasks, from image classification to machine translation. Applications of deep learning models to the electric load forecasting problem are gaining interest among researchers as well as the industry, but a comprehensive and sound comparison among different architectures is not yet available in the literature. This work aims at filling the gap by reviewing and experimentally evaluating on two real-world datasets the most recent trends in electric load forecasting, by contrasting deep learning architectures on short term forecast (one day ahead prediction). Specifically, we focus on feedforward and recurrent neural networks, sequence to sequence models and temporal convolutional neural networks along with architectural variants, which are known in the signal processing community but are novel to the load forecasting one.","url_abs":"https://arxiv.org/abs/1907.09207v1","url_pdf":"https://arxiv.org/pdf/1907.09207v1.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":"deep-learning-for-time-series-forecasting-the","repo_url":"https://github.com/adamd1985/Temporal_Convolution_Networks_for_Energy_Demand_Forecast","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"deep-learning-for-time-series-forecasting-the","repo_url":"https://github.com/albertogaspar/dts","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"deep-learning","task_name":"Deep Learning"},{"task_slug":"load-forecasting","task_name":"Load Forecasting"},{"task_slug":"management","task_name":"Management"},{"task_slug":"time-series-1","task_name":"Time Series"},{"task_slug":"time-series-forecasting","task_name":"Time Series Forecasting"},{"task_slug":"translation","task_name":"Translation"},{"task_slug":"image-classification","task_name":"image-classification"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1907.09207","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1907.09207"}},"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/adamd1985/Temporal_Convolution_Networks_for_Energy_Demand_Forecast","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/albertogaspar/dts","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":10},"by_repo_kind":{"listed":{"samples":10,"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":"994b9157c0297f20","entry":"add_exogenous_variables","repo":"albertogaspar/dts","repo_kind":"listed","path":"dts/datasets/gefcom2014.py","file_url":"https://github.com/albertogaspar/dts/blob/HEAD/dts/datasets/gefcom2014.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":"994b9157c0297f20"}},{"code_sha256_prefix":"3fe0e1570bcf7a14","entry":"build_filenames","repo":"albertogaspar/dts","repo_kind":"listed","path":"dts/datasets/utils.py","file_url":"https://github.com/albertogaspar/dts/blob/HEAD/dts/datasets/utils.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":"3fe0e1570bcf7a14"}},{"code_sha256_prefix":"b1713ae6270df064","entry":"f_main","repo":"albertogaspar/dts","repo_kind":"listed","path":"dts/utils/decorators.py","file_url":"https://github.com/albertogaspar/dts/blob/HEAD/dts/utils/decorators.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":"b1713ae6270df064"}},{"code_sha256_prefix":"ddae958e68a581fe","entry":"nrmse_a","repo":"albertogaspar/dts","repo_kind":"listed","path":"dts/utils/losses.py","file_url":"https://github.com/albertogaspar/dts/blob/HEAD/dts/utils/losses.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":"ddae958e68a581fe"}},{"code_sha256_prefix":"4c89f9af1365a23a","entry":"nrmse_b","repo":"albertogaspar/dts","repo_kind":"listed","path":"dts/utils/losses.py","file_url":"https://github.com/albertogaspar/dts/blob/HEAD/dts/utils/losses.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":"4c89f9af1365a23a"}},{"code_sha256_prefix":"e2dc8141ba835fb9","entry":"r2","repo":"albertogaspar/dts","repo_kind":"listed","path":"dts/utils/losses.py","file_url":"https://github.com/albertogaspar/dts/blob/HEAD/dts/utils/losses.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":"e2dc8141ba835fb9"}},{"code_sha256_prefix":"5d656c32fcfc90b3","entry":"simple_residual_block","repo":"albertogaspar/dts","repo_kind":"listed","path":"dts/models/TCN.py","file_url":"https://github.com/albertogaspar/dts/blob/HEAD/dts/models/TCN.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":"5d656c32fcfc90b3"}},{"code_sha256_prefix":"e44ea4ae755ccdbd","entry":"tcn_residual_block","repo":"albertogaspar/dts","repo_kind":"listed","path":"dts/models/TCN.py","file_url":"https://github.com/albertogaspar/dts/blob/HEAD/dts/models/TCN.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":"e44ea4ae755ccdbd"}},{"code_sha256_prefix":"8b54f8ef4c0d11fc","entry":"transform","repo":"albertogaspar/dts","repo_kind":"listed","path":"dts/datasets/gefcom2014.py","file_url":"https://github.com/albertogaspar/dts/blob/HEAD/dts/datasets/gefcom2014.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":"8b54f8ef4c0d11fc"}},{"code_sha256_prefix":"11b6112367ea140e","entry":"wavenet_residual_block","repo":"albertogaspar/dts","repo_kind":"listed","path":"dts/models/TCN.py","file_url":"https://github.com/albertogaspar/dts/blob/HEAD/dts/models/TCN.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":"11b6112367ea140e"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}