WO2023201552A1 - County-wide photovoltaic prediction method based on cluster division and data enhancement - Google Patents

County-wide photovoltaic prediction method based on cluster division and data enhancement Download PDF

Info

Publication number
WO2023201552A1
WO2023201552A1 PCT/CN2022/087787 CN2022087787W WO2023201552A1 WO 2023201552 A1 WO2023201552 A1 WO 2023201552A1 CN 2022087787 W CN2022087787 W CN 2022087787W WO 2023201552 A1 WO2023201552 A1 WO 2023201552A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
county
prediction method
method based
cluster division
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.)
Ceased
Application number
PCT/CN2022/087787
Other languages
French (fr)
Inventor
Jiaqing Zhao
Zhong Chen
Qi Zhao
Biao Wang
Yang LV
Chunlei Xu
Weijin ZHUANG
Xin SHAN
Yi Wang
Haiwei Wu
Hongen Ding
Jiang Tian
Yu YU
Xiuzhi XU
Yuting MENG
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.)
Southeast University
China Electric Power Research Institute Co Ltd CEPRI
State Grid Jiangsu Electric Power Co Ltd
State Grid Electric Power Research Institute
Suzhou Power Supply Co of State Grid Jiangsu Electric Power Co Ltd
Original Assignee
Southeast University
China Electric Power Research Institute Co Ltd CEPRI
State Grid Jiangsu Electric Power Co Ltd
State Grid Electric Power Research Institute
Suzhou Power Supply Co of State Grid Jiangsu Electric Power Co Ltd
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 Southeast University, China Electric Power Research Institute Co Ltd CEPRI, State Grid Jiangsu Electric Power Co Ltd, State Grid Electric Power Research Institute, Suzhou Power Supply Co of State Grid Jiangsu Electric Power Co Ltd filed Critical Southeast University
Priority to PCT/CN2022/087787 priority Critical patent/WO2023201552A1/en
Publication of WO2023201552A1 publication Critical patent/WO2023201552A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • G06N20/20Ensemble learning
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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 OR CALCULATING; 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

Definitions

  • the invention relates to the field of photovoltaic power prediction, in particular to a county-wide photovoltaic prediction method based on cluster division and data enhancement.
  • the purpose of the invention is to provide a county-wide photovoltaic prediction method based on cluster division and data enhancement. Taking Pearson correlation distance as the measure, the typical output in sunny day of each station is clustered by DBSCAN, and the stations with high similarity of output curve are divided into a cluster, so as to reduce the allocation of numerical weather forecast, reduce the calculation pressure and improve the cluster prediction accuracy.
  • the characteristics of the original data are learned, so as to generate new data with similar distribution, supplement training samples. Then, the augmented data is used to train the deep convolution network. It can improve the prediction accuracy of the model.
  • a county-wide photovoltaic prediction method based on cluster division and data enhancement comprises the following steps:
  • S1 collect historical PV output and meteorological data of each PV station in sunny days for the set area and set time frame;
  • S2 calculate and standardize the maximum power of each PV station based on the historical PV output data in sunny days collected from S1, and then perform cluster division;
  • S4 augment the PV data using the PV data augmentation neural network constructed in S3, and input the augmented data into a CNN neural network to obtain the PV prediction neural network;
  • S5 input meteorological data into the PV prediction neural network obtained from S4 for PV prediction.
  • the collected PV output data is county-wide historical PV output data in sunny days;
  • the meteorological data include month, day, hour, minute, direct normal irradiance, diffuse horizontal irradiance, global horizontal irradiance, temperature, pressure, relative humidity, wind direction, wind speed, surface albedo and power generation.
  • the typical historical sunny photovoltaic output curve is a standardized output curve obtained by first calculating the maximum power of each station based on the historical output data, and then calculating the unit value of the curve;
  • x is the original sample data
  • x max is the maximum historical output value of PV station
  • z is the standardized data
  • the chosen neural network for data augmentation is Generative Adversarial Networks.
  • the chosen neural network for data augmentation is an enhanced Generative Adversarial Networks with the following algorithm:
  • clip (. ) is the clipping function in deep learning
  • RMSProp (. ) is the unpublished adaptive learning rate optimizer in deep learning
  • x (i) is the i-th batch of the input
  • z (i) is the batch sample of the output distribution generated by the generator from the i-th training
  • z (i) is the batch sample of the output distribution generated by the generator from the i-th training.
  • variable ⁇ t is:
  • RMSProp (. ) is the unpublished adaptive learning rate optimizer in deep learning.
  • data augmentation means to convert the data collected from S1 into images by dividing the collected data into 48 points per day to form an image with the size of 48*15 pixels; then use the enhanced GAN for adversarial learning to generate new data with the same distribution.
  • the CNN neural network has a 5-layer structure; each of the first four layers includes a convolution layer, a batch normalization layer and a ReLU layer, and the last layer includes a full connection layer, a batch normalization layer and a ReLU layer.
  • the prediction method of the invention divides the highly correlated distributed stations in the whole county into clusters, and predicts the overall output of the photovoltaic cluster, so as to reduce the allocation of numerical weather forecast stations, effectively reduce the calculation pressure and improve the overall prediction accuracy.
  • the prediction method of the invention learns the relationship and distribution characteristics of the original data through the confrontation training of the enhanced, generates new similar data, supplements the poor training data set and improves the prediction accuracy of the model.
  • Figure 1 is a flow chart of the invention
  • Figure 2 is a histogram of DBSCAN clustering of the invention
  • FIG. 3 is a sequence diagram of the DBSCAN clustering results of the invention.
  • Figure 4 is the result of KNN search of the invention.
  • Figure 5 is the visualization of the original data
  • Figure 6 is the generated data and training process of the enhanced GAN
  • Figure 7 is a comparison diagram of CNN and the enhanced GAN-CNN prediction time series.
  • a county-wide photovoltaic prediction method based on cluster division and data enhancement is shown in Figure 1.
  • the prediction method includes the following steps:
  • S1 collect historical PV output and meteorological data of each PV station in sunny days for the set area and set time frame;
  • the collected PV output data is county-wide historical PV output data in sunny days;
  • Meteorological data include month, day, hour, minute, direct normal irradiance, diffuse horizontal irradiance, global horizontal irradiance, temperature, pressure, relative humidity, wind direction, wind speed, surface albedo and power generation.
  • S2 calculate and standardize the maximum power of each PV station based on the historical PV output data in sunny days collected from S1, and then perform cluster division;
  • the typical historical sunny photovoltaic output curve in S2 is a standardized output curve. First, calculate the maximum power of each station based on the historical output data, and then calculate the unit value of the curve;
  • x is the original sample data
  • x max is the maximum historical output value of PV station
  • z is the standardized data
  • DBSCAN is used to divide the PV stations of the whole county to form highly correlated PV clusters.
  • DBSCAN is used for cluster division, and the distance measurement of DBSCAN adopts Pearson correlation distance
  • x s , x t are the output data sequences of any two random PV stations, x sj is the j-th data point in x s , x ti is the i-th data point in x t , n is the total number of data points in x s , m is the total number of data points in x t .
  • the chosen neural network for data augmentation can be Generative Adversarial Networks (GAN) ;
  • the chosen neural network for data augmentation is an enhanced GAN with the following algorithm:
  • clip (. ) is the clipping function in deep learning
  • RMSProp (. ) is the unpublished adaptive learning rate optimizer in deep learning
  • x (i) is the i-th batch of the input
  • z (i) is the batch sample of the output distribution generated by the generator from the i-th training; is a generator network, those skilled in the art can choose it according to the situation.
  • S4 Augment the PV data using the PV data augmentation neural network constructed in S3, and input the augmented data into a CNN neural network to obtain the PV prediction neural network;
  • the CNN neural network has a 5-layer structure.
  • Each of the first four layers includes a convolution layer, a batch normalization layer and a ReLU layer, and the last layer includes a full connection layer, a batch normalization layer and a ReLU layer.
  • the collected and augmented data are used to train the deep convolution network to obtain the final prediction model.
  • S5 input meteorological data into the PV prediction neural network obtained from S4 for PV prediction.
  • the PV predication time frame is 1-3 days.
  • An example of the photovoltaic power prediction method of the present invention is as follows:
  • the historical photovoltaic data of 105 households are selected.
  • the maximum photovoltaic output of each household in a year is counted, the data is standardized according to the formula of claim 2, and the typical sunny output sequence is selected.
  • the Pearson correlation distance is used as the distance measure for clustering.
  • the domain radius is 0.04 and the minimum number of points is 4.
  • the clustering results are shown in Figure 2. As can be seen from the histogram, 105 distributed sites are divided into two clusters, of which 9 sites are determined as outliers.
  • the time sequence diagram of clustering is shown in Figure 3.
  • the output curve can be roughly divided into two bands with high overlap, and the clustering results are basically consistent with the senses.
  • KNN is used to search the nearest neighbor sites for 9 abnormal sites, k is 5, and the abnormal sites are classified into the cluster with the largest number.
  • the final cluster division result is shown in Figure 4.
  • the output curve and the corresponding meteorological data are divided by day to form a data matrix with 15 characteristics and 48 time points, which is further imaged, as shown in Figure 5.
  • New data is generated through the enhanced GAN's adversarial learning. As shown in Figure 6, it can be seen that the newly generated data has similar data characteristics to the original data. It can be seen from the training process that the enhanced GAN has stabilized.
  • the original data and the generated data are used to form the training set, which is used to train the deep convolutional network. It is compared with the deep convolutional network that uses the same structure and parameters and only trained by the original data.
  • the predictive indicators on the test set are shown in Table 1.
  • the prediction result sequence diagram is shown in Figure 7, which shows that the method can effectively improve the prediction accuracy.

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Economics (AREA)
  • Strategic Management (AREA)
  • Human Resources & Organizations (AREA)
  • Health & Medical Sciences (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Evolutionary Computation (AREA)
  • Computing Systems (AREA)
  • General Business, Economics & Management (AREA)
  • Tourism & Hospitality (AREA)
  • Artificial Intelligence (AREA)
  • Marketing (AREA)
  • Mathematical Physics (AREA)
  • General Health & Medical Sciences (AREA)
  • Data Mining & Analysis (AREA)
  • Computational Linguistics (AREA)
  • Biomedical Technology (AREA)
  • Public Health (AREA)
  • Water Supply & Treatment (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Biophysics (AREA)
  • Primary Health Care (AREA)
  • Molecular Biology (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Medical Informatics (AREA)
  • Development Economics (AREA)
  • Game Theory and Decision Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The present invention discloses a county-wide distributed photovoltaic prediction method based on cluster division and data enhancement. The prediction method is as follows: selecting a typical power curve in a sunny day from the photovoltaic (PV) output history database of the entire county, and standardizing the output with the maximum power of the station. Pearson correlation coefficient is used as the distance measure, and the Density-Based Spatial Clustering of Applications with Noise (DBSCAN) is used to cluster photovoltaic stations to form a cluster division. The outliers are divided into nearest clusters using k-nearest neighbor search method. An enhanced Generative Adversarial Networks (GAN) is used to augment the historical data; the original data and the generated data are jointly used to train the deep convolutional network prediction model. The present invention learns the original data distribution through the training process of the enhanced GAN and then generates correspondingly distributed data to enhance the entire county photovoltaic historical database. Finally the invention trains the deep convolutional neural network through the enhanced training set to improve the accuracy of prediction.

Description

A county-wide photovoltaic prediction method based on cluster division and data enhancement FIELD OF THE INVENTION
The invention relates to the field of photovoltaic power prediction, in particular to a county-wide photovoltaic prediction method based on cluster division and data enhancement.
BACKGROUND
Climate change is a global problem faced by mankind. With the rapid development of productivity, the amount of carbon dioxide emitted by countries has increased sharply, and the greenhouse effect has become more and more serious. Many countries have also proposed to reduce carbon emission. Photovoltaic power generation does not require the burning of fossil fuels for energy conversion, and it is a green and clean energy source. Centralized photovoltaics need to take up a lot of land resources, mostly concentrated in the sparsely populated region, power resources need to be transmitted to the load center through UHV transmission lines. The distributed photovoltaic on the roof does not occupy special land resources, and at the same time, it is close to the load center and has great potential for power generation. As of the end of May 2021, low-voltage distributed photovoltaic grid-connected 1, 884, 700 households and a capacity of 45, 317, 700 kilowatts have been put into operation in the operation area of State Grid Corporation of China. On September 14, 2021, the Chinese National Energy Administration formally issued the "Announcement on the List of the Pilot List of the entire County (City, District) Roof Distributed Photovoltaic Development" to actively promote the integration of photovoltaic users across the county. The penetration rate of photovoltaics continues to increase, and the randomness and volatility of its output put pressure on the safe and stable operation of the power grid. Therefore, the accuracy of the entire county’s photovoltaic power generation forecast is becoming more and more important.
Distributed photovoltaics in the whole county currently have two main problems. On one hand, distributed photovoltaics started late compared with centralized photovoltaics, and historical weather data and power generation data are relatively scarce, making it difficult to  train high-precision data-driven models. On the other hand, with a large number of photovoltaics and a wide geographical distribution, it is difficult to predict one station at a time similar to a centralized site. Therefore, it is necessary to solve the problem of model training with poor data, and at the same time, it is necessary to deal with the problem of county-wide photovoltaic power prediction for massive sites.
SUMMARY OF THE INVENTION
The purpose of the invention is to provide a county-wide photovoltaic prediction method based on cluster division and data enhancement. Taking Pearson correlation distance as the measure, the typical output in sunny day of each station is clustered by DBSCAN, and the stations with high similarity of output curve are divided into a cluster, so as to reduce the allocation of numerical weather forecast, reduce the calculation pressure and improve the cluster prediction accuracy. Through the confrontation training of the enhanced GAN, the characteristics of the original data are learned, so as to generate new data with similar distribution, supplement training samples. Then, the augmented data is used to train the deep convolution network. It can improve the prediction accuracy of the model.
The object of the invention can be realized by the following technical scheme:
A county-wide photovoltaic prediction method based on cluster division and data enhancement. The prediction method comprises the following steps:
S1: collect historical PV output and meteorological data of each PV station in sunny days for the set area and set time frame;
S2: calculate and standardize the maximum power of each PV station based on the historical PV output data in sunny days collected from S1, and then perform cluster division;
S3: construct a PV data augmentation neural network;
S4: augment the PV data using the PV data augmentation neural network constructed in S3, and input the augmented data into a CNN neural network to obtain the PV prediction neural network;
S5: input meteorological data into the PV prediction neural network obtained from S4 for PV prediction.
in the step 1, the collected PV output data is county-wide historical PV output data in sunny  days;
the meteorological data include month, day, hour, minute, direct normal irradiance, diffuse horizontal irradiance, global horizontal irradiance, temperature, pressure, relative humidity, wind direction, wind speed, surface albedo and power generation.
in the step 2, the typical historical sunny photovoltaic output curve is a standardized output curve obtained by first calculating the maximum power of each station based on the historical output data, and then calculating the unit value of the curve;
the formula for data standardization is as follows:
Figure PCTCN2022087787-appb-000001
where, x is the original sample data, x max is the maximum historical output value of PV station, and z is the standardized data.
in the S2, use DBSCAN to perform cluster division, and the distance measurement of DBSCAN adopts Pearson correlation distance; using KNN algorithm to search for the nearest k sites, counting the cluster numbers of k sites, and categorizing the abnormal sites into the cluster with the largest cluster number.
in the step 3, the chosen neural network for data augmentation is Generative Adversarial Networks.
the chosen neural network for data augmentation is an enhanced Generative Adversarial Networks with the following algorithm:
S3.1, initialize the learning rate α, the clipping variable c, the batch training sample number m, iteration number threshold n critic, the discriminator’s network w t and the generator’s varibale θ t,
S3.2, check if the generator’s variable θ t has converged, if converged, then stop the iteration; if not, then go in to S3.3;
S3.3, check if the current iteration number has reached the iteration number threshold n critic, if so, go into S3.4; if not, then update the discriminator’s network variable w t and the current iteration number, and repeat S3.3;
S3.4, calculate the loss function of the generator
Figure PCTCN2022087787-appb-000002
and update the generator’s variable  θ t, then go back to S3.2.
method to update the discriminator’s network variable w t is:
Figure PCTCN2022087787-appb-000003
where, clip (. ) is the clipping function in deep learning, RMSProp (. ) is the unpublished adaptive learning rate optimizer in deep learning, 
Figure PCTCN2022087787-appb-000004
is the gradient function of the loss function of the discriminator, that satisfies:
Figure PCTCN2022087787-appb-000005
where, x  (i) is the i-th batch of the input, z  (i) is the batch sample of the output distribution generated by the generator from the i-th training; 
Figure PCTCN2022087787-appb-000006
is a generator network. the gradient of the generator’s loss function is
Figure PCTCN2022087787-appb-000007
where, 
Figure PCTCN2022087787-appb-000008
is a generator network, z  (i) is the batch sample of the output distribution generated by the generator from the i-th training.
the method to update the generator’s variable θ t is:
Figure PCTCN2022087787-appb-000009
where, RMSProp (. ) is the unpublished adaptive learning rate optimizer in deep learning.
in the S4, data augmentation means to convert the data collected from S1 into images by dividing the collected data into 48 points per day to form an image with the size of 48*15 pixels; then use the enhanced GAN for adversarial learning to generate new data with the same distribution.
in the S4, the CNN neural network has a 5-layer structure; each of the first four layers includes a convolution layer, a batch normalization layer and a ReLU layer, and the last layer includes a full connection layer, a batch normalization layer and a ReLU layer.
Beneficial effects of the invention:
1. The prediction method of the invention divides the highly correlated distributed stations in the whole county into clusters, and predicts the overall output of the photovoltaic cluster, so  as to reduce the allocation of numerical weather forecast stations, effectively reduce the calculation pressure and improve the overall prediction accuracy.
2. The prediction method of the invention learns the relationship and distribution characteristics of the original data through the confrontation training of the enhanced, generates new similar data, supplements the poor training data set and improves the prediction accuracy of the model.
BRIEF DESCRIPTION OF THE DRAWINGS
Figure 1 is a flow chart of the invention;
Figure 2 is a histogram of DBSCAN clustering of the invention;
Figure 3 is a sequence diagram of the DBSCAN clustering results of the invention;
Figure 4 is the result of KNN search of the invention;
Figure 5 is the visualization of the original data;
Figure 6 is the generated data and training process of the enhanced GAN;
Figure 7 is a comparison diagram of CNN and the enhanced GAN-CNN prediction time series.
DETAILED DESCTIPTION OF EXEMPLARY EMBODIMENTS
The technical scheme in the embodiment of the invention will be clearly and completely described below in combination with the accompanying drawings in the embodiment of the invention. Obviously, the described embodiments are only parts of the embodiments of the invention, not all of the embodiments of the invention. Based on the embodiments of the invention, all other embodiments obtained by those skilled in the art without creative work belong to the protection scope of the invention.
A county-wide photovoltaic prediction method based on cluster division and data enhancement is shown in Figure 1. The prediction method includes the following steps:
S1: collect historical PV output and meteorological data of each PV station in sunny days for the set area and set time frame;
In the present invention, the collected PV output data is county-wide historical PV output data in sunny days;
Meteorological data include month, day, hour, minute, direct normal irradiance, diffuse horizontal irradiance, global horizontal irradiance, temperature, pressure, relative humidity, wind direction, wind speed, surface albedo and power generation.
S2: calculate and standardize the maximum power of each PV station based on the historical PV output data in sunny days collected from S1, and then perform cluster division;
Further, the typical historical sunny photovoltaic output curve in S2 is a standardized output curve. First, calculate the maximum power of each station based on the historical output data, and then calculate the unit value of the curve;
The formula for data standardization is as follows:
Figure PCTCN2022087787-appb-000010
In the above formula, x is the original sample data, x max is the maximum historical output value of PV station, and z is the standardized data.
According to the PV station PV output curve of sunny days, DBSCAN is used to divide the PV stations of the whole county to form highly correlated PV clusters.
Those skilled in the art can choose any methods to perform cluster division depending on the situations. The proposed method is only a preferred example, and should not be used to limit the protection scope of the present invention.
Further, DBSCAN is used for cluster division, and the distance measurement of DBSCAN adopts Pearson correlation distance;
The formula of Pearson correlation distance is as follows.
Figure PCTCN2022087787-appb-000011
where
Figure PCTCN2022087787-appb-000012
x s, x t are the output data sequences of any two random PV stations, x sj is the j-th data point in x s, x ti is the i-th data point in x t, n is the total number of data points in x s, m is the total number of data points in x t.
Further, for the abnormal sites generated by cluster analysis of DBSCAN, taking Pearson correlation distance as the measurement, using KNN algorithm to search for the nearest k sites, counting the cluster numbers of k sites, and categorizing the abnormal sites into the cluster with the largest cluster number.
S3: construct a PV data augmentation neural network;
Those skilled in the art may choose any neural networks to augment the data. The proposed method is only a preferred example, and should not be used to limit the protection scope of the present invention.
Preferably, the chosen neural network for data augmentation can be Generative Adversarial Networks (GAN) ;
In the present embodiment, the chosen neural network for data augmentation is an enhanced GAN with the following algorithm:
S3.1, initialize the learning rate α, the clipping variable c, the batch training sample number m, iteration number threshold n critic, the discriminator’s network w t and the generator’s varibale θ t,
S3.2, check if the generator’s variable θ t has converged, if converged, then stop the iteration; if not, then go in to S3.3;
S3.3, check if the current iteration number has reached the iteration number threshold n critic, if so, go into S3.4; if not, then update the discriminator’s network variable w t and the current iteration number, and repeat S3.3;
Those skilled in the art can choose any methods to update the discriminator’s network variable w t. The proposed method is only a preferred example, and should not be used to limit the protection scope of the present invention.
Method to update the discriminator’s network variable w t is:
Figure PCTCN2022087787-appb-000013
where, clip (. ) is the clipping function in deep learning, RMSProp (. ) is the unpublished adaptive learning rate optimizer in deep learning, 
Figure PCTCN2022087787-appb-000014
is the gradient function of the loss function of the discriminator, that satisfies:
Figure PCTCN2022087787-appb-000015
where, x  (i) is the i-th batch of the input, z  (i) is the batch sample of the output distribution generated by the generator from the i-th training; 
Figure PCTCN2022087787-appb-000016
is a generator network, those skilled in the art can choose it according to the situation.
S3.4, calculate the loss function of the generator
Figure PCTCN2022087787-appb-000017
and update the generator’s variable θ t, then go back to S3.2;
Those skilled in the art can choose any methods to set the loss function of the generator 
Figure PCTCN2022087787-appb-000018
and update the generator’s variable θ t. The proposed method is only a preferred example, and should not be used to limit the protection scope of the present invention.
The gradient of the generator’s loss function is
Figure PCTCN2022087787-appb-000019
The method to update the generator’s variable θ t is:
Figure PCTCN2022087787-appb-000020
S4: Augment the PV data using the PV data augmentation neural network constructed in S3, and input the augmented data into a CNN neural network to obtain the PV prediction neural network;
Further, convert the data collected in S1 into images by dividing the collected data into 48 points per day to form an image with the size of 48*15 pixels. Then, the enhanced GAN is used for adversarial learning to generate new data with the same distribution.
Further, the CNN neural network has a 5-layer structure. Each of the first four layers includes a convolution layer, a batch normalization layer and a ReLU layer, and the last layer includes a full connection layer, a batch normalization layer and a ReLU layer. The collected  and augmented data are used to train the deep convolution network to obtain the final prediction model.
S5: input meteorological data into the PV prediction neural network obtained from S4 for PV prediction. Preferably, the PV predication time frame is 1-3 days.
An example of the photovoltaic power prediction method of the present invention is as follows:
Based on the 2014 household photovoltaic data released by the Australian power grid, the historical photovoltaic data of 105 households are selected. The maximum photovoltaic output of each household in a year is counted, the data is standardized according to the formula of claim 2, and the typical sunny output sequence is selected. The Pearson correlation distance is used as the distance measure for clustering. Through parameter adjustment, the value of some key parameters of DBSCAN are finally determined. The domain radius is 0.04 and the minimum number of points is 4. The clustering results are shown in Figure 2. As can be seen from the histogram, 105 distributed sites are divided into two clusters, of which 9 sites are determined as outliers. The time sequence diagram of clustering is shown in Figure 3. From the time sequence diagram, the output curve can be roughly divided into two bands with high overlap, and the clustering results are basically consistent with the senses. KNN is used to search the nearest neighbor sites for 9 abnormal sites, k is 5, and the abnormal sites are classified into the cluster with the largest number. The final cluster division result is shown in Figure 4.
The output curve and the corresponding meteorological data are divided by day to form a data matrix with 15 characteristics and 48 time points, which is further imaged, as shown in Figure 5. New data is generated through the enhanced GAN's adversarial learning. As shown in Figure 6, it can be seen that the newly generated data has similar data characteristics to the original data. It can be seen from the training process that the enhanced GAN has stabilized.
The original data and the generated data are used to form the training set, which is used to train the deep convolutional network. It is compared with the deep convolutional network that uses the same structure and parameters and only trained by the original data. The predictive indicators on the test set are shown in Table 1. The prediction result sequence diagram is shown in Figure 7, which shows that the method can effectively improve the prediction accuracy.
Tab. 1 The comparison of the two methods
Figure PCTCN2022087787-appb-000021
In the description of this specification, the description referring to the terms "one embodiment" , "example" , "specific example" and the like means that the specific features, structures, materials or features described in connection with the embodiment or example are included in at least one embodiment or example of the present invention. In this specification, the schematic expression of the above terms does not necessarily refer to the same embodiment or example. Further, the specific features, structures, materials or features described may be combined in a suitable manner in any one or more embodiments or examples.
The basic principles, main features and advantages of the invention are shown and described above. Those skilled in the industry should understand that the invention is not limited by the above embodiments. What is described in the above embodiments and specifications is only to explain the principle of the invention. On the premise of not departing from the spirit and scope of the invention, the invention will have various changes and improvements, which fall within the scope of the claimed invention.

Claims (11)

  1. A county-wide photovoltaic prediction method based on cluster division and data enhancement is characterized in that the prediction method comprises the following steps:
    S1: collect historical PV output and meteorological data of each PV station in sunny days for the set area and set time frame;
    S2: calculate and standardize the maximum power of each PV station based on the historical PV output data in sunny days collected from S1, and then perform cluster division;
    S3: construct a PV data augmentation neural network;
    S4: augment the PV data using the PV data augmentation neural network constructed in S3, and input the augmented data into a CNN neural network to obtain the PV prediction neural network;
    S5: input meteorological data into the PV prediction neural network obtained from S4 for PV prediction.
  2. A county-wide photovoltaic prediction method based on cluster division and data enhancement according to claim 1, wherein,
    in the step 1, the collected PV output data is county-wide historical PV output data in sunny days;
    the meteorological data include month, day, hour, minute, direct normal irradiance, diffuse horizontal irradiance, global horizontal irradiance, temperature, pressure, relative humidity, wind direction, wind speed, surface albedo and power generation.
  3. A county-wide photovoltaic prediction method based on cluster division and data enhancement according to claim 1 or 2, wherein,
    in the step 2, the typical historical sunny photovoltaic output curve is a standardized output curve obtained by first calculating the maximum power of each station based on the historical output data, and then calculating the unit value of the curve;
    the formula for data standardization is as follows:
    Figure PCTCN2022087787-appb-100001
    where, x is the original sample data, x max is the maximum historical output value of PV station, and z is the standardized data.
  4. A county-wide photovoltaic prediction method based on cluster division and data enhancement according to claim 1 or 3, wherein,
    in the S2, use DBSCAN to perform cluster division, and the distance measurement of DBSCAN adopts Pearson correlation distance; using KNN algorithm to search for the nearest k sites, counting the cluster numbers of k sites, and categorizing the abnormal sites into the cluster with the largest cluster number.
  5. A county-wide photovoltaic prediction method based on cluster division and data enhancement according to claim 1, wherein,
    in the step 3, the chosen neural network for data augmentation is Generative Adversarial Networks.
  6. A county-wide photovoltaic prediction method based on cluster division and data enhancement according to claim 1 or 5, wherein,
    The chosen neural network for data augmentation is an enhanced Generative Adversarial Networks with the following algorithm:
    S3.1, initialize the learning rate α, the clipping variable c, the batch training sample number m, iteration number threshold n critic, the discriminator’s network w t and the generator’s varibale θ t,
    S3.2, check if the generator’s variable θ t has converged, if converged, then stop the iteration; if not, then go in to S3.3;
    S3.3, check if the current iteration number has reached the iteration number threshold n critic, if so, go into S3.4; if not, then update the discriminator’s network variable w t and the current iteration number, and repeat S3.3;
    S3.4, calculate the loss function of the generator 
    Figure PCTCN2022087787-appb-100002
    and update the generator’s variable θ t, then go back to S3.2.
  7. A county-wide photovoltaic prediction method based on cluster division and data enhancement according to claim 6, wherein,
    method to update the discriminator’s network variable w t is:
    Figure PCTCN2022087787-appb-100003
    where, clip (.) is the clipping function in deep learning, RMSProp (.) is the unpublished adaptive learning rate optimizer in deep learning, 
    Figure PCTCN2022087787-appb-100004
    is the gradient function of the loss function of the discriminator, that satisfies:
    Figure PCTCN2022087787-appb-100005
    where, x  (i) is the i-th batch of the input, z  (i) is the batch sample of the output distribution generated by the generator from the i-th training; 
    Figure PCTCN2022087787-appb-100006
    is a generator network.
  8. A county-wide photovoltaic prediction method based on cluster division and data enhancement according to claim 6 or 7, wherein,
    The gradient of the generator’s loss function is
    Figure PCTCN2022087787-appb-100007
    where, 
    Figure PCTCN2022087787-appb-100008
    is a generator network, z  (i) is the batch sample of the output distribution generated by the generator from the i-th training.
  9. A county-wide photovoltaic prediction method based on cluster division and data enhancement according to claim 8, wherein,
    the method to update the generator’s variable θ t is:
    Figure PCTCN2022087787-appb-100009
    where, RMSProp (.) is the unpublished adaptive learning rate optimizer in deep learning.
  10. A county-wide photovoltaic prediction method based on cluster division and data enhancement according to claim 1, wherein,
    in the S4, data augmentation means to convert the data collected from S1 into images by dividing the collected data into 48 points per day to form an image with the size of 48*15 pixels; then use the enhanced GAN for adversarial learning to generate new data with the same distribution.
  11. A county-wide photovoltaic prediction method based on cluster division and data enhancement according to any one of claims 1-10, wherein,
    in the S4, the CNN neural network has a 5-layer structure; each of the first four layers includes a convolution layer, a batch normalization layer and a ReLU layer, and the last layer includes a full connection layer, a batch normalization layer and a ReLU layer.
PCT/CN2022/087787 2022-04-20 2022-04-20 County-wide photovoltaic prediction method based on cluster division and data enhancement Ceased WO2023201552A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2022/087787 WO2023201552A1 (en) 2022-04-20 2022-04-20 County-wide photovoltaic prediction method based on cluster division and data enhancement

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2022/087787 WO2023201552A1 (en) 2022-04-20 2022-04-20 County-wide photovoltaic prediction method based on cluster division and data enhancement

Publications (1)

Publication Number Publication Date
WO2023201552A1 true WO2023201552A1 (en) 2023-10-26

Family

ID=88418917

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/087787 Ceased WO2023201552A1 (en) 2022-04-20 2022-04-20 County-wide photovoltaic prediction method based on cluster division and data enhancement

Country Status (1)

Country Link
WO (1) WO2023201552A1 (en)

Cited By (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117153291A (en) * 2023-10-31 2023-12-01 水利部交通运输部国家能源局南京水利科学研究院 A method and system for calculating the carbon sink value of rice fields in irrigated areas
CN117313958A (en) * 2023-11-28 2023-12-29 山东大学 Low-voltage distributed photovoltaic power prediction method and system based on transfer learning
CN117638929A (en) * 2024-01-26 2024-03-01 合肥综合性国家科学中心人工智能研究院(安徽省人工智能实验室) A photovoltaic power generation prediction method based on clustering algorithm fusion
CN117788165A (en) * 2024-02-27 2024-03-29 薪海数字科技(烟台)有限公司 Artificial intelligence-based enterprise supply chain transaction risk prediction method and system
CN117993519A (en) * 2024-04-03 2024-05-07 长江三峡集团实业发展(北京)有限公司 Training, prediction method and device of photovoltaic power station power prediction model
CN118040681A (en) * 2024-04-11 2024-05-14 华能江苏综合能源服务有限公司 A photovoltaic power generation power prediction and correction method and system based on LSTM model
CN118332358A (en) * 2024-04-12 2024-07-12 长沙理工大学 A method and device for predicting direct normal solar radiation
CN118449189A (en) * 2024-04-29 2024-08-06 北京智芯微电子科技有限公司 Cluster division method, device, equipment, medium and product of photovoltaic power distribution network
CN118677732A (en) * 2024-08-20 2024-09-20 武汉联创赢科技有限公司 Station signal identification blind supplementing method and system based on artificial intelligence
CN118889378A (en) * 2024-07-08 2024-11-01 济南大学 Photovoltaic output power prediction method and system
CN118983921A (en) * 2024-08-28 2024-11-19 山东正晨科技股份有限公司 A method, system, terminal and storage medium for controlling charging and discharging of mobile energy storage equipment on a highway
CN119066460A (en) * 2024-11-05 2024-12-03 国网山东省电力公司菏泽供电公司 Cluster analysis method of distributed photovoltaic characteristics based on multi-source data
CN119315590A (en) * 2024-10-11 2025-01-14 华北电力大学 A network-type energy storage capacity optimization device and optimization method
CN119323495A (en) * 2024-12-13 2025-01-17 安徽正弦空间科学技术有限公司 Photoelectric power prediction method based on deep learning fusion model
CN119784198A (en) * 2025-03-13 2025-04-08 四川准达信息技术股份有限公司 A method, system and storage medium for evaluating energy consumption of photovoltaic power generation equipment based on machine learning
CN119808023A (en) * 2024-12-31 2025-04-11 同济大学 A method and system for predicting urban-scale carbon emissions based on small sample data enhancement
CN119891947A (en) * 2025-03-04 2025-04-25 创维互联(北京)新能源科技有限公司 Automatic monitoring method, device and equipment for photovoltaic power station and storage medium
CN120196969A (en) * 2025-05-27 2025-06-24 国网福建省电力有限公司营销服务中心 A distributed photovoltaic power station clustering method and system considering objective weighting
CN120280925A (en) * 2023-11-24 2025-07-08 六盘水师范学院 Photovoltaic cluster output optimization method based on scheduling error
CN120354219A (en) * 2025-06-17 2025-07-22 湖南工商大学 PM2.5 pollution prediction method and equipment based on adaptive sample expansion
CN120373148A (en) * 2025-06-24 2025-07-25 南京信息工程大学 Photo-thermal DNI prediction method based on multidimensional prediction deviation correction
CN120524255A (en) * 2025-07-23 2025-08-22 国网甘肃省电力公司武威供电公司 Electricity consumption behavior clustering analysis method and system based on big data
CN120749733A (en) * 2025-09-02 2025-10-03 国网天津市电力公司电力科学研究院 Combined optimization clustering distributed photovoltaic power prediction method and system
CN120851298A (en) * 2025-09-18 2025-10-28 河海大学 A photovoltaic power prediction method based on photovoltaic multi-scenario generation and interpretability
CN120910516A (en) * 2025-10-13 2025-11-07 国网浙江省电力有限公司淳安县供电公司 Power transmission line tree barrier management method, system, equipment and medium
CN121076737A (en) * 2025-08-14 2025-12-05 上海交通大学 Cloud-to-ground mapping matching-based distributed photovoltaic cluster power ultra-short-term prediction method
CN121120030A (en) * 2025-11-12 2025-12-12 华电电力科学研究院有限公司 A method, device, electronic equipment, and storage medium for early warning of dust accumulation in photovoltaic power plants.
CN121456323A (en) * 2026-01-08 2026-02-03 四川大学 Power monitoring data missing filling method combining HDBSCAN and multi-model mechanism

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110414748A (en) * 2019-08-12 2019-11-05 合肥阳光新能源科技有限公司 Photovoltaic power prediction technique
CN110689183A (en) * 2019-09-20 2020-01-14 山东大学 A method, system, medium and electronic device for probabilistic prediction of cluster photovoltaic power
CN110705760A (en) * 2019-09-19 2020-01-17 广东工业大学 A photovoltaic power generation power prediction method based on deep belief network
CN114169445A (en) * 2021-12-09 2022-03-11 河海大学 Day-ahead photovoltaic power prediction method, device and system based on CAE and GAN hybrid network
CN114492941A (en) * 2021-12-29 2022-05-13 东南大学 Whole-county photovoltaic prediction method based on cluster division and data enhancement

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110414748A (en) * 2019-08-12 2019-11-05 合肥阳光新能源科技有限公司 Photovoltaic power prediction technique
CN110705760A (en) * 2019-09-19 2020-01-17 广东工业大学 A photovoltaic power generation power prediction method based on deep belief network
CN110689183A (en) * 2019-09-20 2020-01-14 山东大学 A method, system, medium and electronic device for probabilistic prediction of cluster photovoltaic power
CN114169445A (en) * 2021-12-09 2022-03-11 河海大学 Day-ahead photovoltaic power prediction method, device and system based on CAE and GAN hybrid network
CN114492941A (en) * 2021-12-29 2022-05-13 东南大学 Whole-county photovoltaic prediction method based on cluster division and data enhancement

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
WANG, FEI ET AL.: "Generative adversarial networks and convolutional neural networks based weather classification model for day ahead short-term photovoltaic power forecasting", ENERGY CONVERSION AND MANAGEMENT, vol. 181, 1 February 2019 (2019-02-01), XP055834937, DOI: 10.1016/j.enconman.2018.11.074 *

Cited By (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117153291A (en) * 2023-10-31 2023-12-01 水利部交通运输部国家能源局南京水利科学研究院 A method and system for calculating the carbon sink value of rice fields in irrigated areas
CN117153291B (en) * 2023-10-31 2024-01-02 水利部交通运输部国家能源局南京水利科学研究院 A method and system for calculating the carbon sink value of rice fields in irrigated areas
CN120280925A (en) * 2023-11-24 2025-07-08 六盘水师范学院 Photovoltaic cluster output optimization method based on scheduling error
CN117313958A (en) * 2023-11-28 2023-12-29 山东大学 Low-voltage distributed photovoltaic power prediction method and system based on transfer learning
CN117313958B (en) * 2023-11-28 2024-02-20 山东大学 Low-voltage distributed photovoltaic power prediction method and system based on transfer learning
CN117638929A (en) * 2024-01-26 2024-03-01 合肥综合性国家科学中心人工智能研究院(安徽省人工智能实验室) A photovoltaic power generation prediction method based on clustering algorithm fusion
CN117788165B (en) * 2024-02-27 2024-05-14 薪海数字科技(烟台)有限公司 Enterprise supply chain transaction risk prediction method and system based on artificial intelligence
CN117788165A (en) * 2024-02-27 2024-03-29 薪海数字科技(烟台)有限公司 Artificial intelligence-based enterprise supply chain transaction risk prediction method and system
CN117993519A (en) * 2024-04-03 2024-05-07 长江三峡集团实业发展(北京)有限公司 Training, prediction method and device of photovoltaic power station power prediction model
CN117993519B (en) * 2024-04-03 2024-06-11 长江三峡集团实业发展(北京)有限公司 Training, prediction method and device of photovoltaic power station power prediction model
CN118040681A (en) * 2024-04-11 2024-05-14 华能江苏综合能源服务有限公司 A photovoltaic power generation power prediction and correction method and system based on LSTM model
CN118332358A (en) * 2024-04-12 2024-07-12 长沙理工大学 A method and device for predicting direct normal solar radiation
CN118449189A (en) * 2024-04-29 2024-08-06 北京智芯微电子科技有限公司 Cluster division method, device, equipment, medium and product of photovoltaic power distribution network
CN118889378A (en) * 2024-07-08 2024-11-01 济南大学 Photovoltaic output power prediction method and system
CN118677732A (en) * 2024-08-20 2024-09-20 武汉联创赢科技有限公司 Station signal identification blind supplementing method and system based on artificial intelligence
CN118983921A (en) * 2024-08-28 2024-11-19 山东正晨科技股份有限公司 A method, system, terminal and storage medium for controlling charging and discharging of mobile energy storage equipment on a highway
CN119315590A (en) * 2024-10-11 2025-01-14 华北电力大学 A network-type energy storage capacity optimization device and optimization method
CN119066460A (en) * 2024-11-05 2024-12-03 国网山东省电力公司菏泽供电公司 Cluster analysis method of distributed photovoltaic characteristics based on multi-source data
CN119323495A (en) * 2024-12-13 2025-01-17 安徽正弦空间科学技术有限公司 Photoelectric power prediction method based on deep learning fusion model
CN119808023A (en) * 2024-12-31 2025-04-11 同济大学 A method and system for predicting urban-scale carbon emissions based on small sample data enhancement
CN119891947A (en) * 2025-03-04 2025-04-25 创维互联(北京)新能源科技有限公司 Automatic monitoring method, device and equipment for photovoltaic power station and storage medium
CN119784198A (en) * 2025-03-13 2025-04-08 四川准达信息技术股份有限公司 A method, system and storage medium for evaluating energy consumption of photovoltaic power generation equipment based on machine learning
CN120196969A (en) * 2025-05-27 2025-06-24 国网福建省电力有限公司营销服务中心 A distributed photovoltaic power station clustering method and system considering objective weighting
CN120354219A (en) * 2025-06-17 2025-07-22 湖南工商大学 PM2.5 pollution prediction method and equipment based on adaptive sample expansion
CN120373148A (en) * 2025-06-24 2025-07-25 南京信息工程大学 Photo-thermal DNI prediction method based on multidimensional prediction deviation correction
CN120524255A (en) * 2025-07-23 2025-08-22 国网甘肃省电力公司武威供电公司 Electricity consumption behavior clustering analysis method and system based on big data
CN121076737A (en) * 2025-08-14 2025-12-05 上海交通大学 Cloud-to-ground mapping matching-based distributed photovoltaic cluster power ultra-short-term prediction method
CN120749733A (en) * 2025-09-02 2025-10-03 国网天津市电力公司电力科学研究院 Combined optimization clustering distributed photovoltaic power prediction method and system
CN120851298A (en) * 2025-09-18 2025-10-28 河海大学 A photovoltaic power prediction method based on photovoltaic multi-scenario generation and interpretability
CN120910516A (en) * 2025-10-13 2025-11-07 国网浙江省电力有限公司淳安县供电公司 Power transmission line tree barrier management method, system, equipment and medium
CN121120030A (en) * 2025-11-12 2025-12-12 华电电力科学研究院有限公司 A method, device, electronic equipment, and storage medium for early warning of dust accumulation in photovoltaic power plants.
CN121456323A (en) * 2026-01-08 2026-02-03 四川大学 Power monitoring data missing filling method combining HDBSCAN and multi-model mechanism
CN121456323B (en) * 2026-01-08 2026-04-07 四川大学 A method for filling missing data in power monitoring data by combining HDBSCAN and a multi-model mechanism.

Similar Documents

Publication Publication Date Title
WO2023201552A1 (en) County-wide photovoltaic prediction method based on cluster division and data enhancement
CN113496311A (en) Photovoltaic power station generated power prediction method and system
CN109978284B (en) Photovoltaic power generation power time-sharing prediction method based on hybrid neural network model
CN107862466A (en) The source lotus complementary Benefit Evaluation Method spanning space-time of consideration system bilateral randomness
CN114492941B (en) A county-wide photovoltaic prediction method based on clustering and data enhancement
CN111062539B (en) Total power prediction method based on cluster analysis of secondary power consumption characteristics
CN105069521A (en) Photovoltaic power plant output power prediction method based on weighted FCM clustering algorithm
CN107528350A (en) A kind of wind power output typical scene generation method for adapting to long -- term generation expansion planning
CN115829105A (en) Photovoltaic Power Prediction Method Based on Historical Data Feature Search
CN117113052A (en) Short-term wind power prediction method based on convolutional graph attention deep neural network
CN119167039A (en) Wind and solar power generation prediction method based on meteorological feature screening and transfer learning
CN114004405B (en) Photovoltaic power prediction method and system based on Elman neural network and satellite cloud image
Kaur et al. Solar power forecasting using ordinary least square based regression algorithms
CN108876013A (en) One kind being based on best similar day and Elman neural fusion photovoltaic plant short term power prediction technique
CN110264006A (en) Wind power probabilistic forecasting method based on chaos glowworm swarm algorithm and Bayesian network
CN117951557A (en) A distributed photovoltaic access capacity calculation method and system based on mean clustering
CN118211084A (en) A refined weather classification method for photovoltaic power stations under micro-meteorological environment
CN110555566B (en) B-spline quantile regression-based photoelectric probability density prediction method
CN114004393B (en) A two-layer multi-time scale operation optimization method for the distribution network-natural gas combined system
CN110472770A (en) A kind of photovoltaic power generation power prediction method
Liang et al. Household power consumption prediction method based on selective ensemble learning
CN118115008B (en) Intelligent energy management method and platform based on wind, light and water integrated control
Zhang et al. Multi‐Input Deep Convolutional Neural Network Model for Short‐Term Power Prediction of Photovoltaics
Hui et al. Ultra‐Short‐Term Prediction of Wind Power Based on Fuzzy Clustering and RBF Neural Network
CN117196112A (en) Photovoltaic power generation prediction method and system based on online learning

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22937790

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 22937790

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 28/03/2025)

122 Ep: pct application non-entry in european phase

Ref document number: 22937790

Country of ref document: EP

Kind code of ref document: A1