CN105809286B - An Incremental SVR Load Forecasting Method Based on Representative Data Reconstruction - Google Patents

An Incremental SVR Load Forecasting Method Based on Representative Data Reconstruction Download PDF

Info

Publication number
CN105809286B
CN105809286B CN201610132612.5A CN201610132612A CN105809286B CN 105809286 B CN105809286 B CN 105809286B CN 201610132612 A CN201610132612 A CN 201610132612A CN 105809286 B CN105809286 B CN 105809286B
Authority
CN
China
Prior art keywords
data
power load
representative data
svr
representative
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201610132612.5A
Other languages
Chinese (zh)
Other versions
CN105809286A (en
Inventor
祝志芳
车金星
李丽
曾宇露
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nanchang Institute of Technology
Original Assignee
Nanchang Institute of Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanchang Institute of Technology filed Critical Nanchang Institute of Technology
Priority to CN201610132612.5A priority Critical patent/CN105809286B/en
Publication of CN105809286A publication Critical patent/CN105809286A/en
Application granted granted Critical
Publication of CN105809286B publication Critical patent/CN105809286B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/04Forecasting or optimisation specially adapted for administrative or management purposes, e.g. linear programming or "cutting stock problem"
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/06Energy or water supply

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Economics (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Marketing (AREA)
  • General Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • Tourism & Hospitality (AREA)
  • Quality & Reliability (AREA)
  • Game Theory and Decision Science (AREA)
  • Operations Research (AREA)
  • Development Economics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Public Health (AREA)
  • Water Supply & Treatment (AREA)
  • General Health & Medical Sciences (AREA)
  • Primary Health Care (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Supply And Distribution Of Alternating Current (AREA)

Abstract

本发明公开了一种基于代表数据重构的增量SVR负荷预测方法,包括:获取电力负荷数据;利用相空间重构原理得到多输入‑单输出模式数据;利用所得模式数据和粒子群算法建立支持向量回归模型;实时获取新增的电力负荷预测数据;利用增量学习算法更新最优代表数据子集;利用嵌套粒子群方法更新模型参数;利用更新后的模型参数和最优代表数据子集建立支持向量回归模型;确定增量负荷预测并输出增量负荷预测值。本发明将支持向量回归的支持向量应用于海量数据的知识理解研究,提出的方法能够实现新增数据引起的代表数据重构,有效解决了海量数据计算复杂性高、难以提取知识的问题,嵌套地实现了模型参数的更新,为电力系统规划与运行提供参考依据。

Figure 201610132612

The invention discloses an incremental SVR load forecasting method based on representative data reconstruction, which includes: obtaining power load data; obtaining multi-input-single-output mode data by using the phase space reconstruction principle; using the obtained mode data and particle swarm algorithm to establish Support vector regression model; real-time acquisition of new power load forecast data; use incremental learning algorithm to update optimal representative data subset; use nested particle swarm method to update model parameters; use updated model parameters and optimal representative data subsets. Set up a support vector regression model; determine the incremental load forecast and output the incremental load forecast value. The invention applies the support vector of support vector regression to the knowledge understanding research of massive data, the proposed method can realize the reconstruction of representative data caused by newly added data, and effectively solves the problems of high computational complexity of massive data and difficulty in extracting knowledge. The update of the model parameters is realized by the set ground, which provides a reference for the planning and operation of the power system.

Figure 201610132612

Description

Incremental SVR load prediction method based on representative data reconstruction
Technical Field
The invention relates to the field of computer data rapid analysis, in particular to an incremental SVR load prediction method based on representative data reconstruction.
Background
Since electric energy is an energy source which is difficult to store in large quantities, the production, transmission, distribution and consumption of electric energy must be carried out at the same moment, which determines the premise that the result of the electric load prediction is safe, stable and economical operation of the electric power system. At present, typical load prediction methods mainly include statistical methods, neural network methods, gray methods and the like based on parameter assumptions, and these methods usually can only train a model under given data, but cannot extract representative data from a large amount of data, because only a small amount of representative data in a large amount of training data is determined, the knowledge which is artificially understood can be generated.
The support vector regression method is generated by aiming at sparse extraction of training data, has excellent prediction performance, and can extract a small amount of representative data (called support vectors). However, with the rapid development of the smart grid, the power system may continuously obtain new data in batches, which requires updating not only the representative data, but also the existing prediction method to realize incremental load prediction. However, the current support vector regression method needs to perform model selection and model training again, which may increase complexity of model training and storage and further affect learning accuracy of the model. There is a great need for those skilled in the art to solve the corresponding technical problems.
Disclosure of Invention
The invention aims to at least solve the technical problems in the prior art, and particularly creatively provides an incremental SVR load prediction method based on representative data reconstruction.
In order to achieve the above object, the present invention provides an incremental SVR load prediction method based on representative data reconstruction, including:
s1, analyzing historical power load data by using phase space reconstruction to obtain the embedding dimension and time delay of the power load data and obtain multi-input-single-output mode data;
s2, modeling historical power load data by using support vector regression by using an optimal training subset method and a particle swarm method to obtain power load representative data and support vector regression model parameters, and acquiring a power load prediction result at the moment according to the representative data and the support vector regression model parameters;
s3, acquiring new power load data, and updating the representative data by adopting a representative data reconstruction method according to the multi-input single-output mode data; and re-executes S3.
In the incremental SVR load prediction method based on representative data reconstruction, preferably, the S2 includes:
the initial power load representative data set is selected from the following formula:
Figure BDA0000936666540000021
wherein RDS is the initial representative data set, A is the initial acquisitionTaken power load data, y*Is x*Corresponding power load data output value, RDS ═ RDS { (x { } { [ RDS { } { [ U ] } { [ X ] } { [ MEANS ] of electrical load data*,y*) Until the elements in the RDS reach a set size k, i is the subscript of the elements in the set A, j is the subscript of the elements in the set RDS, i is 1., | A |, j is 1., | RDS |, wherein | A | is the number of the elements in the set A, and | RDS | is the number of the elements in the set RDS;
the optimal size k of the initial power load representative data set is determined by the following approximate convex frame:
Figure BDA0000936666540000031
wherein N is the number of elements in A, MAPE (k, A) is the mean absolute percentage error of support vector regression under RDS based on the size k, and lambda is the balance coefficient between the model complexity and the prediction precision, wherein N is+Representing a positive integer.
In the incremental SVR load prediction method based on representative data reconstruction, preferably, the S2 further includes:
s2-1: determining three different sizes k by using initial power load representative data set selection method with power load data at recent time point as initial point1,k2,k3A representative data set of (a);
s2-2: training the SVR by using a particle swarm method aiming at the three power load representative data sets of S2-1 to obtain parameters of the three SVR methods, and performing nonlinear prediction;
s2-3: for a given approximate convex frame, update k by 0.618 method1,k2,k3If max (k)1,k2,k3)-min(k1,k2,k3) If the SVR is less than or equal to 3, obtaining an optimal SVR and a power load representative data set, and terminating; if max (k)1,k2,k3)-min(k1,k2,k3) > 3, return to and execute S2-1.
Preferably, the incremental SVR load prediction method based on representative data reconstruction in S3 includes:
updating the representative data by using a representative data reconstruction method, wherein the updated power load representative data subset is
AV∪BV∪Nm
Wherein A isVRepresenting a data set for the electrical load of the raw data A, BVFor the power load representative dataset based on the existing SVR model and the new data B:
BV={(xi,yi)|(xi,yi)∈B,|yi-pi|>σ}
wherein p isiFor existing SVR model pair input data xiThe predicted value of (a) is the standard deviation of error of the newly added data set predicted by the existing SVR model, NmIs AV∪BVThe union of the m nearest neighbor data of each point in the data set;
representing data subset A based on updated power loadsV∪BV∪NmUpdating model parameters by using a nested particle swarm method, and representing data subset A for the power loadV∪BV∪NmGenerated ith initial particle p2(i) Comprises the following steps:
p2(i)=p1(i)+λi×[pbest_1-p1(i)]
wherein p is1(i) For random particles generated in the last parameter space, pbest_1Is the previous data AVIs set to [ p ] according to the optimum parameterbest_1-p1(i)]Global contraction factor, λ, for the last optimum parameteriRandom puncturing weights distributed to obey U (0, 1);
and establishing a support vector regression model to obtain updated power load representative data and model parameters of the SVR, and obtaining a power load prediction result at the moment.
The incremental SVR load prediction method based on representative data reconstruction preferably further includes: each time new power load data is obtained, S3 is repeatedly executed to update the power load representative data subset and the SVR parameters, and the power load data is continuously updated iteratively.
In summary, due to the adoption of the technical scheme, the invention has the beneficial effects that:
1. the phase space reconstruction technology adopted by the invention can obtain phase space load points with physical significance;
2. the method adopts a nested particle swarm method to realize the updating of the SVR model parameter setting;
3. according to the method, the representative data is updated and extracted by using the sparsity of SVR support vector regression and adopting a representative data subset reconstruction method;
4. the invention uses a representative data reconstruction method, and has the following significance: the modeling complexity of the SVR load prediction model is small at the initial stage of load data acquisition and when the data volume is small, the load data volume is accumulated continuously along with the continuous acquisition of the load data, and the learning difficulty is increased continuously; the invention can continuously update the representative data set and the SVR model parameters and realize incremental learning, so the load prediction has lower complexity and higher precision.
Additional aspects and advantages of the invention will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the invention.
Drawings
The above and/or additional aspects and advantages of the present invention will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
FIG. 1 is a general flow diagram of the prediction method of the present invention.
Detailed Description
Reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the accompanying drawings are illustrative only for the purpose of explaining the present invention, and are not to be construed as limiting the present invention.
In the description of the present invention, it is to be understood that the terms "longitudinal", "lateral", "upper", "lower", "front", "rear", "left", "right", "vertical", "horizontal", "top", "bottom", "inner", "outer", and the like, indicate orientations or positional relationships based on those shown in the drawings, and are used merely for convenience of description and for simplicity of description, and do not indicate or imply that the referenced devices or elements must have a particular orientation, be constructed in a particular orientation, and be operated, and thus, are not to be construed as limiting the present invention.
In the description of the present invention, unless otherwise specified and limited, it is to be noted that the terms "mounted," "connected," and "connected" are to be interpreted broadly, and may be, for example, a mechanical connection or an electrical connection, a communication between two elements, a direct connection, or an indirect connection via an intermediate medium, and specific meanings of the terms may be understood by those skilled in the art according to specific situations.
As shown in fig. 1, the present invention provides an incremental Support Vector Regression (SVR) load prediction method based on representative data reconstruction, which can extract an optimal representative data subset from historical data, and can continuously update the representative data, update SVR model selection, reduce the training and storage complexity of the prediction method, and obtain understandable knowledge through the reconstructed representative data to implement more accurate and understandable prediction, and the prediction method includes the following steps:
step 1: and analyzing historical power load data by using a phase space reconstruction technology to obtain the embedding dimension and time delay of the power load data and obtain multi-input-single-output mode data.
Step 2: and modeling historical power load data by using a Support Vector Regression (SVR) by using an optimal training subset method and a particle swarm method to obtain representative data and model parameters of the SVR and obtain a final prediction result of the power load at the moment.
The optimal training subset method selects a subset of the training data by utilizing the sparsity of support vector regression, can minimize elements in the subset, and can cover approximately all information of the training data.
The particle swarm method can quickly screen out a proper parameter of the model by utilizing a heuristic search strategy.
The initial representative dataset is chosen by the idea of "orthogonal design":
Figure BDA0000936666540000061
wherein RDS is an initial representative data set, A is initially acquired power load data, y*Is x*Corresponding power load data output value, RDS ═ RDS { (x { } { [ RDS { } { [ U ] } { [ X ] } { [ MEANS ] of electrical load data*,y*) Until the elements in the RDS reach a set size k, i is the subscript of the elements in the set A, j is the subscript of the elements in the set RDS, i is 1., | A |, j is 1., | RDS |, wherein | A | is the number of the elements in the set A, and | RDS | is the number of the elements in the set RDS;
the optimal size k of the initial power load representative data set is determined by the following approximate convex frame:
Figure BDA0000936666540000071
wherein N is the number of elements in A, MAPE (k, A) is the average absolute percentage error of SVR under RDS based on the size k, lambda is the balance coefficient between the model complexity and the prediction precision, and N is+Representing a positive integer.
Substep 2-1: determining three different sizes k by using the initial representative data set selection method with the latest time point data as the initial point1,k2,k3A representative data set of (a);
substep 2-2: and (3) aiming at the three subsets of the substep 2-1, training the SVR by using a particle swarm optimization method to obtain parameters of the three SVR methods, wherein the SVR is a multilayer feedforward neural network, can approach any nonlinear continuous function with any precision, has strong fault tolerance and fast processing speed, and is suitable for nonlinear prediction.
Substeps 2-3: for a given approximate convex frame, update k by 0.618 method1,k2,k3If max (k)1,k2,k3)-min(k1,k2,k3) Obtaining an optimal SVR and a representative data set when the SVR is less than or equal to 3, and terminating; if max (k)1,k2,k3)-min(k1,k2,k3) > 3, go back to and perform substep 2-1.
And step 3: when new data enters the system, the data in the multi-input-single-output mode is obtained by using the step 1, the representative data is updated by using a representative data reconstruction method, and the updated representative data subset is
AV∪BV∪Nm
Wherein A isVA representative data set of the original data A, BVFor a representative dataset based on the existing SVR model and the new data B:
BV={(xi,yi)|(xi,yi)∈B,|yi-pi|>σ}
wherein p isiFor existing SVR model pair input data xiThe predicted value of (a) is the standard deviation of error of the newly added data set predicted by the existing SVR model, NmIs AV∪BVThe union of the m nearest neighbor data for each point in the set.
Based on the updated representative data subset AV∪BV∪NmUpdating model parameters using a nested particle swarm approach, which is applied to the representative data subset AV∪BV∪NmGenerated ith initial particle p2(i) Comprises the following steps:
p2(i)=p1(i)+λi×[pbest_1-p1(i)]
wherein p is1(i) For random particles generated in the last parameter space, pbest_1Is the previous data AVIs set to [ p ] according to the optimum parameterbest_1-p1(i)]Global contraction factor, λ, for the last optimum parameteriTo obey the random puncturing weights of the U (0,1) distribution.
And establishing a Support Vector Regression (SVR) model to obtain updated representative data and model parameters of the SVR and obtain a final prediction result of the power load at the moment.
And 4, step 4: when new data enters the system, step 3 is performed.
The support vector of the support vector regression is applied to the knowledge understanding research of the mass data, the provided method can realize the reconstruction of the representative data caused by the newly added data, effectively solves the problems of high complexity and difficulty in extracting knowledge of the mass data, realizes the updating of the model parameters in a nested manner, and provides a reference basis for the planning and the operation of the power system.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
While embodiments of the invention have been shown and described, it will be understood by those of ordinary skill in the art that: various changes, modifications, substitutions and alterations can be made to the embodiments without departing from the principles and spirit of the invention, the scope of which is defined by the claims and their equivalents.

Claims (2)

1. An incremental SVR load prediction method based on representative data reconstruction is characterized by comprising the following steps:
s1, analyzing historical power load data by using phase space reconstruction to obtain the embedding dimension and time delay of the power load data and obtain multi-input-single-output mode data;
s2, modeling historical power load data by using support vector regression by using an optimal training subset method and a particle swarm method to obtain power load representative data and support vector regression model parameters, and acquiring a power load prediction result at the moment according to the representative data and the support vector regression model parameters;
the S2 includes:
the initial power load representative data set is selected from the following formula:
Figure FDA0003052717020000011
wherein RDS is the initial power load representative data set, A is the initially acquired power load data, y*Is x*Corresponding power load data output value, RDS ═ RDS { (x { } { [ RDS { } { [ U ] } { [ X ] } { [ MEANS ] of electrical load data*,y*) Until the elements in the RDS reach a set size k, i is the subscript of the elements in the set A, j is the subscript of the elements in the set RDS, i is 1., | A |, j is 1., | RDS |, wherein | A | is the number of the elements in the set A, and | RDS | is the number of the elements in the set RDS;
the optimal size k of the initial power load representative data set is determined by the following approximate convex frame:
Figure FDA0003052717020000012
wherein N is the number of elements in A, MAPE (k, A) is the mean absolute percentage error of support vector regression under RDS based on the size k, and lambda is the balance coefficient between the model complexity and the prediction precision, wherein N is+Represents a positive integer;
the S2 further includes:
s2-1: determining three different sizes k by using initial power load representative data set selection method with power load data at recent time point as initial point1,k2,k3Represents a data set;
s2-2: training the SVR by using a particle swarm method aiming at the three power load representative data sets of S2-1 to obtain parameters of the three SVR methods, and performing nonlinear prediction;
s2-3: for a given approximate convex frame, update k by 0.618 method1,k2,k3If max (k)1,k2,k3)-min(k1,k2,k3) If the SVR is less than or equal to 3, obtaining an optimal SVR and a power load representative data set, and terminating; if max (k)1,k2,k3)-min(k1,k2,k3) > 3, go back to and execute S2-1;
s3, acquiring new power load data, and updating the representative data by adopting a representative data reconstruction method according to the multi-input single-output mode data; until the updating is finished;
the representative data reconstruction method in S3 includes:
updating the representative data by using a representative data reconstruction method, wherein the updated power load representative data subset is
AV∪BV∪Nm
Wherein A isVRepresenting a data set for the electrical load of the raw data A, BVFor the power load representative dataset based on the existing SVR model and the new data B:
BV={(xi,yi)|(xi,yi)∈B,|yi-pi|>σ}
wherein p isiFor existing SVR model pair input data xiThe predicted value of (a) is the standard deviation of error of the newly added data set predicted by the existing SVR model, NmIs AV∪BVThe union of the m nearest neighbor data of each point in the data set;
representing data subset A based on updated power loadsV∪BV∪NmUpdating model parameters by using a nested particle swarm method, and representing data subset A for the power loadV∪BV∪NmGenerated ith initial particle p2(i) Comprises the following steps:
p2(i)=p1(i)+λi×[pbest_1-p1(i)]
wherein p is1(i) For random particles generated in the last parameter space, pbest_1Is the previous data AVIs set to [ p ] according to the optimum parameterbest_1-p1(i)]Global contraction factor, λ, for the last optimum parameteriTo obey the random receiving of U (0,1) distributionReducing the weight;
and establishing a support vector regression model to obtain updated power load representative data and model parameters of the SVR, and obtaining a power load prediction result at the moment.
2. The incremental SVR load prediction method based on representative data reconstruction of claim 1, further comprising: each time new power load data is obtained, S3 is repeatedly executed to update the power load representative data subset and the SVR parameters, and the power load data is continuously updated iteratively.
CN201610132612.5A 2016-03-08 2016-03-08 An Incremental SVR Load Forecasting Method Based on Representative Data Reconstruction Active CN105809286B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610132612.5A CN105809286B (en) 2016-03-08 2016-03-08 An Incremental SVR Load Forecasting Method Based on Representative Data Reconstruction

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610132612.5A CN105809286B (en) 2016-03-08 2016-03-08 An Incremental SVR Load Forecasting Method Based on Representative Data Reconstruction

Publications (2)

Publication Number Publication Date
CN105809286A CN105809286A (en) 2016-07-27
CN105809286B true CN105809286B (en) 2021-08-03

Family

ID=56466885

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610132612.5A Active CN105809286B (en) 2016-03-08 2016-03-08 An Incremental SVR Load Forecasting Method Based on Representative Data Reconstruction

Country Status (1)

Country Link
CN (1) CN105809286B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110991765B (en) * 2019-12-16 2023-07-18 浙江中智达科技有限公司 Monitoring method and device of industrial production prediction model and electronic equipment
CN112241836B (en) * 2020-10-10 2022-05-20 天津大学 Virtual load leading parameter identification method based on incremental learning
CN113822492A (en) * 2021-10-11 2021-12-21 国网山东省电力公司滨州市滨城区供电公司 Method, device and readable storage medium for short-term power load forecasting
CN114049143B (en) * 2021-10-29 2022-07-22 湖南大学 Node-holiday power load-oriented derivative cluster model prediction method and system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102682219A (en) * 2012-05-17 2012-09-19 鲁东大学 Method for forecasting short-term load of support vector machine
CN103279813A (en) * 2013-06-21 2013-09-04 哈尔滨工业大学(威海) Steam load prediction method
KR20140075617A (en) * 2012-12-10 2014-06-19 주식회사 케이티 Method for estimating smart energy consumption
CN104123595A (en) * 2014-07-22 2014-10-29 国家电网公司 Power distribution network load prediction method and system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9020874B2 (en) * 2011-10-31 2015-04-28 Siemens Aktiengesellschaft Short-term load forecast using support vector regression and feature learning

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102682219A (en) * 2012-05-17 2012-09-19 鲁东大学 Method for forecasting short-term load of support vector machine
KR20140075617A (en) * 2012-12-10 2014-06-19 주식회사 케이티 Method for estimating smart energy consumption
CN103279813A (en) * 2013-06-21 2013-09-04 哈尔滨工业大学(威海) Steam load prediction method
CN104123595A (en) * 2014-07-22 2014-10-29 国家电网公司 Power distribution network load prediction method and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Application of support vector regression in real-time prediction of electric load;CHE Jinxing 等;《南昌工程学院学报》;20110831;第30卷(第4期);24-28页 *

Also Published As

Publication number Publication date
CN105809286A (en) 2016-07-27

Similar Documents

Publication Publication Date Title
AU2019442319B2 (en) Structural topology optimization method based on material-field reduction series expansion
CN109102126B (en) Theoretical line loss rate prediction model based on deep migration learning
Jalali et al. Towards novel deep neuroevolution models: chaotic levy grasshopper optimization for short-term wind speed forecasting
CN105809286B (en) An Incremental SVR Load Forecasting Method Based on Representative Data Reconstruction
Guo et al. Automatic crack distress classification from concrete surface images using a novel deep-width network architecture
CN117114192B (en) Offshore wind power prediction method and device based on multi-scale space-time diagram transformation network
CN111525587B (en) A method and system for grid reactive voltage control based on reactive load situation
CN103605909B (en) It is a kind of based on gray theory and the water quality prediction method of support vector machine
CN109002892A (en) A kind of implementation method for improving DE-GWO algorithm
CN113343427B (en) Structural topology configuration prediction method based on convolutional neural network
CN105719028A (en) Method for dynamic prediction of air-conditioning loads based on multi-factor chaos support vector machine
CN115374995A (en) Distributed photovoltaic and small wind power station power prediction method
CN115967952A (en) Resource allocation management system based on FCM clustering algorithm and edge computing industrial Internet of things
CN110515301A (en) An Improved ADMM Algorithm Combined with DMPC
Zhao Topology optimization with meshless density variable approximations and BESO method
CN111626539B (en) Q reinforcement learning-based power grid operation section dynamic generation method
CN103065015A (en) Internal force path geometrical morphology based low-carbon material-saving bearing structure design method
CN108133286A (en) A kind of underground water multi-objective calculation method based on surface subsidence alternative model
CN114997261A (en) A kind of residential power data clustering method and system
CN111639799B (en) Load total power prediction method and system based on convolutional lightweight gradient boosting tree
CN113515824A (en) A topology optimization design method for the coordination of rib layout and substrate shape
CN117254589A (en) Self-adaptive energy-saving control method and device for 5G base station and charging pile
CN116975611A (en) High-frequency load data generation method and system based on diffusion model ODE form
Li et al. EMLP: short-term gas load forecasting based on ensemble multilayer perceptron with adaptive weight correction
Lu-ping et al. Particle swarm optimization model of distributed network planning

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
OL01 Intention to license declared
OL01 Intention to license declared