CN104156560A - Multi-level coal mine water inrush prediction method based on SaE-ELM (self-adaptive evolutionary extreme learning machine) - Google Patents

Multi-level coal mine water inrush prediction method based on SaE-ELM (self-adaptive evolutionary extreme learning machine) Download PDF

Info

Publication number
CN104156560A
CN104156560A CN201410331425.0A CN201410331425A CN104156560A CN 104156560 A CN104156560 A CN 104156560A CN 201410331425 A CN201410331425 A CN 201410331425A CN 104156560 A CN104156560 A CN 104156560A
Authority
CN
China
Prior art keywords
centerdot
sae
elm
training
hidden layer
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.)
Pending
Application number
CN201410331425.0A
Other languages
Chinese (zh)
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.)
China University of Mining and Technology CUMT
Original Assignee
China University of Mining and Technology CUMT
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 China University of Mining and Technology CUMT filed Critical China University of Mining and Technology CUMT
Priority to CN201410331425.0A priority Critical patent/CN104156560A/en
Publication of CN104156560A publication Critical patent/CN104156560A/en
Pending legal-status Critical Current

Links

Landscapes

  • Feedback Control In General (AREA)

Abstract

A multi-level coal mine water inrush prediction method based on an SaE-ELM (self-adaptive evolutionary extreme learning machine) includes the steps of 1, researching a coal mine water inrush mechanism and selecting main controlling factors causing coal mine water inrush; 2, searching for a great deal of coal floor water inrush historical data as sample data, with each set of data including main controlling factors and maximum water inrush; 3, dividing the sample data into a training set and a test set, applied to training and testing of a model, respectively; 4, training the sample data with the SaE-ELM to establish a prediction model; 5, testing the prediction model with the data of the test set, comparing obtained prediction results with those obtained by other algorithms; if the prediction precision is high and the speed is high, using the prediction model for predicting whether a coal mine suffers water inrush or not and predicting the degree of water inrush.

Description

A kind of colliery many grades water-bursting predicting method based on SaE-ELM
Technical field
The present invention relates to a kind of colliery many grades water-bursting predicting method, particularly a kind of based on SaE-ELM ore deposit water-bursting predicting method.
Background technology
Mine water inrush is one of colliery five large disasters, predicts rapidly and accurately gushing water, is the guarantee of Safety of Coal Mine Production.Mine water inrush prediction relates to the factors such as hydrogeology, rock mechanics, mining conditions, has complicated nonlinear relationship between each factor, therefore by traditional mathematical theory, is difficult to set up model.
Experts and scholars have now proposed the method for multiple prediction mine water inrush, there is the genetic algorithm of employing to train BP neural network, set up coal seam gushing water Artificial Neural Network Prediction Model, although the method has improved training precision, but in view of the design feature of BP neural network, need to carry out parameter adjustment with a large amount of time; Separately have and set up the mine floor water-bursting predicting model that a kind of PCA combines with very fast learning machine ELM (Extreme Learning Machine), this model running speed and precision of prediction increase, but during ELM training pattern, all parameters of its network concealed layer are random generations, and training has certain randomness.In addition, China has divided gushing water type by the maximal value of gushing water amount (peak value), and existing most of method, only to whether gushing water is predicted, does not relate to the prediction of gushing water degree, is not easy to different gushing water situations to carry out pre-service.
ELM (extreme learning machine) is a kind of single hidden layer feedforward neural network, while utilizing ELM neural metwork training model, all parameters of hidden layer (input layer weights and hidden node deviation) are random generations, output layer weights are by calculative determination, therefore do not need to go to adjust parameter by the method for iteration, only need be the in the situation that of random given hidden layer parameter, method by least square is calculated output layer weights the training that just can complete neural network, therefore, it has in theory well solved the slow-paced problem of the neural neural network learning of feedforward.But, because all parameters of ELM hidden layer are random generations, make the model of training have larger training randomness, and SaE-ELM (Self-Adaptive Evolutionary Extreme Learning Machine) algorithm utilizes adaptive differential evolution algorithm optimization input weights and hidden layer deviation, the method has been avoided traditional E LM limitation, improve the degree of accuracy of generalization and prediction, retained the rapidity of ELM algorithm.
Summary of the invention
The present invention seeks to provide a kind of learning training and predetermined speed is fast, Generalization Capability is good and precision of prediction the is high colliery many grades water-bursting predicting method based on SaE-EML.
For achieving the above object, the present invention by the following technical solutions: study colliery mechanism of water inrush, choose and affect the Dominated Factors of mine water inrush and collect a large amount of mine water inrush historical datas as sample data, every group of packet is containing each Dominated Factors and maximum gushing water amount.Adopt single hidden layer feedforward neural network SaE-ELM to carry out model training, this algorithm is to utilize adaptive differential evolution algorithm optimization input weights and hidden layer deviation, method by least square is calculated output layer weights, compare with algorithm in the past, training and predetermined speed have been improved, and guaranteed higher prediction accuracy, concrete steps are as follows:
(1) research colliery mechanism of water inrush, chooses the Dominated Factors that affects gushing water;
(2) collect a large amount of mine water inrush historical datas as sample data, every group of packet is containing each Dominated Factors and maximum gushing water amount;
(3) according to the anti-regulation > > that harnesses the river in < < colliery, maximum gushing water amount is converted into gushing water type, according to data characteristics, all sample datas are divided into two component type and continuous types, and continuous data is normalized, and be divided into training set and test set;
(4) for N different training sample (x i, t i), x here i=[x i1, x i2..., x in] ∈ R n, t i=[t i1, t i2... t im] ∈ R m, hidden layer nodes is L, activation function is that the standard SLFNs model of g (x) is:
Σβ jg(x i)=Σβ jg(w j,x i,b j)=o j,i=1,...,N 
Wherein, w j∈ R nand b j∈ R (j=1,2..., L) is j hidden layer parameter, w jconnect j hidden layer node input weights, b jit is the deviation of j concealed nodes.β j∈ R mthe output weights between j concealed nodes and output node.W jx irepresent w jand x iinner product, g (x) is activation function, conventional have functions such as Sigmoid, Sine, Hardlim.
The N of a master pattern formula is expressed in matrix as: H β=T
Wherein:
H ( w 1 , &CenterDot; &CenterDot; &CenterDot; , w L , b 1 , &CenterDot; &CenterDot; &CenterDot; , b L , x 1 , &CenterDot; &CenterDot; &CenterDot; , x N ) = h ( x 1 ) &CenterDot; &CenterDot; &CenterDot; h ( x N ) = g ( w 1 &CenterDot; x I + b I ) . . . g ( w L &CenterDot; x L + b L ) &CenterDot; &CenterDot; &CenterDot; &CenterDot; &CenterDot; &CenterDot; &CenterDot; &CenterDot; &CenterDot; g ( w 1 &CenterDot; x N + b I ) . . . g ( w L &CenterDot; x N + b L ) N &times; L
&beta; = &beta; 1 T &CenterDot; &CenterDot; &CenterDot; &beta; L T L &times; m ; T = t 1 T &CenterDot; &CenterDot; &CenterDot; t N T N &times; m
In the most cases of real world applications, hidden layer nodes L is much smaller than number of training N, and this makes output matrix H is not a square formation, does not therefore have parameter b j, w j, β j(j=1,2...L) sets up H β=T.By least square solution linear system H β=T, find β, obtain unique solution: h in formula +it is the generalized inverse of the moore-penrose of H.
(5) produce at random NP initial population vector θ k,G, k=1 wherein, 2 ... NP, every group of vector comprises all hidden layer parameter w jwith b j, the variation by repeating in each training and test process, intersect and select to operate and find optimum θ k,G;
(6) adjust the value of hidden layer nodes L and the type of activation function g (x), speed and the degree of accuracy of the each training of record and test, choose and make model L value and g (x) type the most fast and accurately;
(7) calculate output weights β now;
(8) utilize test set data to test mine water inrush forecast model, predicting the outcome of obtaining compared with other algorithms, if precision of prediction is high, speed is fast, using it as can be to the colliery model that gushing water and gushing water degree are predicted.
Beneficial effect, owing to being the approximation problem of complicated nonlinear function between water-bursting predicting value and each gushing water, traditional Learning Algorithm exists training speed slowly, to be easily absorbed in the shortcomings such as selection sensitivity of local minimum point and learning rate.SaE-ELM algorithm arranges suitable hidden layer node number and activation function by continuous test, utilize adaptive differential evolution algorithm to random assignment input weights and hidden layer partially value be optimized, adopt least square method to calculate and export weights.To a large amount of historical data training, can access gushing water degree forecast model fast and accurately, the randomness that the method has avoided traditional E LM to bring because of random generation hidden layer parameter, has improved degree of accuracy and the speed of prediction.For this model prediction result, be different gushing water degree, different advanced warning grades can be set, be convenient to Mine Safe Production Management.
Accompanying drawing explanation
Fig. 1 is the colliery many grades water-bursting predicting process flow diagram based on SaE-ELM.
Embodiment
Embodiment 1: research colliery mechanism of water inrush, and to choose and affect the Dominated Factors of mine water inrush and collect a large amount of mine water inrush historical datas as sample data, every group of packet is containing each Dominated Factors and maximum gushing water amount.Data are made to normalized, and the data after standardization processing are divided into training sample and test sample book, utilize SaE-ELM to train, step is as follows:
(1) N different training sample (x i, t i), x here i=[x i1, x i2..., x in] ∈ R n, t i=[t i1, t i2... t im] ∈ R m, hidden layer nodes is L, activation function is g (x);
(2) produce at random NP initial population vector θ k,G, k=1 wherein, 2 ... NP, every group of vector comprises all hidden layer parameter w jwith b j, the variation by repeating in each training and test process, intersect and select to operate and find optimum θ k,G;
(3) adjust the value of hidden layer nodes L and the type of activation function g (x), speed and the degree of accuracy of the each training of record and test, choose and make model L value and g (x) type the most fast and accurately;
(4) calculate output weights β now;
(5) utilize test set data to test mine water inrush forecast model, predicting the outcome of obtaining compared with other algorithms, if precision of prediction is high, speed is fast, using it as can be to the colliery model that gushing water and gushing water degree are predicted.

Claims (2)

1. the colliery many grades water-bursting predicting method based on SaE-ELM, it is characterized in that: use SaE-ELM algorithm to set up forecast model, SaE-ELM is single hidden layer feedforward neural network, utilize adaptive differential evolution algorithm optimization input weights and hidden layer deviation, method by least square is calculated output layer weights, compares with algorithm in the past, has improved training and predetermined speed, and guaranteed higher prediction accuracy, concrete steps are as follows:
(1) research colliery mechanism of water inrush, chooses the Dominated Factors that affects gushing water;
(2) collect a large amount of mine water inrush historical datas as sample data, every group of packet is containing each Dominated Factors and maximum gushing water amount;
(3) according to the anti-regulation > > that harnesses the river in < < colliery, maximum gushing water amount is converted into gushing water type, according to data characteristics, all sample datas are divided into two component type and continuous types, and continuous data is normalized;
(4) sample data is divided into training set and test set, should be in training and the test of model;
(5) set up the forecast model based on SaE-ELM;
(6) test result of forecast model and test result based on BP, SVM scheduling algorithm are made comparisons, if precision of prediction is high, speed is fast, using it as can be to the colliery model that gushing water and gushing water degree are predicted.
2. the colliery many grades water-bursting predicting method based on SaE-EML according to claim 1, is characterized in that: utilize SaE-ELM algorithm to train sample data, set up the colliery many grades water-bursting predicting model based on SaE-ELM, its step is as follows:
(1) get history of coal-mines gushing water data, and it is normalized rear as training sample;
(2) for N different training sample (x i, t i), x here i=[x i1, x i2..., x in] ∈ R n, t i=[t i1, t i2... t im] ∈ R m, hidden layer nodes is L, activation function is that the standard SLFNs model of g (x) is:
Σβ jg(x i)=Σβ jg(w j,x i,b j)=o j,i=1,...,N
Wherein, w j∈ R nand b j∈ R (j=1,2..., L) is j hidden layer parameter, w jconnect j hidden layer node input weights, b jit is the deviation of j concealed nodes.β j∈ R mthe output weights between j concealed nodes and output node.W jx irepresent w jand x iinner product, g (x) is activation function, conventional have functions such as Sigmoid, Sine, Hardlim.
The N of a master pattern formula is expressed in matrix as: H β=T
Wherein:
H ( w 1 , &CenterDot; &CenterDot; &CenterDot; , w L , b 1 , &CenterDot; &CenterDot; &CenterDot; , b L , x 1 , &CenterDot; &CenterDot; &CenterDot; , x N ) = h ( x 1 ) &CenterDot; &CenterDot; &CenterDot; h ( x N ) = g ( w 1 &CenterDot; x I + b I ) . . . g ( w L &CenterDot; x L + b L ) &CenterDot; &CenterDot; &CenterDot; &CenterDot; &CenterDot; &CenterDot; &CenterDot; &CenterDot; &CenterDot; g ( w 1 &CenterDot; x N + b I ) . . . g ( w L &CenterDot; x N + b L ) N &times; L
&beta; = &beta; 1 T &CenterDot; &CenterDot; &CenterDot; &beta; L T L &times; m ; T = t 1 T &CenterDot; &CenterDot; &CenterDot; t N T N &times; m
In the most cases of real world applications, hidden layer nodes L is much smaller than number of training N, and this makes output matrix H is not a square formation, does not therefore have parameter b j, w j, β j(j=1,2...L) sets up H β=T.By least square solution linear system H β=T, find β, obtain unique solution: h in formula +it is the generalized inverse of the moore-penrose of H.
(3) produce at random NP initial population vector θ k,G, k=1 wherein, 2 ... N, every group of vector comprises all hidden layer parameter w jwith b j:
&theta; k , G = [ w 1 , ( k , G ) T , &CenterDot; &CenterDot; &CenterDot; , w L , ( k , G ) T , b 1 , ( k , G ) T , &CenterDot; &CenterDot; &CenterDot; , b L , ( k , G ) T ]
Wherein G represents current population, k=1, and 2 ..., NP.
Then, by mutation strategy, generate the individual v of variation k,G, four kinds of conventional mutation strategies are as follows:
v k,G=θ r1,G+F·(θ r2,Gr3,G)
v k,G=θ r1,G+F(θ best,Gr1,G)
+F(θ r2,Gr3,G)+F(θ r4,Gr5,G)
v k,G=θ r1,G+F(θ r2,Gr3,G)+F(θ r4,Gr5,G)
v k,G=θ r1,G+k·(θ r1,G-v k,G)+F(θ r2,Gr3,G)
Wherein, k random value between 0~1; Zoom factor F is that average is that 0.5 equation is 0.3 Gaussian distribution; R1, r2, r3, r4, r5 are mutually different random integers between 1~NP.
After mutation operation completes, utilize following formula to complete θ k,Gwith the individual v of variation k,Gbetween discretize interlace operation generate the individual u of test k,G.
u k , G ( j ) = v k , G ( j ) , if ( rand j &le; CR ) or ( j = j rand ) &theta; k , G ( j ) , otherwise
In formula, the factor CR that intersects is that average is that 0.5 equation is 0.1 Gaussian distribution; Rand jit is the random number between 0~1; J and j randthe random integers between 1~L, in order to avoid testing individual U k,Gcopy v completely k.Gsituation.
Utilize following formula to obtain root-mean-square error (RMSE) to each individuality in population, using this error as adaptive value, obtain optimum population θ of new generation k, G+1complete and select operation.
RMSE k , G = &Sigma; i = 1 N | | &Sigma; j = 1 L &beta; j g ( w j , ( k , G ) , b j , ( k , G ) , x i ) - t i | | m &times; N
&theta; k , G + 1 = u k , G + 1 if RMSE &theta; k , G - RMS E u k , G + 1 > &epsiv; &CenterDot; RMSE &theta; k , G , u k , G + 1 if | RMSE &theta; k , G - RMSE u k , G + 1 | < &epsiv; &CenterDot; RMSE &theta; k , G and | | &beta; u k , G + 1 | | < | | &beta; &theta; k , G | | , &theta; k , G else .
Repetitive cycling sudden change, intersection and selection operation, draw optimum θ until reach maximum iteration time k,G.
(4) adjust the value of hidden layer nodes L and the type of activation function g (x), speed and the degree of accuracy of the each training of record and test, choose and make model L value and g (x) type the most fast and accurately;
(5) calculate output weights β now.
CN201410331425.0A 2014-07-12 2014-07-12 Multi-level coal mine water inrush prediction method based on SaE-ELM (self-adaptive evolutionary extreme learning machine) Pending CN104156560A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410331425.0A CN104156560A (en) 2014-07-12 2014-07-12 Multi-level coal mine water inrush prediction method based on SaE-ELM (self-adaptive evolutionary extreme learning machine)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410331425.0A CN104156560A (en) 2014-07-12 2014-07-12 Multi-level coal mine water inrush prediction method based on SaE-ELM (self-adaptive evolutionary extreme learning machine)

Publications (1)

Publication Number Publication Date
CN104156560A true CN104156560A (en) 2014-11-19

Family

ID=51882058

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410331425.0A Pending CN104156560A (en) 2014-07-12 2014-07-12 Multi-level coal mine water inrush prediction method based on SaE-ELM (self-adaptive evolutionary extreme learning machine)

Country Status (1)

Country Link
CN (1) CN104156560A (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105913450A (en) * 2016-06-22 2016-08-31 武汉理工大学 Tire rubber carbon black dispersity evaluation method and system based on neural network image processing
CN106971073A (en) * 2017-03-28 2017-07-21 安徽理工大学 A kind of identification of nonlinearity method at water bursting in mine water source
CN107563567A (en) * 2017-09-18 2018-01-09 河海大学 Core extreme learning machine Flood Forecasting Method based on sparse own coding
CN107730044A (en) * 2017-10-20 2018-02-23 燕山大学 A kind of hybrid forecasting method of renewable energy power generation and load
WO2018121035A1 (en) * 2016-12-29 2018-07-05 山东科技大学 Customized method for determining coal mining face floor water inrush risk level
CN108805346A (en) * 2018-06-04 2018-11-13 东北大学 A kind of hot continuous rolling force forecasting method based on more hidden layer extreme learning machines
CN109358511A (en) * 2018-12-12 2019-02-19 哈尔滨工业大学 A kind of system core performance index adaptive regulation method of data-driven
CN109858509A (en) * 2018-11-05 2019-06-07 杭州电子科技大学 Based on multilayer stochastic neural net single classifier method for detecting abnormality
CN110847974A (en) * 2019-12-06 2020-02-28 西安科技大学 Auxiliary method for coal mine water inrush disaster early warning based on neural network
CN112232575A (en) * 2020-10-21 2021-01-15 国网山西省电力公司经济技术研究院 Comprehensive energy system regulation and control method and device based on multivariate load prediction
CN112393934A (en) * 2020-11-20 2021-02-23 湖南工业大学 Wind turbine generator fault diagnosis method based on sparse self-coding and extreme learning machine
CN113742995A (en) * 2021-07-28 2021-12-03 淄博矿业集团有限责任公司 Mine water inflow prediction method and system based on coal mine big data
CN114648217A (en) * 2022-03-17 2022-06-21 重庆邮电大学 Coal mine safety risk early warning method based on incremental extreme learning machine

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
RU2019698C1 (en) * 1991-12-11 1994-09-15 Константин Климентьевич Козел Method for geoelectric tomography of unstable roofs of coal seams
CN101775996A (en) * 2010-01-05 2010-07-14 中国矿业大学 Method for positioning, playing, real-time monitoring and early warning of hidden troubles of coal mine
CN103745093A (en) * 2013-12-25 2014-04-23 中国矿业大学 Principal component analysis-extreme learning machine (PCA-ELM) based coal mine water inrush prediction method
CN103775129A (en) * 2013-12-26 2014-05-07 中国矿业大学 Method for early warning of dangerous sources of coal mine

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
RU2019698C1 (en) * 1991-12-11 1994-09-15 Константин Климентьевич Козел Method for geoelectric tomography of unstable roofs of coal seams
CN101775996A (en) * 2010-01-05 2010-07-14 中国矿业大学 Method for positioning, playing, real-time monitoring and early warning of hidden troubles of coal mine
CN103745093A (en) * 2013-12-25 2014-04-23 中国矿业大学 Principal component analysis-extreme learning machine (PCA-ELM) based coal mine water inrush prediction method
CN103775129A (en) * 2013-12-26 2014-05-07 中国矿业大学 Method for early warning of dangerous sources of coal mine

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
GUANG-BIN HUANG,ET AL.: "《Self-Adaptive Evolution Extreme Learning Machine》", 《NEURAL PROCESS LETT》 *
李培等: "《基于PCA-ELM的煤矿突水预测方法研究》", 《工矿自动化》 *
高卫东等: "《基于粒子群优化支持向量机的煤层底板突水量等级预测》", 《煤田地质与勘探》 *

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105913450A (en) * 2016-06-22 2016-08-31 武汉理工大学 Tire rubber carbon black dispersity evaluation method and system based on neural network image processing
WO2018121035A1 (en) * 2016-12-29 2018-07-05 山东科技大学 Customized method for determining coal mining face floor water inrush risk level
CN106971073A (en) * 2017-03-28 2017-07-21 安徽理工大学 A kind of identification of nonlinearity method at water bursting in mine water source
CN107563567A (en) * 2017-09-18 2018-01-09 河海大学 Core extreme learning machine Flood Forecasting Method based on sparse own coding
CN107730044A (en) * 2017-10-20 2018-02-23 燕山大学 A kind of hybrid forecasting method of renewable energy power generation and load
CN108805346A (en) * 2018-06-04 2018-11-13 东北大学 A kind of hot continuous rolling force forecasting method based on more hidden layer extreme learning machines
CN109858509A (en) * 2018-11-05 2019-06-07 杭州电子科技大学 Based on multilayer stochastic neural net single classifier method for detecting abnormality
CN109358511A (en) * 2018-12-12 2019-02-19 哈尔滨工业大学 A kind of system core performance index adaptive regulation method of data-driven
CN110847974A (en) * 2019-12-06 2020-02-28 西安科技大学 Auxiliary method for coal mine water inrush disaster early warning based on neural network
CN112232575A (en) * 2020-10-21 2021-01-15 国网山西省电力公司经济技术研究院 Comprehensive energy system regulation and control method and device based on multivariate load prediction
CN112232575B (en) * 2020-10-21 2023-12-19 国网山西省电力公司经济技术研究院 Comprehensive energy system regulation and control method and device based on multi-element load prediction
CN112393934A (en) * 2020-11-20 2021-02-23 湖南工业大学 Wind turbine generator fault diagnosis method based on sparse self-coding and extreme learning machine
CN113742995A (en) * 2021-07-28 2021-12-03 淄博矿业集团有限责任公司 Mine water inflow prediction method and system based on coal mine big data
CN114648217A (en) * 2022-03-17 2022-06-21 重庆邮电大学 Coal mine safety risk early warning method based on incremental extreme learning machine

Similar Documents

Publication Publication Date Title
CN104156560A (en) Multi-level coal mine water inrush prediction method based on SaE-ELM (self-adaptive evolutionary extreme learning machine)
Galathiya et al. Improved decision tree induction algorithm with feature selection, cross validation, model complexity and reduced error pruning
CN109918708B (en) Material performance prediction model construction method based on heterogeneous ensemble learning
Yang et al. Extreme learning machine based genetic algorithm and its application in power system economic dispatch
US20160203419A1 (en) Metaheuristic-guided trust-tech methods for global unconstrained optimization
CN104636801A (en) Transmission line audible noise prediction method based on BP neural network optimization
Papageorgiou et al. Application of fuzzy cognitive maps to water demand prediction
CN110148935B (en) Power grid static safety margin evaluation method based on long-term and short-term memory neural network
CN105023070A (en) Output power prediction method of photovoltaic system
CN108985515A (en) A kind of new energy based on independent loops neural network goes out force prediction method and system
CN104217258A (en) Method for power load condition density prediction
CN104732067A (en) Industrial process modeling forecasting method oriented at flow object
CN104537391A (en) Meta learning method of extreme learning machine
Shaqarin et al. A fast-converging particle swarm optimization through targeted, position-mutated, elitism (PSO-TPME)
CN107273971B (en) Feed-forward neural network structure self-organization method based on neuron significance
Zhen et al. Simultaneous prediction for multiple source–loads based sliding time window and convolutional neural network
Zhao et al. Multi-level forecasting model of coal mine water inrush based on self-adaptive evolutionary extreme learning machine
de Aquino et al. Forecasting models of wind power in Northeastern of Brazil
Jin et al. Mach number prediction models based on Ensemble Neural Networks for wind tunnel testing
Yousefi et al. Strategic planning for minimizing CO2 emissions using LP model based on forecasted energy demand by PSO Algorithm and ANN
Chi et al. Calculation method of probability integration method parameters based on MIV-GP-BP model
CN107730025A (en) A kind of power supply enterprise&#39;s Cash flow prospects model changed based on electricity
Zang et al. An artificial neural network classification model based on DNA computing
Tarhouni et al. Least squares support kernel machines (LS-SKM) for identification
Min et al. Research on mid-long term load forecasting based on combination forecasting mode

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20141119