| Literature DB >> 35978891 |
Abstract
In order to achieve China's energy conservation and emission reduction goal of peaking carbon dioxide emissions around 2030, it is of great significance. An important means of building energy conservation and emission reduction is the fine management of building energy consumption, which is based on the accurate prediction of building energy consumption, so as to support the optimal management of building operation and achieve the goal of energy conservation and emission reduction. This paper puts forward the evaluation indexes of the results of the building energy consumption prediction model, uses MAPE and RMSE indexes to evaluate the accuracy of the prediction results of the model, and uses the prediction time and input parameter dimensions to evaluate the time cost of the prediction model. Then, using the three building energy consumption prediction models based on machine learning algorithm established above, the prediction of energy consumption of four types of public buildings in different seasons is completed, and the prediction results are evaluated and analyzed. According to the prediction results and the requirements of related work on the accuracy of building energy consumption prediction model, the adaptation relationship between different types of buildings and different machine learning algorithm prediction models is summarized.Entities:
Mesh:
Substances:
Year: 2022 PMID: 35978891 PMCID: PMC9377846 DOI: 10.1155/2022/4835259
Source DB: PubMed Journal: Comput Intell Neurosci
Figure 1Smart building with zero energy consumption.
Figure 2M-P neuron model.
Boolean algebraic representation of single-layer perceptron.
|
|
| AND | OR | NOT ( | NOT ( | XOR |
|---|---|---|---|---|---|---|
| 0 | 0 | 0 | 1 | 1 | 1 | 0 |
| 0 | 1 | 0 | 1 | 1 | 0 | 1 |
| 1 | 0 | 0 | 0 | 0 | 1 | 1 |
| 1 | 1 | 1 | 0 | 0 | 0 | 0 |
Figure 3Logic XOR.
Figure 4Sigmoid function.
Figure 5Sigmoid derivative.
Figure 6Hyperbolic function.
Figure 7Derivative of hyperbolic function.
Introduction to development platform.
| Serial number | Platform usage tools | Version information |
|---|---|---|
| 1 | Development language | Python2.7 |
| 2 | Scientific computing tool library | NumPy, scikit-learn |
| 3 | Computational framework | TensorFlowl.6 |
| 4 | Data extraction and storage | MongoDB3.2 |
Overview of data sets.
| Data set file | Content of each line | Purpose | Data row | Remarks |
|---|---|---|---|---|
| Training set | Building parameters 3461 dimensions | Train | 33116 | Last dimension: EUI |
| Validation set | Building parameters 3461 dimensions | Verification | 2070 | Last dimension: EUI |
| Real-time test set | Building parameters 3461 dimensions | Real-time test | 202 | Last dimension: EUI |
| Climate set (some) | Climate data 87600 dimensions | Supplementary training set | 1 | Supplement the first three data sets |
Figure 8EUI distribution of training data.