XingyuLiang commited on
Commit
6625182
·
verified ·
1 Parent(s): 0476fa5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +161 -1
README.md CHANGED
@@ -1,4 +1,164 @@
1
  ---
2
  license: mit
3
  pipeline_tag: time-series-forecasting
4
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  pipeline_tag: time-series-forecasting
4
+ metrics:
5
+ - accuracy
6
+ - mae
7
+ - mape
8
+ ---
9
+
10
+
11
+ # Model Card for DMP-PCFC
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+ Advanced neural architecture , DMP-PCFC is an interpretable and accurate model for multi-step energy loads prediction in integrated energy systems,
16
+ or the broader task of time series forecasting.
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+ - **Developed by:** Xingyu Liang and Min Xia.
26
+ - **Model type:** DMP-PCFC (Dual-Resolution Channel Multi-Period Cross Reconstruction Parallel Closed-Form Continuous-Time Network)
27
+ - **Language(s) (NLP):** Not applicable
28
+ - **License:** MIT License
29
+ - **Finetuned from model [optional]:** Original implementation
30
+
31
+ ### Model Sources [optional]
32
+
33
+ <!-- Provide the basic links for the model. -->
34
+
35
+ - **Repository:** https://github.com/nuist-xf/DMP-PCFC
36
+
37
+
38
+ ## Uses
39
+
40
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
41
+
42
+ ### Direct Use
43
+
44
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
45
+
46
+ Energy engineers and researchers can do so directly using the DMP-PCFC framework:
47
+ - Multi-energy load forecasting for integrated energy systems (electricity, cooling, heat)
48
+ - Multi-resolution dynamic capture and long-term trend analysis
49
+ - Interpretable feature interaction analysis based on biological neuron dynamics
50
+ - Predicting sudden changes in energy demand patterns under extreme climate events such as hurricanes and heat waves
51
+ - Provides highly accurate input signals for demand response systems
52
+
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ - Smart Grid Real-Time Dispatch System
59
+ - Energy consumption optimisation for industrial IoT devices
60
+ - Assessing the carbon reduction potential of renewable energy alternatives
61
+
62
+ ### Out-of-Scope Use
63
+
64
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
65
+
66
+ - Non-periodic time series forecasting (e.g., sudden event detection)
67
+ - Non-energy sector forecasts (e.g., financial time series)
68
+ - Unstructured data processing such as image/text
69
+
70
+ ## Bias, Risks, and Limitations
71
+
72
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
73
+
74
+ - Training data limitations: current validation of an IES system based on climatic conditions in Arizona, USA
75
+
76
+ ### Recommendations
77
+
78
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
79
+ - Recommended for migrated learning in conjunction with local data
80
+
81
+ ## How to Get Started with the Model
82
+
83
+ All data acquisition, preprocessing, loading, hyperparameters of the model, inference speed,
84
+ number of parameters and the rest of the relevant content about the experiment have been presented in the repository: https://github.com/nuist-xf/DMP-PCFC
85
+
86
+
87
+ ## Training Details
88
+
89
+ ### Training Data
90
+
91
+ More Information Needed
92
+
93
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
94
+
95
+ ### Training Procedure
96
+
97
+ More Information Needed
98
+
99
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** More Information Needed
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ More Information Needed
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ More Information Needed
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ More Information Needed
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ More Information Needed
134
+
135
+ ### Results
136
+
137
+ More Information Needed
138
+
139
+ #### Summary
140
+
141
+ More Information Needed
142
+
143
+ ## Environmental Impact
144
+
145
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
146
+
147
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
148
+
149
+ - **Hardware Type:** NVIDIA GeForce RTX 3090
150
+ - **Hours used:** More Information Needed
151
+ - **Cloud Provider:** More Information Needed
152
+ - **Compute Region:** More Information Needed
153
+ - **Carbon Emitted:** More Information Needed
154
+
155
+
156
+ ## Model Card Authors
157
+
158
+ **Xingyu Liang**
159
+
160
+ ## Model Card Contact
161
+ For technical support or data access requests:
162
+ - **Liguo Weng**
163
164
+ 🏛 Nanjing University of Information Science & Technology